# HG changeset patch # User Sam # Date 1682878877 -25200 # Node ID c1a9a988b9e3c0c0efac0dbaec4881ba19b62fda # Parent 2a0c81fa541d0f76a6fad2c1f53575bad8a3850c did: update progress diff -r 2a0c81fa541d -r c1a9a988b9e3 README.md --- a/README.md Mon May 01 01:16:59 2023 +0700 +++ b/README.md Mon May 01 01:21:17 2023 +0700 @@ -37,6 +37,7 @@ - [ ] Multisampling Asset handling: +- [ ] Resource concept: load from directory, zip or in-memory-zip, select "mod" as root - [ ] Mesh files (Wavefront OBJ, MTL) (use something from sketchfab for testing, https://sketchfab.com/) - [ ] Image files (BMP RGB + BMP Graysscale for transparency) - [ ] Audio files (AU) @@ -46,11 +47,16 @@ - [x] Mouse/Keyboard input handling - [x] X11 - [x] Win32 -- [ ] Enable/disable hardware cursor +- [x] Enable/disable hardware cursor - [ ] Fullscreen mode + switch between modes + - [x] Linux (works well enough, I hope) + - [ ] Window - [ ] Input-mapping configuration -- [ ] Audio playing (Alsa, Windows Waveform API?) +- [ ] Audio playing + - [ ] Linux (Alsa) + - [ ] Windows Waveform API? - [ ] Telemetry +- [ ] Documentation? Advanced features (very low priority): - [ ] Allow multipel Uniform blocks?