# HG changeset patch # User Sam # Date 1673805063 -25200 # Node ID 6859bcfabc62541af33f2e664161480949346a2a # Parent 2979b69eef557bc6d21ea5466c665ffb5203195d did: update notes diff -r 2979b69eef55 -r 6859bcfabc62 notes --- a/notes Mon Jan 16 00:45:31 2023 +0700 +++ b/notes Mon Jan 16 00:51:03 2023 +0700 @@ -18,7 +18,7 @@ Rendering: - [x] Uniforms -- [x] Per-instance vertex attributes +- [x] Per-instance vertex attributes (required to be able to draw scene graph) - [ ] Textures - [ ] Depth buffering @@ -38,8 +38,10 @@ - [ ] Audio files (WAV) Other: -- [ ] Input handling (X11, Win32) -- [ ] Config files ala *.ini files (std/parsecfg) +- [ ] Input handling + - [ ] X11 + - [ ] Win32 +- [ ] Config files ala *.ini files (use std/parsecfg) - [ ] Audio (Alsa, Windows Waveform API?) Features: