-
Carrez replied to the topic System requirement for SOFA in the forum Getting Started 4 years, 10 months ago
I once managed to build and launch runSofa on a Raspberry Pi 2.
It runs the default caduceus scene at 2 FPS. This is clearly a borderline case, bu to give you an idea… -
Carrez replied to the topic Keyboard events in SOFA in the forum Programming with SOFA 4 years, 10 months ago
Hi jjcasmar,
In fact the keyboard events are emitted by the viewer, when Ctrl is pressed (or Cmd on macs).
So, the viewer must have the focus (just click on the viewport once to be sure) ans you must press Ctrl+ (or Cmd+,key> on a mac) and it should work.Bruno
-
Carrez replied to the topic Error in building SOFA using cmake in the forum Getting Started 5 years, 2 months ago
I am not sure to understand what you mean by “preparing the Cmakelist.txt for building SOFA”
You don’t have to make the cmakelists yourself, they are provided with the code.
Simply follow this page:
https://www.sofa-framework.org/support/doc/build-on-windows/ -
Carrez replied to the topic Error in building SOFA using cmake in the forum Getting Started 5 years, 2 months ago
I just checked out the 15.03 version and ran cmake, and I the same problem, except it is only a warning for me (?)
— Adding project ‘eigen’
CMake Warning (dev) at cmake/postProject.cmake:58 (target_link_libraries):
Policy CMP0039 is not set: Utility targets may not have link dependencies.
Run “cmake –help-policy CMP0039” for policy details.…[Read more] -
Carrez replied to the topic Error in building SOFA using cmake in the forum Getting Started 5 years, 2 months ago
Hi Ash.
Hmmm… what is your SOFA git revision? postProject.cmake was deleted from master branch in october, when all the cmake scripts were rewritten. Are you on branch 15.06 or 15.09 for example ?
BTW, CMake 3.4 works flawlessly with today’s master branch (cmake 3.4.1 for me)
-
Carrez replied to the topic build with Qt on MacOs in the forum Building SOFA 5 years, 3 months ago
Thanks François.
For those like me using homebrew to install qt5, set Qt5_DIR to /usr/local/Cellar/qt5/5.5.1_1/lib/cmake/Qt5.
(tested on a fresh OSX with not other Qt install before)
-
Carrez became a registered member 5 years, 11 months ago