You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Hocevar 974f642eef Update README.md with some description of what’s in there. пре 4 година
include/lol Add C++11 iterators to narray class. пре 4 година
legacy Rename arraynd to old_arraynd and create new lol::narray implementation. пре 4 година
.gitattributes build: enforce Unix line endings for autotools files. пре 5 година
.gitignore Start working on the header-only part of the framework. пре 5 година
.gitmodules Add “merge” and “upstream” entries for submodules. пре 4 година
COPYING build: fix the WTFPL site URL in all code comments. пре 12 година
README.md Update README.md with some description of what’s in there. пре 4 година
TODO.md Add <lol/file> to easily read and write files. пре 4 година

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