/webSven

Sven co-op, on the web

Primary LanguageCSS

webXash

image

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 https://github.com/iCrazyBlaze/Xash3D-Emscripten

UI CSS from vgui.css https://github.com/xVenti/vgui.css/

Improvements

  • Better resolution support with resizable window (wip)
  • Proper HUD scaling
  • Nicer UI

Todo:

  • Rewrite to be compatible with newer BrowserFS versions.
  • Better mouse pointer translation for UI

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint