Fork of https://github.com/tfriedel6/canvas to remove the cgo part, only leaving software rendering
Find a file
2018-02-07 12:53:14 +01:00
goglimpl a go-gl implementation of the gl interface 2018-01-24 14:20:12 +01:00
sdlcanvas moved package 2018-01-30 13:02:34 +01:00
.gitignore ignored some files 2018-01-24 17:02:15 +01:00
canvas.go changed gl color from four floats to a struct type 2018-02-07 11:37:08 +01:00
color.go bugfix for alpha in hex color strings 2018-02-07 12:53:14 +01:00
freetype.go moved a freetype source file into the project and optimized it for the given purpose, only upload rendered text rectangle to the texture 2018-01-29 13:14:42 +01:00
imagedata.go added image data functions 2018-02-05 12:19:42 +01:00
images.go added a way to delete images; images are now also deleted automatically in the finalizer 2018-02-07 11:27:46 +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 changed gl color from four floats to a struct type 2018-02-07 11:37:08 +01:00
text.go changed gl color from four floats to a struct type 2018-02-07 11:37:08 +01:00
triangulation.go path points are now transformed by the transformation matrix as they are added 2018-02-05 19:53:10 +01:00