Howdy,
Google Summer of Code 2012 has started, and we have 5 students this year:
Józef Kucia - Implement missing functions in D3DX9, mentored by Stefan Dösinger - https://google-melange.appspot.com/gsoc/project/google/gsoc2012/jos/58002 Lucas Fialho Zawacki, mentored by Joystick configuration and testing applet Marcus Meissner - https://google-melange.appspot.com/gsoc/project/google/gsoc2012/lfzawacki/36... Magdalena Nowak - Control Panel, mentored by Owen Rudge - https://google-melange.appspot.com/gsoc/project/google/gsoc2012/magdalena/12... Marek K Chmiel - Encryption – digital signature security, mentored by Juan Lang - https://google-melange.appspot.com/gsoc/project/google/gsoc2012/mkchmiel/160... Qian Hong - GSoC project: Improve CJK font support, mentored by Aric Stewart - https://google-melange.appspot.com/gsoc/project/google/gsoc2012/fracting/110...
Good luck everyone!
On Mon, Apr 23, 2012 at 8:17 PM, Austin English austinenglish@gmail.com wrote:
Howdy,
Google Summer of Code 2012 has started, and we have 5 students this year:
Józef Kucia - Implement missing functions in D3DX9, mentored by Stefan Dösinger - https://google-melange.appspot.com/gsoc/project/google/gsoc2012/jos/58002
That sounds great! Józef which functions are you implementing?
I just saw you added D3DXCreateCubeTextureFromFileInMemory, will you be adding forwards for D3DXCreateCubeTextureFromFile too? Otherwise I wont mind adding that one (need it for Sid Meier's Railroads).
Cheers, Michael
On Wed, May 2, 2012 at 10:00 PM, Michael Mc Donnell michael@mcdonnell.dk wrote:
That sounds great! Józef which functions are you implementing?
I plan to implement the following: * DDS file format support in D3DXGetImageInfo functions * DDS file format support in D3DXCreateTextureFromFile functions * ID3DXRenderToSurface interface * missing functions in ID3DXFont interface * D3DXCreateCubeTextureFromFile functions * D3DXCreateVolumeTextureFromFile functions and some optional things if I have enough time.
I just saw you added D3DXCreateCubeTextureFromFileInMemory, will you be adding forwards for D3DXCreateCubeTextureFromFile too? Otherwise I wont mind adding that one (need it for Sid Meier's Railroads).
So yes, I plan to implement these functions, but it can take a while until I will be working on that. According to my project schedule, I will be working on D3DXCreateCubeTextureFromFile functions at the end of June. Naturally, I don't mind adding forwards if you need them.
On Wed, May 2, 2012 at 5:28 PM, Józef Kucia joseph.kucia@gmail.com wrote:
On Wed, May 2, 2012 at 10:00 PM, Michael Mc Donnell michael@mcdonnell.dk wrote:
I just saw you added D3DXCreateCubeTextureFromFileInMemory, will you be adding forwards for D3DXCreateCubeTextureFromFile too?
So yes, I plan to implement these functions, but it can take a while until I will be working on that. According to my project schedule, I will be working on D3DXCreateCubeTextureFromFile functions at the end of June. Naturally, I don't mind adding forwards if you need them.
It's great to hear that you're working on those functions. You don't have to rush them because they're more a *nice* to have than a *need* to have. There are plenty of other functions I can work on instead :-)