I got it all to work now using the 3DMOL code, converted from C++ to C.

mkdir 3d # download
cd 3d
rc /n/sources/contrib/pietro/3d.bundle
8c 3d.c # compile
8c 3dtest.c
8l -o 3dtest *.8
3dtest # run

You can see a cube in the center of the screen. Use q to quit (and crash, for some threadexitsall-related reason). This could be the first step to a new 3D engine in C for Plan 9 - or for any system. I'll give them my regards now.

Reply via email to