...In art I was awed by Durer and the mirror in Van Eyke's Wedding. In the 70s-80s I was trying to do 3D on early computers - big BW pixels! By late 80s I saw ray tracing and had to write my own.
I wrote the 1st ver while taking vector calculus and CAD programming classes c. '92. I was intrigued not only by the beauty of the math but also ray tracing curved metals. This is actually the 2nd ver, ported from MFC to gnome (with enhancements like optional GL) c. '00 with some help from David.
Apr'17: Updated to compile on recent Ubuntu/Debian - still runs, even on a pi!
Build and compile ARMv7 or Raspberry Pi application on x86_64
...Download the program and extract into /opt/Toolchain/ARMv7 and you are ready for cross compile .........
Example to build static linked apps :
$ export PATH=/opt/Toolchain/ARMv7/usr/bin:$PATH
$ ./configure --host=arm-linux --disable-shared LDFLAGS="-static-libgcc -static-libstdc++"
$ make
Disclaimer:
This program is provided as is without any warranty of any kind. If you feel this program useful and get benefit from it, then please do support.
Web application whose main purpose is to control GPIO ports of the Raspberry Pi.
It needs to be deployed on a tomcat server in raspi, which start with root permissions.
***
Aplicación web cuyo objetivo principal es el control de los puertos GPIO de la Raspberry Pi.
Tiene que ser desplegado en un servidor tomcat en la Raspberry Pi, el cual arranque con permisos root.