LWJGL Forum

Archive => DirectX => Topic started by: princec on October 17, 2007, 22:42:18

Title: The Captain has abandoned ship!
Post by: princec on October 17, 2007, 22:42:18
Mark Bernard, developer working on the DirectX bindings, has had to leave the project due to time pressures.

Can anyone carry the torch? It looks like he's got quite far.

Can :)
Title: Re: The Captain has abandoned ship!
Post by: Fool Running on October 22, 2007, 17:05:56
QuoteMark Bernard, developer working on the DirectX bindings, has had to leave the project due to time pressures.
That's sad to hear :'(
I wish I had time to help :-\
How far did he get? Getting the display to work and most DirectX functions? (is it usable? in other words)
QuoteCan :)
Forgot how to spell your own name? ;D
Title: Re: The Captain has abandoned ship!
Post by: Matzon on October 22, 2007, 17:42:40
He got a display up and running - and a lot of the footwork.
The major hurdle still left, is removing the code duplication and integrate the context/input stuff to work with the existing opengl code - or rewrite as appropriate.
Elias thinks that this work will greatly improve upon the work needed once ogl 3 is out.
I am still hoping for someone to pick up where he left!!
Title: Re: The Captain has abandoned ship!
Post by: gaarazero on November 12, 2007, 05:07:47
That is sad to hear.  If you guys don't mind, I'd like to take a stab at it.  I was working on another implementation of DirectX for Java and may be able to bring over what I got working.  I've looked through Captain's code and the lwjgl source, but not in great detail.  I've been a fan of this project ever since I read it here.

-gz
Title: Re: The Captain has abandoned ship!
Post by: Matzon on November 12, 2007, 05:56:50
We would very much like for you to work on it! We have been hoping that someone would continue the effort, since a dx binding makes a lot of sense (despite its limited xplatform appeal).
I have tagged the code as lwjgl-directx as seen here: http://java-game-lib.svn.sourceforge.net/viewvc/java-game-lib/tags/lwjgl-directx/
I dont know if you want to work in that tag or if you want to work without svn access until you have something you are comfortable with?

Please let us know either on the forum or IRC (#lwjgl on freenode) if you have any issues.
Title: Re: The Captain has abandoned ship!
Post by: gaarazero on November 13, 2007, 05:52:53
Awesome!  I think I'll use the tag as a starting point, since there is a lot more stuff done than I first thought.  Now, I just need to figure out how to build it :P.  One thing I might change is the package name from 'd3d' to 'directx', since Direct3D is not as common a slogan as DirectX, and may cause some confusion.  But, I'll let you guys know what I come up with when I come up with it.  Thanks again.

-gz
Title: Re: The Captain has abandoned ship!
Post by: elias on November 14, 2007, 09:45:31
Quote from: gaarazero on November 13, 2007, 05:52:53
Awesome!  I think I'll use the tag as a starting point, since there is a lot more stuff done than I first thought.  Now, I just need to figure out how to build it :P.  One thing I might change is the package name from 'd3d' to 'directx', since Direct3D is not as common a slogan as DirectX, and may cause some confusion.  But, I'll let you guys know what I come up with when I come up with it.  Thanks again.

-gz

I prefer "d3d" for the package name since it is technically more correct. Besides, a package name doesn't need to be used when "marketing" lwjgl, and someone might be confused if the org.lwjgl.directx package doesn't contain e.g. directdraw or directinput.

- elias
Title: Re: The Captain has abandoned ship!
Post by: princec on November 14, 2007, 12:37:49
I agree with Elias there. We're really only looking to provide D3D, not all of DirectX.

Cas :)
Title: Re: The Captain has abandoned ship!
Post by: gaarazero on November 17, 2007, 22:46:29
Quote from: princec on November 14, 2007, 12:37:49
I agree with Elias there. We're really only looking to provide D3D, not all of DirectX.

I see what your saying and you are correct.

-gz
Title: Re: The Captain has abandoned ship!
Post by: Aces on January 14, 2008, 01:06:23
Hi,

I'm new here, but I'd like to help on D3D development.
I have some experience on it, and do some regular development on Java3D d3d pipeline in both native and java sides.

I'd like to know how to engage in this project  ;)

Alessandro
Title: Re: The Captain has abandoned ship!
Post by: Matzon on January 14, 2008, 19:42:52
Your best bet is probably to contact gaarazero and cooperate with him.
Title: Re: The Captain has abandoned ship!
Post by: Aces on January 15, 2008, 20:43:29
Quote from: Matzon on January 14, 2008, 19:42:52
Your best bet is probably to contact gaarazero and cooperate with him.

Thanks, I will do that  ;)

A.
Title: Re: The Captain has abandoned ship!
Post by: Aces on January 18, 2008, 14:05:01
No  replys so far...
Title: Re: The Captain has abandoned ship!
Post by: princec on January 18, 2008, 15:56:11
Hm... so what have we got so far and who's working on what?

Cas :)
Title: Re: The Captain has abandoned ship!
Post by: gaarazero on March 03, 2008, 20:52:01
Oh boy,

I know it has been some time.  When I posted that I would try and help with the D3D implementation, little did I know I would start a new job in a new city a few days later.  After relocating and getting everything settled, I thought I would still have time to work on it.  But, I was wrong.  I will try my hardest to schedule some time for this.  I am still interested in working on it.  I was also thinking of doing DirectX10 as well, but I don't have Vista on any of my computers.

I'll keep you guys updated on any progress.

-gz
Title: Re: The Captain has abandoned ship!
Post by: Matzon on March 03, 2008, 21:03:07
sure no problem
Title: Re: The Captain has abandoned ship!
Post by: princec on March 04, 2008, 13:08:38
No point in DX10 just yet -- wait a couple of years, get the vast majority of the machines on the planet working first ;) Keep it up!

Cas :)
Title: Re: The Captain has abandoned ship!
Post by: gaarazero on March 05, 2008, 05:52:46
Quote from: princec on March 04, 2008, 13:08:38
No point in DX10 just yet -- wait a couple of years, get the vast majority of the machines on the planet working first ;)
Heh, true.

I got my Eclipse environment all set up.  I pulled down the 1.1.4 source and will add the d3d changes in my development environment.  I disconnected the source from the SVN just to be sure I don't foobar anything, though I'm pretty sure I couldn't commit anyway.  I haven't used ANT much before, but from what I've seen so far it rocks, a lot.  It's definitely something I will learn more of.  I just had to mess with some Windows environment variables and it works like a charm.  This is probably as far as I'll be able to get this week, but I think it's a good start.

-gz