Author |
Message |
Topic: Model loader... which library? |
ryutenchi
Replies: 4
Views: 10755
|
Forum: Derelict Posted: Tue Apr 05, 2011 2:35 pm Subject: Model loader... which library? |
assimp's d port requires tango, I don't. Would you like me to make a Derelict2 wrapper for this since I'm basically going to be doing this anyways for one of my projects? |
Topic: I'm lost with importing and linking... |
ryutenchi
Replies: 10
Views: 21361
|
Forum: Derelict Posted: Mon Feb 07, 2011 5:44 pm Subject: I'm lost with importing and linking... |
whenever I try to add -L-ldl it always says: Error: unrecognized switch '-ldl'
Any ideas? using Dmd2.
UPDATE Got it working. Had a screwy flag in my /etc/dmd.conf. |
Topic: patch for mac frameworks for SFML |
ryutenchi
Replies: 3
Views: 9423
|
Forum: Derelict Posted: Mon Feb 07, 2011 5:38 pm Subject: patch for mac frameworks for SFML |
Please report a ticket so it's not forgotten: http://dsource.org/projects/derelict/newticket
Filed^^ |
Topic: patch for mac frameworks for SFML |
ryutenchi
Replies: 3
Views: 9423
|
Forum: Derelict Posted: Fri Feb 04, 2011 7:06 pm Subject: patch for mac frameworks for SFML |
Verified working now^^ |
Topic: patch for mac frameworks for SFML |
ryutenchi
Replies: 3
Views: 9423
|
Forum: Derelict Posted: Fri Feb 04, 2011 6:56 pm Subject: patch for mac frameworks for SFML |
So I switched from SDL to SFML for various reasons, but then found that when I had build a binary that it wouldn't run /legasp. Rummaged and figured out that derelict wasn't looking for the frameworks ... |
Topic: Weird OpenGL buffer issue |
ryutenchi
Replies: 1
Views: 11315
|
Forum: General Posted: Thu Feb 03, 2011 8:38 am Subject: Weird OpenGL buffer issue |
Little update:
When I go to try and get this working on OSX(have been developing on windows) I had the same issue, but it looked different. That is until I started using shaders with glVertexPointer ... |
Topic: Weird OpenGL buffer issue |
ryutenchi
Replies: 1
Views: 11315
|
Forum: General Posted: Tue Feb 01, 2011 9:40 am Subject: Weird OpenGL buffer issue |
Now first off, I know this isn't an OpenGL forum, but I think this has something to do with they way I am using D and I have yet to find an OpenGL forum that deals with D. That said... I seem to have ... |
Topic: How to use DerelictGL in Derelict2 |
ryutenchi
Replies: 4
Views: 27309
|
Forum: Derelict Posted: Thu Dec 09, 2010 3:52 pm Subject: How to use DerelictGL in Derelict2 |
So I tried your code, only changing the use of Tango and added a few debug writelns. Compiled fine. DLed the latest 1.2 sdl.dll (1.2.14). It was crashing on the loadModernVersion(GLVersion.GL30), but ... |
|