Author |
Message |
Topic: Wow. |
hduregger
Replies: 4
Views: 14279
|
Forum: Descent Posted: Wed Jan 28, 2009 5:20 am Subject: Wow. |
I agree, it really gets better and better. Thanks!
I did a bit of Eclipse Plugin work before based on existing plugins and I know how frustrating it can be to try to extend the existing code base f ... |
Topic: Adding DerelictNewton |
hduregger
Replies: 3
Views: 13439
|
Forum: Derelict Posted: Thu Jan 22, 2009 4:42 am Subject: Adding DerelictNewton |
Thank you for this insightful explanation.
I have to admit I rushed this all a bit without getting back to ajung about this proposal and also didn't really think about Newton's beta state. The exci ... |
Topic: Adding DerelictNewton |
hduregger
Replies: 3
Views: 13439
|
Forum: Derelict Posted: Wed Jan 21, 2009 9:59 am Subject: Adding DerelictNewton |
I stumbled over Newton and tried to link to it when ajung on the Newton forums (http://www.newtondynamics.com/forum/viewtopic.php?f=9&t=4933) mentioned working on a Derelict like wrapper for Newto ... |
Topic: Suggestions for Derelict 2 |
hduregger
Replies: 19
Views: 40078
|
Forum: Derelict Posted: Wed Oct 22, 2008 7:18 am Subject: Suggestions for Derelict 2 |
Good news!
I think merging the packages is a good choice as it makes things easier.
DSSS is a great tool, although I've mostly used it for building only, less for downloading/installing, so plea ... |
Topic: FreeType segfault with DerelictFT and DWT/GTK/FT |
hduregger
Replies: 7
Views: 15696
|
Forum: Derelict Posted: Thu Apr 17, 2008 10:54 am Subject: FreeType segfault with DerelictFT and DWT/GTK/FT |
Thanks for doing the changes.
You still have a small typo in there:
sftfuncs.d(79): found 'FT_List' when expecting ')'
and in sftfuncs.d the module declaration must be chang ... |
Topic: FreeType segfault with DerelictFT and DWT/GTK/FT |
hduregger
Replies: 7
Views: 15696
|
Forum: Derelict Posted: Thu Apr 17, 2008 3:55 am Subject: FreeType segfault with DerelictFT and DWT/GTK/FT |
Thanks for explaining and the fast reply.
I'll just try to write my own bindings for the FT functions I need.
Hopefully you can add that functionality in the future of Derelict. I am sure the ad ... |
Topic: FreeType segfault with DerelictFT and DWT/GTK/FT |
hduregger
Replies: 7
Views: 15696
|
Forum: Derelict Posted: Wed Apr 16, 2008 2:12 pm Subject: FreeType segfault with DerelictFT and DWT/GTK/FT |
Hey, first of all thanks for Derelict which is very handy.
Now to the ugly part:
I am getting segmentation faults in FT_Done_Memory when loading freetype through DerelictFT and also compiling DW ... |
Topic: [ask] is this a bug? |
hduregger
Replies: 1
Views: 58363
|
Forum: SimpleXMLD Posted: Sun Nov 18, 2007 8:23 am Subject: [ask] is this a bug? |
it might be related to the bug I've posted a ticket for, the fix is included there. |
Topic: execution error |
hduregger
Replies: 1
Views: 14802
|
Forum: BCD Posted: Fri Oct 26, 2007 11:53 am Subject: execution error |
You need to do something like
export CXXFLAGS="$CXXFLAGS ....."
first, so gccxml knows the flags. |
Topic: Attempting to bind Bullet Physics Engine on Linux |
hduregger
Replies: 1
Views: 15474
|
Forum: BCD Posted: Mon Aug 27, 2007 3:38 am Subject: Attempting to bind Bullet Physics Engine on Linux |
2nd attempt:
------------
$ export CXXFLAGS="$CXXFLAGS -I/path/to/bullet/src/"
$ bcdgen btBulletCollisionCommon.h bt -I../../
$ bcdgen btBulletDynamicsCommon.h bt -I../../
Got no ... |
Topic: Attempting to bind Bullet Physics Engine on Linux |
hduregger
Replies: 1
Views: 15474
|
Forum: BCD Posted: Wed Aug 15, 2007 5:24 am Subject: Attempting to bind Bullet Physics Engine on Linux |
Hello
$ export CXXFLAGS="$CXXFLAGS -Ipath/to/bullet/src"
$ bcdgen btBulletCollisionCommon.h bt -A -r -I../../
$ bcdgen btBulletDynamicsCommon.h bt -A -r -I../../
Which generates two ... |
|