[ANN][WIP] Library & app for 3D visualization system

2010-11-20 Thread Banlu Kemiyatorn
Dear GNUstep people, I have been working on these for a while after looking at that SNAP thing I decided to put up this premature announcement. First, I am working on a framework called AP3, which abbreviates nothing but stands for ape coz I love monkey. AP3 is a 3D application development framew

Re: [ANN][WIP] Library & app for 3D visualization system

2010-11-21 Thread Germán Arias
Cool project. I will try this later. On dom, 2010-11-21 at 03:22 +0700, Banlu Kemiyatorn wrote: > Dear GNUstep people, > I have been working on these for a while after looking at that SNAP > thing I decided to put up this premature announcement. > > First, I am working on a framework called AP3,

Re: [ANN][WIP] Library & app for 3D visualization system

2011-04-26 Thread Banlu Kemiyatorn
Hi, Some updates on the current details implementations in 3SUM application project. Now it's only about AP3, the AppKit inspired, a forked and rewritten of GNU 3D Kit, 3D engine. latest list of changes * Now depending on clang for Objective-C++, would be nice if someone can help me making it work

Re: [ANN][WIP] Library & app for 3D visualization system

2011-04-28 Thread Banlu Kemiyatorn
I just try gcc-snapshot from new Ubuntu and I can build Objective-C++ with it now. It failed on some methods that look like message::, ie. having any argument w/o textDescription: But at least it doesn't crash like clang on some cases (sorry but C++ code was killing enough of my not-so-much-left ne

Re: [ANN][WIP] Library & app for 3D visualization system

2011-04-28 Thread Nicola Pero
> I just try gcc-snapshot from new Ubuntu and I can build Objective-C++ > with it now. It failed on some methods that look like message::, ie. > having any argument w/o textDescription: I tried a few variants but couldn't reproduce the problem (using GCC trunk). Can you send me an example of the l

Re: [ANN][WIP] Library & app for 3D visualization system

2011-04-28 Thread Banlu Kemiyatorn
-- Sent from my GNU/Linux N900 - Original message - > > I just try gcc-snapshot from new Ubuntu and I can build Objective-C++ > > with it now. It failed on some methods that look like message::, ie. > > having any argument w/o textDescription: > > I tried a few variants but couldn't rep

Re: [ANN][WIP] Library & app for 3D visualization system

2011-04-29 Thread Banlu Kemiyatorn
On Fri, Apr 29, 2011 at 10:28 AM, Banlu Kemiyatorn wrote: > ... unlike clang's crashing case > which was blocking some moves. For current the gcc-snapshot in ubuntu it > seems it was confused somthing with C++'s :: but this one is easy to avoid. Rebuild clang trunk and the problem is gone now. S