🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

OpenGL Add-On for Angelscript

Started by
0 comments, last by WitchLord 8 years, 4 months ago

Hi,

I have written a simple OpenGL binding for angelscript and thought it might be useful to some of you. It is available on GitHub:

https://github.com/bluecataudio/angelscript-addons/tree/master/cpp

It currently covers only the basic OpenGL 1.0 APIs and does not handle functions using arrays nor bitmaps, but it works pretty well for 2D drawing or simple shapes without textures. Also, generic calling convention has not been implemented since I do not use it.

Note: it is just a binding of the OpenGL API, so it requires that you already have an OPenGL context made available to the script.

Advertisement

Thanks for sharing. :)

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement