Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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