Cold Steel ..or something like that

Miscellaneous Forums/General Discussion/Cold Steel ..or something like that

..is that engine a live? If im correct, one of our forum members use to work on that thing, but I have no idea is that engine out there and actually working as a DX9 or OGL I cant remember..anyone has some info about this thing? Is it usable and functional?

http://www.coldsteelengine.com/

Jedive is the developer and I think I've seen him posting recently.

..ohh...content on web site seems to be quite same for a long time..

..anyone using this thing? It said shader model 3 is supported, but regarding provided demo, I see nothing out of all fancy features?

I wouldn't touch it right now. Just saying based on chatting with Jedive, it's a dead project (for now).

The current implementation is in a dead end right now. Choosing IrrLicht was a terrible decision from my part, since it is a poorly designed rendering engine. The material system is horrible, it has half-working implementations of serveral 3D model formats instead of concentrating on a custom model format, and lacks support for several basic things. Trying to workaround these things took most of the time, and made the project look "dirtier" every day. So right now, I am redesigning several parts of the engine, just to regain focus on how do things.

The basic idea is that I will separate the engine into different independent modules (ColdSteel.Graphics, ColdSteel.Audio, ColdSteel.Physics... ) and, while the current graphics system based on IrrLicht will stay, I will provide a rendering system based on another next-gen engine which seems to be really well designed: Horde3D.