gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
244 stars 10 forks source link

Multiple Backend Support #60

Open duysqubix opened 1 year ago

duysqubix commented 1 year ago

OpenGL is the main graphics library supporting Pixel.

We want Pixel to support multiple graphics library in the future. From Vulcan, SDL, DirectX, etc...

Let this issue stand as a open action item until we can officially close it.