You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if minart-pure could be used with cats-effect and zio with minimal boilerplate.
I want to keep that library pretty small, so I'm thinking of adding a minart-pure-cats and a minart-pure-zio.
The CanvasIO part should be pretty easy, but I'm not yet sure how to port the RenderLoop logic.
The text was updated successfully, but these errors were encountered:
but I'm not yet sure how to port the RenderLoop logic.
After playing around with Tyrian, I think the RenderLoop should not be used here. Cats-effect/ZIO/Tyrian should be the ones to provide the runtime, and then call the low level primitives as needed.
It would be nice if
minart-pure
could be used with cats-effect and zio with minimal boilerplate.I want to keep that library pretty small, so I'm thinking of adding a
minart-pure-cats
and aminart-pure-zio
.The
CanvasIO
part should be pretty easy, but I'm not yet sure how to port theRenderLoop
logic.The text was updated successfully, but these errors were encountered: