ni-game-engine
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ni-game-engine

Weekly Downloads

2

Version

1.0.5

License

MIT

Unpacked Size

254 kB

Total Files

127

Last publish

Collaborators

  • 5aitama