WIP slightly Improved version of xash3d emscripten in the browser, written in Vue and Typescript
emscripten port by mittorn https://github.com/FWGS/xash3d/blob/master/ports/README.emscripten.md
Assets from hl-engine-js
UI CSS from vgui.css
- Better resolution support with resizable window (wip)
- Proper HUD scaling
- Nicer UI
- Rewrite to be compatible with newer BrowserFS versions.
- Better mouse pointer translation for UI
pnpm install
git submodule update --init
pnpm dev
pnpm build
Lint with ESLint
pnpm lint