Mercurial > games > semicongine
changeset 37:6859bcfabc62
did: update notes
author | Sam <sam@basx.dev> |
---|---|
date | Mon, 16 Jan 2023 00:51:03 +0700 |
parents | 2979b69eef55 |
children | c3c963e7c1a6 |
files | notes |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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: