https://github.com/tapio/cbgl
OpenGL wrapper library for CoolBasic
https://github.com/tapio/cbgl
Last synced: 3 months ago
JSON representation
OpenGL wrapper library for CoolBasic
- Host: GitHub
- URL: https://github.com/tapio/cbgl
- Owner: tapio
- Created: 2009-05-13T15:06:53.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-05-13T15:08:45.000Z (almost 16 years ago)
- Last Synced: 2024-12-25T22:42:14.416Z (5 months ago)
- Language: Visual Basic
- Homepage:
- Size: 430 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
Awesome Lists containing this project
README
cbGL by Tapio Vierros
---------------------This project allows the usage of OpenGL hardware accelerated graphics in CoolBasic.
It is achieved by creating a wrapper DLL with FreeBASIC and accompanying it with a relevant CoolBasic source code library.The project is incomplete, but allows for fast 2d graphics primitives, images (with rotation, scaling and alpha-support) as well as bitmap text. Basic 3d is also possible (see ported NeHe examples and WrappedOpenGLcmds.txt).
Note that CoolBasic's own graphics commands are not available when using this library (as this doesn't use CB's window, but hides it and creates its own).LICENSE: Free to use for anything.