Skip to content

NeuralTeam/exwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.