Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nacmartin/elm-webgl-lessons

A series of lessons in elm-webgl
https://github.com/nacmartin/elm-webgl-lessons

Last synced: 3 months ago
JSON representation

A series of lessons in elm-webgl

Awesome Lists containing this project

README

        

# elm-webgl-lessons

A series of lessons in elm-webgl.

[See them live](https://nacmartin.github.io/elm-webgl-lessons/)

I am writing this as I replicate the examples from [webgl lessons](http://learningwebgl.com/blog/?page_id=1217) to learn elm-webgl.

To run the examples:

````
cd lessons
elm reactor
`````

And point your browser to [localhost:8000](http://localhost:8000)