Kovas Boguta
Kovas Boguta
I would be pretty interesting in some built-in support for this. http://tachyon-project.org/
Thanks for the amazing project! It would be great to get more documentation on the xml formats supported by the viewer. There are several different ones used by the examples...
This is maybe too specific to my use case but I'll try anyway. I'm tied of manually constructing matrices in GLSL code. I'd rather symbolically compute some matrix and use...
Interesting project. Thought I'd point out http://www.msr-waypoint.com/pubs/201100/naiad_sosp2013.pdf in case you find some inspiration there
The compiler is too complicated for people to contribute / fix their bug. A - Document how stuff works B - Add compiler tests for key transformations C - Refactor...
Want a trivial emitter so we can port this to clojureclr
Want a constructor fn in gamma.api to indicate negation. Currently we'd have to do something like (g/\* -1.0 x) Whereas we'd want something like (g/neg x)
This needs another pass, unhandled or buggy cases likely lurking.
I have some ideas for setting up sparkling to work in a "reloaded" style but I don't have time to track down the issues right now. Maybe someone has the...
Cool project. Just noticed the related https://github.com/brandonbloom/retree was pushed today, you might find it interesting as well!