Hi. I'm new to xith3d framework. I downloaded the latest version present on the official site (0.8.0) and i downloaded also the XIN document.
That doc assert i need a version 'greater than 0.8.0' and in facts, most of examples does not compile, or to get them working i have to search alternative method names or some workaround.
So i decided to download the svn versions with the aid of subclipse.
We did not release a new version for a longer time and very much has been done to xith's codebase. You did exactly correct by checking out the SVN repositories for xith3d and xith-tk. I think, it won't be long until we can realease some kind of new beta release.
My first question is : is that version compatible with the XIN version ?
The current SVN should be 99% compatible with XIN. Please tell me, which code example does not compile, and I'll fix it in XIN. I know the model loaders do not compile as described, but the only difference is, that the method now names loadModel() instead of load(). And the HUD should be differently inserted to the scenegraph (since three days). I'll change the appropriate sections.
And what's the difference between xith3d and xithTK repositories ?
Xith3d is the engine itself and xith-tk offers more functionality not directly needed but very convenient like model loaders, wrapper classes, HUD, etc...
Anyway i compiled xith3d svn version, but the results are the same when compiling the examples from XIN doc.
Please tell me, which examples don't work. I'll fix them. But most of them should.
Marvin