Commit graph

12 commits

Author SHA1 Message Date
Gered dc5124da0f remove StringBuilder length doubling
This was added from looking at what OpenTK was doing for it's similar
helper methods, but the length doubling was apparently to work around a
Mono 1.9.1 bug which seems to have been fixed (? works fine for me now?)
2013-08-11 18:48:32 -04:00
Gered 75724d9139 forgot to add this one too 2013-08-11 18:18:13 -04:00
Gered c242935a3c add more helper overloads 2013-08-11 17:57:56 -04:00
Gered 103fea5218 add method overloads handling simple conversions to/from pointers for the caller 2013-08-11 17:09:12 -04:00
Gered 70645fba85 fix mismatching opengl function name 2013-08-11 16:06:55 -04:00
Gered c337ae5283 change build output dir 2013-08-11 13:54:23 -04:00
Gered f2b9884651 add OpenTK backend
This is using a pre-built release assembly from the code at: https://github.com/andykorth/opentk
2013-08-11 13:49:02 -04:00
Gered King c27f3530ea Update LICENSE 2013-08-11 13:28:42 -04:00
Gered King 46ab6e90a4 Create LICENSE 2013-08-11 13:27:23 -04:00
Gered King 6c47262e15 Update README.md 2013-08-11 13:22:43 -04:00
Gered ab867322d1 add README.md 2013-08-11 13:17:50 -04:00
Gered a01a885927 Initial commit. 2013-08-11 13:06:21 -04:00