Fork of https://github.com/tfriedel6/canvas to remove the cgo part, only leaving software rendering
Find a file
2018-01-25 16:24:32 +01:00
goglimpl a go-gl implementation of the gl interface 2018-01-24 14:20:12 +01:00
sdlcanvas added an fps counter function 2018-01-25 15:07:22 +01:00
.gitignore ignored some files 2018-01-24 17:02:15 +01:00
canvas.go rearranged things a bit 2018-01-25 15:50:05 +01:00
color.go added support for loading fonts and rendering text (highly unoptimized so far) 2018-01-25 15:08:03 +01:00
images.go rearranged things a bit 2018-01-25 15:50:05 +01:00
made_shaders.go added support for loading and drawing images 2018-01-25 12:08:39 +01:00
make_shaders.go first version 2018-01-24 14:19:32 +01:00
openglinterface.go first version 2018-01-24 14:19:32 +01:00
paths.go arc function implemented 2018-01-25 16:24:32 +01:00
text.go rearranged things a bit 2018-01-25 15:50:05 +01:00
triangulation.go changed library import path 2018-01-25 10:57:28 +01:00