bibatn / special_seminar_

0 stars 0 forks source link

rendering of point clouds #15

Open bibatn opened 1 year ago

bibatn commented 1 year ago

https://github.com/uhlik/bpy#point-cloud-visualizer-for-blender-280

http://graphics.stanford.edu/software/qsplat/

bibatn commented 1 year ago

Xforms http://git.savannah.nongnu.org/cgit/xforms.git/refs/tags

bibatn commented 1 year ago

dependencies:

glibc 2.1 (e.g. Red Hat 6.x)
OpenGL dynamic libraries - either Mesa 3.x or XFree86 4.x
XForms dynamic library, version 0.88 
bibatn commented 1 year ago

/usr/include/X11

bibatn commented 1 year ago

export C_INCLUDE_PATH=$C_INCLUDE_PATH:/usr/include/X11

bibatn commented 1 year ago

Set LDFLAGS and CFLAGS when you run make:

$ LDFLAGS="-L/home/me/local/lib" CFLAGS="-I/home/me/local/include" make

If you don't want to do that a gazillion times, export these in your .bashrc (or your shell equivalent). Also set LD_LIBRARY_PATH to include /home/me/local/lib:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/me/local/lib

bibatn commented 1 year ago

LDFLAGS="-L/usr/lib/X11" CFLAGS="-I/usr/include/X11" make

bibatn commented 1 year ago

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/X11

bibatn commented 1 year ago

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/m/projects/source_code/xforms-1_0/lib:/home/m/projects/source_code/xforms-1_0/image

bibatn commented 1 year ago

export C_INCLUDE_PATH=$C_INCLUDE_PATH:/home/m/projects/source_code/xforms-1_0/lib