gg icon indicating copy to clipboard operation
gg copied to clipboard

V 2D/3D graphics library with an OpenGL backend (DirectX, Vulkan, Metal coming soon)

Results 2 gg issues
Sort by recently updated
recently updated
newest added

consider add function to create image: create_image(width, height) to gg, and add draw functions to draw on that image surface to gg module

IMHO for many setups it's not necessary to use OpenGL. Especially when power consumption comes to play (yeah, all smartphones, tablets, watches, notebooks, etc.), then CPU makes more sense than...