Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.46 KB

README.md

File metadata and controls

50 lines (38 loc) · 2.46 KB

Hello WebGL World!

Build Status

This repository features my experiments with WebGL. Most demos are using GLea, a minimalistic WebGL library written by myself.

Demos

Running it locally

Type npm install and npm start to start a local development server.

Currently, there is no transpiling/bundling toolchain like Webpack and Babel/TypeScript.

It's just node express serving static files. As other out-of-the-box web servers require some additional configuration, I made a simple server.js on my own.

Older Demos

The older demos use an esoteric coding style library I wrote in the 2015s. It provides helper functions for compiling shaders and matrix/vector maths. The code itself of the library is hard to read, but the examples may be useful. Most of the examples just draw a square to the fullscreen and let the fragment shader do its work.