Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Sam Hocevar 974f642eef Update README.md with some description of what’s in there. 4 anni fa
include/lol Add C++11 iterators to narray class. 4 anni fa
legacy Rename arraynd to old_arraynd and create new lol::narray implementation. 4 anni fa
.gitattributes build: enforce Unix line endings for autotools files. 5 anni fa
.gitignore Start working on the header-only part of the framework. 5 anni fa
.gitmodules Add “merge” and “upstream” entries for submodules. 4 anni fa
COPYING build: fix the WTFPL site URL in all code comments. 12 anni fa
README.md Update README.md with some description of what’s in there. 4 anni fa
TODO.md Add <lol/file> to easily read and write files. 4 anni fa

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