summaryrefslogtreecommitdiff
path: root/2d/wrappers
Commit message (Collapse)AuthorAgeFilesLines
* Replace figl with the new guile-opengl official release.David Thompson2014-03-232-3/+3
|
* Change license to GPLv3+.David Thompson2014-03-083-24/+24
|
* Rewrite font module.David Thompson2014-02-161-204/+0
| | | | | | | | | | | | | | FTGL has been dropped in favor of SDL_ttf. * 2d/font: Rewrite everything! * 2d/wrappers/ftgl.scm: Delete it. * configure.ac: Check for SDL_ttf. * data/Makefile.am (shaders_DATA): Add font shaders. * data/shaders/font-fragment.glsl: New shader. * data/shaders/font-vertex.glsl: New shader. * examples/font.scm: Rewrite font example. * examples/fonts/AUTHORS: Delete it. * examples/fonts/Boxy-Bold.ttf: Delete it.
* Clean up module definition.David Thompson2014-01-121-3/+1
| | | | * 2d/wrappers/gl.scm: Remove unused cruft.
* Add error handling to ftgl-create-texture-font.David Thompson2013-10-111-2/+6
|
* Revert "Add missing wrappers for glGenTextures and glDeleteTextures."David Thompson2013-09-051-23/+1
| | | | This reverts commit f6eed03342b55a2a843c177822bef13609d81703.
* Add missing wrappers for glGenTextures and glDeleteTextures.David Thompson2013-09-051-1/+23
| | | | This should resolve issue #10.
* Make the origin the top-left corner of the window again.David Thompson2013-08-261-1/+15
|
* Tidy up freeimage module.David Thompson2013-08-241-21/+36
|
* Add (ice-9 format) module to imports for freeimage and ftglPieter Slabbert2013-08-232-2/+4
| | | | | | | | | | | | | | | | | freeimage.scm and ftgl.scm were throwing warnings when running make about a unsupported format option GEN 2d/wrappers/freeimage.go 2d/wrappers/freeimage.scm:120:6: warning: "<freeimage-bitmap ~x width: ~d height: ~d bpp: ~d>": unsupported format option ~x, use (ice-9 format) instead wrote `2d/wrappers/freeimage.go' GEN 2d/wrappers/ftgl.go 2d/wrappers/ftgl.scm:62:6: warning: "<ftgl-font ~x>": unsupported format option ~x, use (ice-9 format) instead 2d/wrappers/ftgl.scm:100:6: warning: "<ftgl-simple-layout ~x>": unsupported format option ~x, use (ice-9 format) instead wrote `2d/wrappers/ftgl.go' GEN 2d/wrappers/gl.go wrote `2d/wrappers/gl.go' adding the modules to the module definition of each file fixes it
* Add a few more wrappers for FTGL layout functions.David Thompson2013-08-181-3/+19
|
* Add wrappers for FTGL simple layout objects.David Thompson2013-08-181-0/+80
|
* Create initial bindings for ftgl.David Thompson2013-08-171-0/+89
|
* Delete freetype wrapper module.David Thompson2013-08-171-33/+0
|
* Move define-enumeration into util module.David Thompson2013-08-172-16/+42
|
* Create freetype module.David Thompson2013-08-151-0/+33
|
* Fix freeimage-load procedure that was not passing enough arguments.David Thompson2013-08-151-4/+3
| | | | | | This was a fucking pain to track down. freeimage-get-bits was randomly failing to load. Sometimes the program would run, sometimes it would crash with a null pointer dereference error.
* Add wrapper for FreeImage_FlipVertical.David Thompson2013-08-151-0/+12
|
* Add freeimage wrapper.David Thompson2013-08-141-0/+250
|
* Remove unnecessary gl enum.David Thompson2013-08-141-20/+0
|
* Move gl.scm to wrappers subdirectory.David Thompson2013-08-141-0/+96