gopxl / pixel

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

[Ext] Revive pixelui #65

Open dusk125 opened 1 year ago

dusk125 commented 1 year ago
dusk125 commented 2 months ago

Last I checked: The backend imgui-go was deprecated for a different project that more closely tied the backend to the project itself, rather than the imgui-go way of providing the draw data for rendering.

This basically means that either we fork and maintain imgui-go additionally or we have to potentially move to a less-supported/more difficult to integrate with library.