- It's an authorized fork of the PBRT project, focusing on production rendering and artistic efficiency.
- Please read our Features and Goals and philosophy pages for more information.
- Why another unbiased renderer? Read our FAQs page for details.
- LuxRender comprises an interactive GUI, a command line tool and Blender exporter plugins.
- We also provide a C/C++ API that allows embedding LuxRender into third-party applications.
- LuxRender runs on GNU/Linux, MS-Windows(R) and MacOS X(R) platforms.
Friday, December 5, 2008
[Work] renderer
LuxRender is a new, open-source, free software rendering system for physically correct, unbiased image synthesis. Rendering with LuxRender means simulating the flow of light according to physical equations. This produces realistic, photographic-quality images.
Tuesday, November 18, 2008
Friday, September 26, 2008
[Work] shell scripts
for d in *.kernel; do ( cat fourier.stub.txt && cat $d ) > $d.txt; d
one
for t in re im; do for d in `seq 0 1 9`; do ~mfuchs/bin/genkernel --
w 32 --fourier $t $d --scale 0.1 | tee fourier-$t-$d.kernel; done; d
one
for t in re im; do for d in `seq 0 1 9`; do ~mfuchs/bin/genkernel --
w 32 --fourier $t $d --scale 0.03 | tee fourier-$t-$d.kernel; done;
done
perl -pi -e 's/fps_out: 100/fps_out: 50/g' *.kernel.txt
one
for t in re im; do for d in `seq 0 1 9`; do ~mfuchs/bin/genkernel --
w 32 --fourier $t $d --scale 0.1 | tee fourier-$t-$d.kernel; done; d
one
for t in re im; do for d in `seq 0 1 9`; do ~mfuchs/bin/genkernel --
w 32 --fourier $t $d --scale 0.03 | tee fourier-$t-$d.kernel; done;
done
perl -pi -e 's/fps_out: 100/fps_out: 50/g' *.kernel.txt
Thursday, September 25, 2008
[Work] latex graphics
put the graphics / figure where it belongs instead of the end of a paragraph
\begin{figure*}[]
\end{figure*}
not
\begin{figure*}[t]
\end{figure*}
not
\begin{figure*}[h]
\end{figure*}
\begin{figure*}[]
\end{figure*}
not
\begin{figure*}[t]
\end{figure*}
not
\begin{figure*}[h]
\end{figure*}
Wednesday, September 17, 2008
[Work] linux utilities
seq 20 | head
echo 'set yrange [0:1]; plot "<~mfuchs/bin/genkernel --hat|tail -n +2"' | gnuplot -persist under bash ( cat filter-stub && ~mfuchs/bin/genkernel --w 5 --hat ) > combined.txt
echo 'set yrange [0:1]; plot "<~mfuchs/bin/genkernel --hat|tail -n +2"' | gnuplot -persist under bash ( cat filter-stub && ~mfuchs/bin/genkernel --w 5 --hat ) > combined.txt
Saturday, August 2, 2008
Saturday, July 26, 2008
[Reading] Edward Rolf Tufte
"At its heart, my work is about how to think clearly and deeply, using evidence, and all that has to pass through some presentation state."
Subscribe to:
Posts (Atom)