Mercurial > games > semicongine
changeset 562:bfb75f2cd493
add: really need telemetry at some point
author | Sam <sam@basx.dev> |
---|---|
date | Fri, 17 Mar 2023 01:11:43 +0700 |
parents | 4a9fc283c3af |
children | fb42da98c1aa |
files | README.md |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Fri Mar 17 01:11:18 2023 +0700 +++ b/README.md Fri Mar 17 01:11:43 2023 +0700 @@ -36,7 +36,6 @@ - [~] Instanced drawing (currently can use instance attributes, but we only support a single instance per draw call) - [ ] Fullscreen mode + switch between modes - [x] Fixed framerate -- [ ] Allow multipel Uniform blocks Build-system: - [x] move all of Makefile to config.nims @@ -58,8 +57,10 @@ - [ ] Config files ala \*.ini files (use std/parsecfg) - [ ] Input-mapping configuration - [ ] Audio playing (Alsa, Windows Waveform API?) +- [ ] Telemetry Advanced features: +- [ ] Allow multipel Uniform blocks? - [ ] Text rendering - [ ] Animation system - [ ] Sprite system