Jahshaka VR alpha release
-
We have finally managed to release the alpha version of the Jahshaka VR authoring toolkit under the GPL and wanted to invite people to jump in, look at the code and help out. We have been working on it for 6 months now and its starting to stabilize. We are getting a 12 month plan in place but our goal is to have a solid beta out within the next 6 months.
https://github.com/jahshaka/VR/releases/tag/v0.1.0-alpha
https://github.com/jahshaka/VR/
For our first release, to simplify development, we built everything using Qt3d - but as a result there are a lot of fundamental problems that exist that we cant get support for from KDAB to help resolve. All requests in forums or on the mailing list have been totally ignored and when we reached out to them directly we got a quote for £10,000
So we have decided to build out our own 3D engine on top of QOpenGL and will see how that goes. We will open that process up to anyone who wants to participate and will happily support anyone using it for free.
Please try the project out and let us know what you think.
Karsten
-
Hi
Just tried it for 2 mins but it feels good.Like a mix of 3d Studio max / premier and Blender.
I felt at home
and navigation as easy and smooth.The World tree and property/settings band works very well.
Im no fan of "modern" flat design but the contrast is fine and it's easy to spot
edit fields and buttons so it was not "in the way" by any means
and it fit in naturally in win 10. So good job! -
@mrjj thanks for the feedback - good to know it feels good :) not bad for a alpha, the beta will be much cleaner
We would really like to hear your ideas on how to move the interface into the Virtual World as that will be the real challenge for us.... so many ways to do this we dont know where to start really though we do have some ideas.
-
Hi
I tested in windows and linux it works fine on both, good performance, fluid movements when moving, scaling objects.
It failled to compile on first attempt in linux, I had to correct a small typo in mainwindow.cpp, line 41, I changed it to #include <Qt3DRender/QObjectPicker> (remove the .h). I nottice some small bugs, when deleting a object, some stuff it seems are not immediatly updated. The desing and UI looks very nice, easy to use. The point light is very cool, very nice to move it and watch the light on the objects. Note that I have very little knowledge on this kind of programs.
Congratulations to you guys, this seems a very cool project.