Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 536 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 536 Bytes

exwin

exwin is an external drawing package based on tfriedel6/canvas and go-gl/glfw.

It allows you to create windows and draw in them, similar to the HTML5 canvas API.

Why

Other packages block the main goroutine and generally don't provide convenient window customization.

Community

You can contribute to this package.

Examples

Look in the examples folder for some drawing examples.