Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaredloomis/andromeda-idris
A GLSL representation and eDSL in Idris
https://github.com/jaredloomis/andromeda-idris
Last synced: 2 days ago
JSON representation
A GLSL representation and eDSL in Idris
- Host: GitHub
- URL: https://github.com/jaredloomis/andromeda-idris
- Owner: jaredloomis
- Created: 2015-04-12T01:25:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T05:44:04.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T00:45:45.337Z (2 months ago)
- Language: Idris
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Andromeda
===A representation of GLSL in Idris. I plan on creating either:
- A code-generating eDSL that would allow you to write GLSL-esque code in Idris and have the actual GLSL code generated, like [my Haskell project](https://github.com/fiendfan1/Haskell-GLSL-eDSL)
- A new programming language that can be parsed and translated to GLSL