Skip to content

5aitama/Ni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A little 2D game engine made with Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages