CoppeliaRobotics / simUI

Qt Custom User Interface plugin for CoppeliaSim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt Custom User Interface plugin for CoppeliaSim

Compiling

  1. Install required packages for simStubsGen: see simStubsGen's README
  2. Download and install Qt (same version as CoppeliaSim, i.e. 5.15.x)
  3. Checkout, compile and install into CoppeliaSim:
$ git clone https://github.com/CoppeliaRobotics/simUI.git
$ cd simUI
$ git checkout coppeliasim-v4.5.0-rev0
$ mkdir -p build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build .
$ cmake --install .

NOTE: replace coppeliasim-v4.5.0-rev0 with the actual CoppeliaSim version you have.

About

Qt Custom User Interface plugin for CoppeliaSim

License:Other


Languages

Language:C++ 95.6%Language:CMake 1.4%Language:XSLT 1.2%Language:Lua 1.0%Language:C 0.7%Language:Shell 0.0%