# HG changeset patch # User Sam # Date 1678990303 -25200 # Node ID bfb75f2cd493bba235a415e7d72eaea78500beed # Parent 4a9fc283c3afc4e6b79f059ad1328b7e73e4413a add: really need telemetry at some point diff -r 4a9fc283c3af -r bfb75f2cd493 README.md --- 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