Page 1 of 1

3ds loader Contribution

Posted: Mon Apr 19, 2010 6:36 am
by spidersharma
Hi All,
I am writing a post after quite a long time.
Well , I earlier said that I am planning to write a 3ds loader for Irrlicht. I have completed the 3ds loader now, which can load hierarchical models , key frame animations , transparent materials and so on.
I would like to contribute this to Irrlicht community.
can you suggest me the way to do it?
waiting for reply...

Posted: Mon Apr 19, 2010 7:23 am
by hybrid
You shuld upload the code to our feature request tracker on the project page. Also make sure that you don't rely on any external library (STL/boost being the ones most often found) and that you adhere to the Irrlicht coding guidelines. This will speed up the process a lot. We can also integrate the loader into irrext immediately, even with giving you access to the SVN of that project.

Posted: Mon Apr 19, 2010 9:06 am
by spidersharma
Thanks for the prompt reply.
I haven't used any STL/boost libray, only have used irrlicht libraries.
I will follow up the guidelines by you.
Thanks.