From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <217E2E30-ED7F-40A8-9C11-7D0689255996@mac.com> References: <217E2E30-ED7F-40A8-9C11-7D0689255996@mac.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <74BC7D07-43D3-4DA1-B0ED-1F1C4615DB2B@mac.com> Content-Transfer-Encoding: 7bit From: Pietro Gagliardi Subject: Re: [9fans] Attempt at making 3D graphics library Date: Sat, 24 Nov 2007 10:57:12 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 09fc0d7a-ead3-11e9-9d60-3106f5b1d025 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.