1.0.5 • Published 3 years ago

ni-game-engine v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Sentence of the day :

... Thermal vision i see through the bitches ...

Thouxanbanfauni

Description

Ni (No idea) is a small 2D game engine that I created to realize a small group project that my school gave us : a 2D mini game. The engine is based on WebGL and have basic functions to make a small 2D game. I decided to write it entirely in TypeScript for reasons of maintainability, readability and of course for type !!!

How to use

First step is to clone this repo :

git clone https://github.com/5aitama/Ni.git

Now go into the cloned folder and install dependencies with :

Yarn

yarn install

NPM

npm install

Once deps installed, you can run :

Yarn

yarn dev

NPM

npm run dev

Exemple

Ray Marching

Basic implementation of Ray Marching Algorithm

npm.io