Oxygen game engine (Xenon Core for browsers)
npm install oxygen-core!logo
bash
npm install --save oxygen-core
`
Simple project generator
To automatically generate base project structure and install dependencies:
`bash
npm install -g oxygen-project-generator
`
Then:
`bash
cd path/to/your/project
oxy-gen -n project-name
`
Live Playground Tutorials
1. Hello, Playground!
1. Simple entity movement
1. Advaned yet easy to use input handling with InputHandler component
1. Camera effects with easy to use PostprocessRack` component