Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamansir/elm-fluxus
In Progress: A try to move http://pawfal.org/fluxus to Elm and WebGL
https://github.com/shamansir/elm-fluxus
elm functional-programming generative-art graphics-programming visualisation webgl
Last synced: 1 day ago
JSON representation
In Progress: A try to move http://pawfal.org/fluxus to Elm and WebGL
- Host: GitHub
- URL: https://github.com/shamansir/elm-fluxus
- Owner: shamansir
- Created: 2017-01-07T15:27:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T10:38:30.000Z (over 7 years ago)
- Last Synced: 2024-12-20T15:53:05.358Z (about 2 months ago)
- Topics: elm, functional-programming, generative-art, graphics-programming, visualisation, webgl
- Language: Elm
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-fluxus
This project is the trying to implement [fluxus API](http://www.pawfal.org/fluxus/) (and may be the editor itself, later) in Elm and WebGL.
The result could've been something similar to [livecodellab](http://livecodelab.net/), but in Elm.
[A video in action](https://vimeo.com/202176855) at Vimeo.
:warning: :cop: :zap: :exclamation: :collision: :no_good: Work in progress, even the `master` branch could fail to work for now.
The first and the latest kinda-stable, yet experimental version, with working examples is [tagged `v0.1.0`](https://github.com/shamansir/elm-fluxus/releases/tag/v0.1.0) ([79e70a6a](https://github.com/shamansir/elm-fluxus/commit/79e70a6a199afe170edaf7eaa7ffc7b7e7b8551e)) _(and it is the version used in video)_.
The Graph structure with the normalization (meshes, textures etc. are stored by IDs) is in the works here.