Logitech G15 Display SDK in D

lutger lutger.blijdestijn at gmail.com
Mon Mar 10 07:49:11 PDT 2008


Mike wrote:

> Hi!
> 
> I've just bought this nice new gaming keyboard with the fancy LCD
>
(http://www.logitech.com/index.cfm/keyboards/keyboard/devices/3498&cl=us,en)
> and wanted to ask if anybody has ever translated the SDK to D. If not, I'm
> currently looking into how much work it would be. If anybody's interested
> I'll wrap it in a nice class and post it here (don't know when, I've got
> so much work in my day job currently).
> 
> As a side note (@billbaxter): Maybe you remember that I've said I'd port
> WinTab to D - I'm in the process of setting up classes for various input
> devices right now (mostly MIDI control devices like Vestax DJ console), so
> WinTab is on my todo-asap-list - but, as I said, I have not much time
> right now, eventually I'll be able to do it. And programming the G15
> display is simply more fun right now :)
> 
> -Mike
> 
> 

Hi, I have made a simple binding + wrapper once, but only for the low level
c library for windows, not the full C++ sdk. The binding and wrapping of
this library is not much work at all, however porting the whole C++ sdk is 
more work. Since the c++ sdk is built on the c library, you could also make
one from scratch in D. There is also a G15 library + driver available under
linux. 

If you want I can see if I can find my old G15 code and post it. Perhaps it
would be interesting to start a cross-platform G15 library in D? I'm
willing to contribute (for linux code too). 



More information about the Digitalmars-d mailing list