raui icon indicating copy to clipboard operation
raui copied to clipboard

[Feature Request] Miniquad/Macroquad renderer

Open lucypero opened this issue 4 years ago • 1 comments

It would be nice if RAUI could be used in Macroquad.

https://github.com/not-fl3/miniquad https://github.com/not-fl3/macroquad

lucypero avatar May 11 '21 11:05 lucypero

@lucypero i've done some research and found that altho miniquad has all low-level building blocks needed to make a renderer integration, macroquad has both Mesh and text rendering abstractions that simplify all the work - i could split the task to two different tasks, each per crate and start from macroquad first since it should take day or two instead of week with miniquad (i'll have to learn it's API, and macroquad has very similar API to Tetra which makes me already familiar with how to make it done).

PsichiX avatar May 11 '21 22:05 PsichiX