Shritesh Bhattarai
Shritesh Bhattarai
I have implemented this in my [`phoenix-master` branch](https://github.com/shritesh/phoenix-diff/tree/phoenix-master). We can probably use Github Actions with [something like this](https://github.community/t5/GitHub-Actions/Triggering-by-other-repository/td-p/30668) and [this](https://github.com/ad-m/github-push-action) to keep the diffs updated on every commit to Phoenix.
Both of those ideas sound awesome. I have [already built a raytracer](https://github.com/shritesh/raytrace.roc) (based on the Ray Tracing in One Weekend book) in Roc along with a platform for graphics. We...
I'll go with the SVG rendering. I'll also implement a simple Canvas platform that takes in a framebuffer and renders it. That way, the entirety of the rendering content will...
Will do later tonight! Thanks
I just released a library to create images and export to PNG in pure Roc: https://github.com/shritesh/roc-image. I'll probably use this instead of building a framebuffer platform.
I've added [an example in roc-image](https://github.com/shritesh/roc-image/blob/main/examples/logo.roc) to render the Roc SVG logo