jarvis
jarvis copied to clipboard
minimal version please
Hi,
I like the principle and want to use jarvis, but installing all those dependencies makes me angry. Why isn't jarvis a clean simple program / companion anyway?
Thanks, Jendrik
The latest python bindings for PyOSG need Open Scene Graph 1.2, but OSG 3.0 is already stable. Checkout this mailing list post http://www.mail-archive.com/[email protected]/msg15338.html
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DVERSION="1.2.1" -Iinclude -I/usr/include/python2.7 -c Producer/Camera.cpp -o build/temp.linux-x86_64-2.7/Producer/Camera.o
Producer/Camera.cpp:31:27: fatal error: Producer/Export: No such file or directory
A lots of people are asking for a stripped down version of jarvis, so that will be my first task.
For your issue, your should use http://code.google.com/p/osgswig/ , not pyosg .
Hi madlag,
I liked the idea of a Python companion, but I wanted a very lightweight implementation on this. In addition I'm experimenting on interacting from VIM. Here's my project inspired by yours :-)
https://github.com/jpzk/crassula