# HG changeset patch
# User Sam <sam@basx.dev>
# Date 1682878877 -25200
# Node ID 2c106a77ada3b1d93d3d42762902146ca4106a19
# Parent  a68941309f22563fbd66120498f08f1e982649ec
did: update progress

diff -r a68941309f22 -r 2c106a77ada3 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?