An open API service indexing awesome lists of open source software.

https://github.com/aeagle/webgl-engine-demo

Playing with WebGL
https://github.com/aeagle/webgl-engine-demo

typescript-webgl

Last synced: 5 months ago
JSON representation

Playing with WebGL

Awesome Lists containing this project

README

          

# WebGL engine demo

Playing around with WebGL to render some spinning dragons in the browser.

- Based on tutorial https://www.youtube.com/watch?v=VS8wlS9hF8E&t=5s but transposed from Java/OpenGL to TS/WebGL
- Dragon .obj file from blender in /demo/src/game/graphics/Dragon.obj
- Could form a very simple game engine

# To run

```
cd demo
npm install
npm start
```