Mercurial > games > semicongine
comparison README.md @ 1267:4cf9872f7bb6
did: rename back to old name (no v2)
author | sam <sam@basx.dev> |
---|---|
date | Sun, 28 Jul 2024 23:10:57 +0700 |
parents | 9e4dc93d4fa9 |
children | 81450075ad89 |
comparison
equal
deleted
inserted
replaced
1266:9e4dc93d4fa9 | 1267:4cf9872f7bb6 |
---|---|
22 data is non-interleaved. | 22 data is non-interleaved. |
23 - A ton of compiletime checks to ensure the defined mesh-data and shaders are | 23 - A ton of compiletime checks to ensure the defined mesh-data and shaders are |
24 compatible for rendering | 24 compatible for rendering |
25 - Simple audio mixer, should suffice for most things | 25 - Simple audio mixer, should suffice for most things |
26 - Simple input-system, no controller support at this time | 26 - Simple input-system, no controller support at this time |
27 - Resource packaging of images, audio and 3D files. | 27 - Resource packaging of images, audio and 3D files |
28 - Simple font and text rendering | |
28 - A few additional utils like a simple storage API, a few algorithms for | 29 - A few additional utils like a simple storage API, a few algorithms for |
29 collision detection, noise generation and texture packing, and a simple | 30 collision detection, noise generation and texture packing, and a simple |
30 settings API with hot-reloading | 31 settings API with hot-reloading |
31 | 32 |
32 ## Hello world example | 33 ## Hello world example |