Skip to content

amorphousmd/RobotSimulationGUI

Repository files navigation

RobotSimulationGUI

Requirements: Qt5, OpenGL3.3, Assimp.
Special thanks to https://github.com/khuong-nv for the STL files. forwardK inverseK

Installation

I installed Qt5 using the Online Installer The packages are selected as such: packages Assimp3.0 SDK: https://sourceforge.net/projects/assimp/files/assimp-3.0/assimp-sdk-3.0-setup.exe/download

If you run into this error just press OK
c54fe9c1-5eaa-4474-b7a8-dc64fa0e9675

Select the build kits like below (Important)
ec14cbfe-1f6c-4ceb-9cb9-71fa000186c5

Then build the project
If you run into the missing dll error like below 6eb6ef46-b6f5-42ed-b682-57be6f80a525

You need to copy the Assimp64.dll from the install directory.
The path should be: C:\Program Files\Assimp\bin\x64 if you installed Assimp as default path 5a9838f7-f03c-4d35-b3ab-28e3eaac47e7

If you had installed in another directory, you will need to edit the .pro file in Qt
2022-08-04 13_40_47-Display3DModel pro @ Display3DModel - Qt Creator

You then paste the file into your debug folder (after you've built the project), the result should look like this
4532392d-a7a5-4b6d-89a9-4652ad9defa2 And you should be able to run the project normally now

About

Assimp QT test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published