Draw3D2 - Fast Single Surface Graphics Library
Attention! 👉Starting November 2024, BlitzCoder.org will now be BlitzBasic.org.
Tweet blitz3d gui-libs frameworks toolbox
The Draw3D2 is responsible for fast graphics under Blitz3D. There is no need for another DLL. The image is pixel perfect and the images can be rotated, scaled, colored and drawn transparently in real time. Since the graphics output is sent to the graphics card, more processing power is left for the game. In addition to the entire display options, you can declare each picture as a button with a simple parameter. No matter if the graphics to the camera, or buzzing somewhere in the level around buzzes. In addition, each image can be drawn by bumpmap. As a result, objects with a few lines of code appear vivid, which always indicate the correct incidence of light when rotated.
In addition to the Draw3D2 there are the DrawSGG and the DrawXTD. The SGG is a GUI adapted to games, without frames and the usual windows-like . But just as you can use it for games. For this purpose, there are INI-like text files easy to create for each skin, for defining the graphic elements of an image file. The DrawXTD is a pure extension with physics, 2D and 3D particle effects. The DrawXTD is not finished in shape yet. Since I plan to port the Draw3D2 to BlitzMax, I want to make sure first of all that I can mathematically implement all physics stuff on BlitzMax. In contrast, the particle effects are already completed and can easily be integrated.
Author: hectic
LATEST: Download via Dropbox (Version 3.2 - Mirrored Copy):
https://www.dropbox.com/s/h2a4oz4m6efwpw4/Draw3D.V.3.2.rar?dl=0
Download via Dropbox (Version 1.1 2010 - Mirrored Copy):
https://www.dropbox.com/s/9civmhfgx46261r/Draw3D2.V.1.1.rar?dl=0
Materials (V3.2)
2D Physics (V3.2)
Example of GUI
3D mouse-hit-detections:
Images-collide detetions:
Real time bump map drawing:
Fast drawing sprites in 3D:
Reply To Topic (minimum 10 characters)
Please log in to reply