edubart/sokol_gp

Just a thank you!

kariem2k opened this issue · 0 comments

A great library thank you very much! The look back 8 commands idea is great! most importantly when combined with the region intersection detection to solve many z-fighting problems. To use it more efficiently, I organize my shapes into layers then I submit my shapes layer by layer to make most of the automatic batching.

Thinking of using it to render something like nanovg for higher level drawing (I already ported most of Raylib's 2D shapes to it but they lack anti-aliasing).