Notes
This commit is contained in:
parent
b0aa42d13e
commit
9c2315f186
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
@ -0,0 +1 @@
|
||||
Subproject commit 0c2f84f9ae9855a7d4dc8692e8a11536fac6e1c0
|
Loading…
x
Reference in New Issue
Block a user