Buil 3d modelling complex app only using mendix

0
Hi Does anyone here knows if it is possible to implement complex app for 3d modelling using mendix?  I mean application, with thewm we can save 3d  parts of models, like lego parts, and really construct some models using this application. So if we can build a app like studio from bricklink only using mendix?   Thank you in advance for any advice or answer
asked
1 answers
0

Hi Cabrell,

Mendix is best for transactional, event driven apps. There are advanced 3D capabilites you can use, such as the 3D viewer https://marketplace.mendix.com/link/component/118345. There also is a free learning path on this subject: https://academy.mendix.com/link/paths/115/Build-a-3D-Model-Inspection-App

For creating an app which has complex 3d modeling as its main objective Mendix would not be my first choice. I expect you will have to rely on external libraries and develop your own custom widgets, which reduces the added value of the Mendix platform in your specific situation.

Some generic advice on this subject can be found here: https://www.mendix.com/evaluation-guide/what-can-i-build/

I hope this helps.

answered