partially done work on total source tree rework, separation of engine context and game context, generalization of renderer for different backends as well as web platform target

This commit is contained in:
2024-09-16 09:07:01 +03:00
parent ca0305feab
commit 551d60ef85
59 changed files with 2892 additions and 890 deletions

5
.gitignore vendored
View File

@ -5,6 +5,10 @@
!Makefile
**/*.exe
**/*.html
**/*.js
**/*.wasm
**/*.wasm.map
**/*.so
**/*.dll
**/*.7z
@ -16,6 +20,7 @@
.idea/
.cache/
.build/
.build-web/
build/
out/