regl-project / regl

👑 Functional WebGL
https://regl-project.github.io/
MIT License
5.21k stars 322 forks source link

glslify example #255

Open Erkaman opened 8 years ago

Erkaman commented 8 years ago

We desperately need an example that shows how to use glslify with regl.

mikolalysenko commented 8 years ago

I'm going to start working on this.

pawsong commented 8 years ago

Here is a simple regl glslify example using webpack! link

I'm afraid that this example is not useful as the most use cases for glslify are using browserify :)

pawsong commented 7 years ago

I wrote another simple example for browserify: pawsong/regl-glslify-example

I guess @mikolalysenko would write an example that is far better than this one. Then you can replace this with the new one :)

mikolalysenko commented 7 years ago

Cool! This is good enough for now, we should add a link to it.

I'll revisit this once I'm done with that glslify rewrite.

pawsong commented 7 years ago

Thanks! Please let me know if there is anything you want to change.