Notes
This commit is contained in:
11
hl-engine-js.md
Normal file
11
hl-engine-js.md
Normal 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
|
||||
1
subrepo/Xash3D-Emscripten
Submodule
1
subrepo/Xash3D-Emscripten
Submodule
Submodule subrepo/Xash3D-Emscripten added at 0c2f84f9ae
Reference in New Issue
Block a user