PsichiX / Oxygen

Browser ECS game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Oxygen Core

v1.4.44

Professional HTML5 game engine - One of the best Xenon Core engines family.

Travis CI ESDoc Coverage

Table of contents

  1. Installation
  2. Simple project generator
  3. Imagination is your ONLY limit

Installation

npm install --save oxygen-core

Simple project generator

To automatically generate base project structure and install dependencies:

npm install -g oxygen-project-generator

Then:

cd path/to/your/project
oxy-gen -n project-name

Live Playground Tutorials

  1. Hello, Playground!
  2. Simple entity movement
  3. Advaned yet easy to use input handling with InputHandler component
  4. Camera effects with easy to use PostprocessRack component

Imagination is your ONLY limit

Check Operation: SoulHunter game to see what you can do.

Imagine more, don't limit yourself - make your HTML5 dream come true!

About

Browser ECS game engine

License:MIT License


Languages

Language:JavaScript 99.7%Language:GLSL 0.3%