# HG changeset patch # User Sam # Date 1673805063 -25200 # Node ID 2fa8e418deae6d51e40eb810ef6e1dff0769de12 # Parent 797f6f9c9d738348ab6c0ff47de58545fcd02c6a did: update notes diff -r 797f6f9c9d73 -r 2fa8e418deae 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: