Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.29 KB

Vanilla GL

CURRENTLY SET ASIDE I NEED TO LEARN WORK LEARN WORK LEARN WORK

Little 3D framework.

The goal of this project is to learn webgl & glsl stuff by making my own framework (big inspiration from framework below)

examples

Installation

npm i

Start developement

It starts a developement server at localhost:9966 with live reload.

npm start

Build

npm run build

Examples

All the examples are THERE

Examples (WIP)

Run example in developement

npm run example {exampleName}

Build example

npm run example {exampleName} build

Inspiration & Ressources