This commit is contained in:
Dakedres 2025-02-05 00:18:16 -07:00
parent b0aa42d13e
commit 9c2315f186
2 changed files with 12 additions and 0 deletions

11
hl-engine-js.md Normal file
View File

@ -0,0 +1,11 @@
Problem with hl-engine-js is that the `init()` method simply takes "location", a url to a directory
containing all the engine files.
https://github.com/steren/hl-engine-js/blob/main/lib/hl-engine.js#L145
- loadXash would need to be changed
- `Module.memoryInitializerPrefixURL = params.location + "/";` is where all the emscripten-specific
files are loaded. This can be replaced with [Module.locateFile](https://emscripten.org/docs/api_reference/module.html#Module.locateFile)
### Cool ideas
https://github.com/leonill007/vgui.css

@ -0,0 +1 @@
Subproject commit 0c2f84f9ae9855a7d4dc8692e8a11536fac6e1c0