UNPKG

oxygen-core

Version:

Oxygen game engine (Xenon Core for browsers)

42 lines (32 loc) 1.44 kB
![logo](https://raw.githubusercontent.com/PsichiX/Oxygen/master/assets/images/oxygen-core-dark.svg?sanitize=true) # Oxygen Core ## v1.4.44 ### Professional HTML5 game engine - One of the best Xenon Core engines family. ![Travis CI](https://travis-ci.org/PsichiX/Oxygen.svg?branch=master) ![ESDoc Coverage](http://oxygen.docs.psichix.io/badge.svg?sanitize=true) ## Table of contents 1. [Installation](#installation) 1. [Simple project generator](#simple-project-generator) 1. [Imagination is your ONLY limit](#imagination-is-your-only-limit) ## Installation ```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!](http://labs.oxygencore.io/BJi1KjNFM) 1. [Simple entity movement](http://labs.oxygencore.io/rJhJTi4KM ) 1. [Advaned yet easy to use input handling with `InputHandler` component](http://labs.oxygencore.io/ry24CjEKM) 1. [Camera effects with easy to use `PostprocessRack` component](http://labs.oxygencore.io/BybMizh9z) ## Imagination is your ONLY limit Check **[Operation: SoulHunter](http://soulhunter.psichix.io)** game to see what you can do. **Imagine more, don't limit yourself - make your HTML5 dream come true!**