Hermet Park
24711e485c
infra: renames the source folders
...
lib -> renderer
bin -> tools
utils -> common
2023-08-28 13:11:24 +09:00
RuiwenTang
7eeba75472
gl_engine: Use advance tessellate algorithm
...
Introducing a new tessellate algorithm to break polygon into triangles.
2023-08-28 11:36:43 +09:00
Hermet Park
e7d29e166b
loaders: unify duplicated b64 decoders.
...
- move the svg/lottie b64 decoders to tvgLzw.
- renames tvgLzw -> tvgCompressor
2023-08-17 21:28:58 +09:00
Hermet Park
846823bd7f
utils/math: binary size reduction
...
reduced the binary size by 2kb by removing the inline code.
2023-08-17 21:28:58 +09:00
Mira Grudzinska
f0d8ab4274
utils: math functions moved from lib to utils
2023-08-05 11:49:36 +09:00
Mira Grudzinska
480917651a
utils: custom strtof and strndup moved into utils
...
The custom implementations of 'strtof' and 'strndup'
present in the svg loader have been moved into a new
'utils' directory (strToFloat and strDuplicate, respectively).
2023-08-05 11:49:36 +09:00