Replies: 3 comments 5 replies
-
Sure, that can be done straight forward with CMake. Download the Qt online installer and install a suitable version (e.g. 6.8.0, 5.15.2, or ...) to a directory of your choice (e.g. C:\Qt). I assume your Coin/Quarter is installed on Windows under A typical
Place the To configure the project (please replace <source_dir>and <build_dir> with paths to your source and build directories) call: On Linux the To configure the project call: Some dependencies might have been missing or can be omitted, but I hope the general procedure is clear from this commands. If further questions or issues arise, feel free to ask. Hope that helps you further. Cheers, Volker |
Beta Was this translation helpful? Give feedback.
-
Your 3D desktop idea sounds like the one that was demonstrated in Jurassic Park at the end of the movie when everyone was panicking. I worked at Silicon Graphics when this movie came out. I think the software was an internal project based on Performer (and SGI HW), and not Open Inventor. But I think it should be doable with Coin. |
Beta Was this translation helpful? Give feedback.
-
Thank you @VolkerEnderlein for your help. My little project still runs into problems linking the DLLs, but I'm quite motivated to solve that myself. I understand that CMake is the way to go, so I'm reading up on that, and learning how to use CMake. Anyways, your reply helped me quite a lot, and pointed me into the right direction. Thank you again! Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Hey peeps,
okay, so here's my story: I had an idea about ten years ago, and I would like to revive it, using Coin3D. The idea is simple: A multiplatform 3D-Application that displays folders and text-files from a hard-drive - in 3D. I will share details later, but that's about it for now.
What I want to do is a simple 3D-Viewer application on Windows, later on Linux as well, optionally on Mac.
I followed the instructions, and got these things going:
Windows 11 PC
Boost installed - check
Visual Studio 2022 - check
Cygwin as well...
CMake 3.something
Coin3D - check - installed like a charm
Quarter - check - installed like a charm
Qt.... damn, what the heck???
I am having difficulties setting up a Visual Studio Project that just uses Coin3d, Quarter, and Qt... for some reason, I'm stuck... I also could use Cygwin, but really, all I need for now, is an easy set up on Windows 11 to create a simple "Hello World" like application that uses Coin3D and Quarter.
Qt is confusing me with their tons of tools, and all I really want is INCLUDE and LIB paths to put into my Visual Studio project...
Now...
So, like those nice people from Qt told me, I installed the fricking Qt Tools for VS, and then some, but my project just won't compile, because.... well, I guess I'm an Old-Fart, and I expect some header files, and some libraries or some code to build them...
What am I missing?
In short: Do you have a simple way to jump-start an application using Coin3D, Quarter and Qt to get rolling? On Windows, with a perspective for Linux... and, I can easily drop windows, and just get that thing going on SuSE Leap.
Thanks in advance!
Respectful greetings,
Harzner
Beta Was this translation helpful? Give feedback.
All reactions