jarvis icon indicating copy to clipboard operation
jarvis copied to clipboard

minimal version please

Open jpzk opened this issue 12 years ago • 3 comments

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

jpzk avatar Jun 30 '12 08:06 jpzk

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

jpzk avatar Jun 30 '12 09:06 jpzk

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 .

madlag avatar Jul 03 '12 16:07 madlag

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

jpzk avatar Jul 03 '12 20:07 jpzk