webgl icon indicating copy to clipboard operation
webgl copied to clipboard

List projects that use WebGL

Open w0rm opened this issue 7 years ago • 17 comments

I think we need a showcase of the projects that use WebGL. This will help us to raise awareness of the library, overview all the possible use cases, provide more information for the new people.

We can either add a section to the README, or build a small elm app that we publish to http://webgl.elm-community.org.

I can imagine the following sections:

Examples

Something that may fit in webgl examples, but better be kept outside so we don't have to upgrade them each time.

Libraries

Projects

Please mention your project in the comments and I will update this post.

w0rm avatar Nov 20 '16 14:11 w0rm

I really like this idea. Make sure you don't forget your own stuff :grinning: elm-street-404 / elm-mogee

Zinggi avatar Nov 20 '16 20:11 Zinggi

I also have my own small webgl playground here: https://github.com/w0rm/elm-webgl-playground

w0rm avatar Nov 27 '16 23:11 w0rm

@avh4 has some pretty cool demos https://github.com/avh4/codevember-2016 (check day 10 and 11)

https://avh4.github.io/codevember-2016/Day10/ https://avh4.github.io/codevember-2016/Day11/

francisdb avatar Dec 06 '16 23:12 francisdb

@francisdb thanks! added to the list

w0rm avatar Dec 07 '16 09:12 w0rm

Added Elm Terrain by @lepoetemaudit

w0rm avatar Dec 14 '16 13:12 w0rm

@w0rm thanks for the add! I'd better get a move on with the migration to 0.18 so at least it's up-to-date - in progress branch here https://github.com/lepoetemaudit/elm-terrain/tree/dj/elm-0.18

lepoetemaudit avatar Dec 14 '16 14:12 lepoetemaudit

Something new for the list: https://zinggi.github.io/randomDemos/webgl/objLoader_modelViewer.html and http://package.elm-lang.org/packages/Zinggi/elm-obj-loader/latest

Zinggi avatar Jan 13 '17 20:01 Zinggi

Added elm-snake to the list

w0rm avatar Apr 29 '17 10:04 w0rm

This is mine: passiomatic/mage-city.

passiomatic avatar May 16 '17 19:05 passiomatic

https://github.com/francisdb/glmorph and +1 for creating a page

francisdb avatar Jun 09 '17 14:06 francisdb

Simple game, made for fun: https://github.com/psandahl/count-down

psandahl avatar Aug 16 '17 20:08 psandahl

Posted on Slack/Twitter a while ago: https://opensolid.github.io/examples/lighting.html

ianmackenzie avatar Aug 21 '17 17:08 ianmackenzie

@ianmackenzie yeah, this looks awesome! Can folks already use it? What is the source code we should be linking to?

w0rm avatar Aug 22 '17 20:08 w0rm

@w0rm The source code for that example is at https://github.com/opensolid/scene/blob/master/examples/Animated.elm, although I'm afraid I'm still working on that package so it hasn't been published yet! I'll let you know when it is...

ianmackenzie avatar Aug 24 '17 03:08 ianmackenzie

Last month I wrote 1 GLSL shader (in Elm) every day for learning purposes: https://github.com/hendriklammers/month-of-shaders

hendriklammers avatar Sep 18 '17 05:09 hendriklammers

@hendriklammers pretty amazing collection of old school demo scene effects you got there :-)

francisdb avatar Sep 18 '17 06:09 francisdb

Some generative art: http://overeasy.sh/our-bearings-are-fragile (code at https://github.com/peterszerzo/overeasy.sh/blob/master/Pieces/OurBearingsAreFragile.elm)

peterszerzo avatar May 17 '18 17:05 peterszerzo