Oxygengine
The hottest HTML5 + WASM game engine for games written in Rust with web-sys.
Table of contents
Installation
- Make sure that you have latest
node.jswithnpmtools installed (https://nodejs.org/) - Make sure that you have latest
wasm-packtoolset installed (https://rustwasm.github.io/wasm-pack/installer/) - Make sure that you have latest
oxygengine-igniteapplication installed (from project repository releases)
Project Setup
Create Oxygen Engine project with oxygengine-ignite:
Which will create default web game project using web-composite-game preset.
Then you have to go to your project directory and run npm install to install all nodejs dependencies.
You can create projects with different presets:
- desktop-headless-game - typical server-like project without graphics.
using:
You can also tell it where to create project:
Building for development and production
- Launch live development with hot reloading (app will be automatically recompiled in background):
- Build production distribution (will be available in
/distfolder):
- Build crate without of running dev env:
TODO / Roadmap
- UI widgets
- Prefabs (loading scenes from asset)
- Hardware renderer
- WebGL hardware renderer backend