Enhance documentation somewhat. Start working a bit on Windows builds.

This commit is contained in:
2025-02-23 10:22:06 -08:00
parent 19302c5301
commit b59600d3e6
4 changed files with 133 additions and 13 deletions

6
TODO
View File

@ -5,7 +5,11 @@
* Add simple GUI library we use for SoundWell
* Add all of the stuff we use from Rubralib (our common functionality library)
* Add utilities to rebuild HDLLs on both platforms
* Fix Windows builds
* Fillin the rc and icons and stuff in the windows-manifest, and make the windows build work.
* Make the build-windows.sh script parametric so that it doesn't have all the target stuff
and directories hardcoded. Maybe switch the functionality to the Makefile instead.
* Work out static compiling on linux, or at least platform-package or Flatpak builds
* More documentation about the various tips, tricks and discoveries that went into this.
* Publish on itch.io with a web build of the project as an advertisement of this repo.
* Maybe take this as an excuse to write our enhanced PBR renderer with shader support
* Maybe take this as an excuse to write our enhanced PBR renderer with shader support