Fix loop to be more accuratly timed, and added custom ruby libs inclusion setup

This commit is contained in:
2026-05-20 17:30:38 +01:00
parent 1a337608f3
commit 7d48b226ab
11 changed files with 1117 additions and 27 deletions
+1
View File
@@ -234,6 +234,7 @@ Other features that a game engine should have/has (need to go in depth)
- audio playing
- network interface, with a lib to work with rack backends (and generic socket api)
- persistence store
- rng helpers
## Embedded scripting language choice.