LDraw™ editor for LEGO® style digital building instructions.
LPub3D is an Open Source WYSIWYG editing application for creating
LEGO® style digital building instructions. LPub3D is developed and
maintained by Trevor SANDY. It uses the LDraw™ parts library, the
most comprehensive library of digital Open Source LEGO® bricks
available (www.ldraw.org/ ) and reads the LDraw LDR and MPD model
file formats. LPub3D is available for free under the GNU Public License v3
and runs on Windows, Linux and macOS Operating Systems.
LPub3D is also...
...(at a cost of speed)
Rayshade is a 1990's raytracer, a great one back then (and still useful).
Rayshade has an excellent easy to read yet informative User's Guide that other's could not help but copy from. (html of guide is in rayshade-4.0-ftp-and-guide.tar.gz)
Rayshade has no GUI but as a text language it's simple and elegant.
---
The Utah Raster Toolkit 'liburt' is "optional" (see Files) and needed to see your output and adds alpha texures: see NEWS. (do NOT use URT with Rayshade-Mathematica, it likes raw rgb).
export CFLAGS="$CFLAGS -DPOPEN -DUSE_CPP"
[ -n "$WITH_URT" ] && {
CFLAGS="$CFLAGS -I/usr/local/include -DURT"
LDFLAGS="$LDFLAGS -L/usr/local/lib64"
LIBS=" /usr/local/lib64/librle.a
export LDFLAGS LIBS
}
sh ....
Browser3D is a new type of browser where you can interact with a real 3D environment while surfing the web.
You can create your own 3D world in your site by adding some few tags to your htmlfiles.