|
|
3d Object Analyzer
 | GLBasic 3d Object Analyzer Ver. 2.9
Features:
Examine objects.ddd in program.
Analyzes triangles, surfaces, vectors, vertices, and size.
New version includes a rainbow texture for better analysis.
Project is complete in .rar
|
JNR Platform Example #1
| This is a conversion of JNR platform example #1 (http://jnrdev.72dpiarmy.com/) from C to GLBasic
This example just deals with moving left and right as well as jumping.
Use cursor left and right to move and left shift to jump.
One interesting thing to note is that there is no visible speed difference between the C version and the GLBasic version.
Now compatible with 8.064 beta |  |
JNR Platform Example #2
 | This is a conversion of JNR platform example #2 (http://jnrdev.72dpiarmy.com/) from C to GLBasic
This example just deals with moving left and right, jumping and slopes
Use cursor left and right to move and left shift to jump.
With this example, I've slowed things down slightly as I felt the first example ran a bit too quickly.
Now compatible with V8.064 beta |
JNR Platform Example #3
| Third and final part of the JNR (http://jnrdev.72dpiarmy.com/) platform example conversion - this one puts the previous examples to good use and adds in scrollling...
Now compatible with V8.064 beta |  |
Vector Editor
 | Version : 1.0.0.2
This program allows you to create and edit your own vector graphics.
Up to 9 groups, many different user cell options and the ability to undo any mistakes makes this a great program!
Also included is an example code showing how to read and display the vector in your own programs |
Graphics to DATA conversion
| This program converts PNG or BMP files into compressed DATA statements, ready for your program to read the data in and create sprites from them.
It takes around 29 seconds to decompress an all-white 4096x4096 graphic - only a simple RLE compression system is used. |  |
Basic Graphic Demo
 | A small, boring and basic graphic demo |
|