25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Sam Hocevar 974f642eef Update README.md with some description of what’s in there. 4 yıl önce
include/lol Add C++11 iterators to narray class. 4 yıl önce
legacy Rename arraynd to old_arraynd and create new lol::narray implementation. 4 yıl önce
.gitattributes build: enforce Unix line endings for autotools files. 5 yıl önce
.gitignore Start working on the header-only part of the framework. 4 yıl önce
.gitmodules Add “merge” and “upstream” entries for submodules. 4 yıl önce
COPYING build: fix the WTFPL site URL in all code comments. 12 yıl önce
README.md Update README.md with some description of what’s in there. 4 yıl önce
TODO.md Add <lol/file> to easily read and write files. 4 yıl önce

README.md

About

The header-only part of the Lol Engine framework.

header category description
<lol/cli> system command-line parsing
<lol/dialogs> system portable file dialogs (imported from here)
<lol/file> system file reading utilities
<lol/msg> system simple message logging
<lol/thread> system threading and timers
<lol/unit_test> system unit test framework
<lol/utils> system various utilities: environment variables, string formatting, std::map and std::vector extensions…
<lol/narray> containers n-dimensional dynamic array container
<lol/pegtl> text the PEGTL parsing library (imported from here
<lol/algo/suffix_array> text suffix array library (imported from here
<lol/color> graphics color conversions
<lol/image> graphics image loading, saving, and processing
<lol/bigint> math big integer calculations
<lol/half> math half-precision (16-bit) floating point numbers
<lol/math> math math constants, functions, random number generators, polynomials
<lol/noise> math Perlin and simplex noise
<lol/real> math arbitrary precision floating point numbers
<lol/transform> math quaternion, matrix and SQT transformation utilities
<lol/vector> math GLSL-compatible vector classes