I am currently creating a project that helps irrlicht developers create their projects. This program is able to create a scenary and print it as code.
The purpose of this project is not to be able to create games without typing any code....

This project can build Dev-C++ projects as well.
With this project that i am creating, you can assign keys to movements
for example:
1)let's say you loaded an animated mesh.
2)then you want that animated mesh to run when you press the up key.
3)you do that on this project and when you hook that source to your source you'll see that when you press the up key, the animated mesh that you used will run.
You can assign music when you press the up key also, or when the animated mesh die you can assign a music to that special movement also.
Is like building small scenes for a game.

