ColdSteel SDK Early Adopter released !!!

Developed or developing a new product in PureBasic? Tell the world about it.
Jedive
User
User
Posts: 36
Joined: Sun Jun 29, 2003 11:56 am
Location: Spain

ColdSteel SDK Early Adopter released !!!

Post by Jedive »

The Early Adopter version of the ColdSteel SDK has been released. Please have in mind that this version is still techniqually in beta state. Many features are not implemented yet (like detailed collision information, physics, audio, or networking), and it only contains the font, material, and particle editors (physics and scene editors will come soon). The software may contain bugs also.

A demo version of the SDK will be released in the next couple of days. If you are unsure of purchasing the engine, you should wait to try the demo before.

Current features:

Core
- Windows 98/ME/2K/XP platforms.
- All functions documented.
- Supports packed media (to have all the files of your game inside a single compressed package).
- File system with support for reading data inside compressed packages.
- Integrated XML parser and writer.
- Fast collision detection and response.
- The engine comes as a dll, to integrate it with any application or programming language.*

Rendering
- High performance rendering through DirectX9 and OpenGL**.
- Indoor and outdoor scene management.
- Octree rendering for mesh occlusion.
- Bone and vertex based character animation.
- LOD-based terrain rendering.
- Billboards.
- Light maps.
- Realtime volumetric shadows.
- Dynamic lights.
- Alpha-blending.
- Environment mapping.
- Bump & parallax mapping.
- Pixel and vertex shaders, up to version 3.0 (HLSL, GLSL, and ASM shaders are supported.)
- Particle effects.
- Custom bitmap fonts.
- Supports multiple model formats: md2, x, ms3d, my3d.
- Supports multiple texture formats: bmp, png, jpg, tga, pcx, psd.


Tools
- gile[s] exporter for the .my3d format.
- Material editor.
- Particle editor.
- Font editor.

* Comes with the needed files to use the engine with: Blitz3D, BlitzMax, BlitzPlus, C / C++, IBasic Professional, PlayBasic, PureBasic.
** OpenGL renderer is still considered beta.

ColdSteel SDK Early Adopter is available for purchase at the price of 39.95€.

If you want to purchase, go here.

Please visit the official forums at: http://www.coldsteelengine.com/forums/

Image Image

http://www.coldsteelengine.com
==Jedive==
MacBook Core Duo 2Ghz, 2GB, Intel GMA950, Leopard
Celeron M 1.5, 512MB, Intel 915GM, WinXP/DX9, Ubuntu
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

Any chance of getting some code examples of how to work it? Ive bought it but my only other experience with 3D work is with (cough) DBP (cough)... Just a simple code snippet on how to load up a cube and make it visible on screen would be awsome..


Thanks

Kawasaki
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

You should try searching the ColdSteel forum for some PB snippets (some exist), and raise some questions there.
Post Reply