Hi,

Thanks for the comments so far. I really appreciate the input.

Corion:

Regarding your comments about GLUT, some of the more recent DirectX SDKs contain a library called DXUT, which is used to build a lot of the samples that are included. The library includes code to build windows and controls, cameras, shapes, etc. and supports both Direct3D 9 and Direct3D 10. It is quite similar to GLUT.

Technically, it isn't a DirectX component, so the libraries have to built from source. Hopefully I can get it to work. Otherwise, I could try creating a pure Perl version of my own, although that would probably be best left for later.

Also, regarding your comment on installation, I have been working on modifying the Makefile.pl so that it goes looking for the required headers and libraries, and even skip components if it can't find all the files. Unfortunately, all the required files are packaged up in the DirectX SDK, which at a few hundred megabytes, is something I can't really distribute with the module, or by using an Alien:: package. The best I could do is to get people to download the SDK themselves.

jdrago999:

You're right, it's probably best to just stick with the 'thin' interface for now, although if I can get DXUT working, I might not need to bother with my own.

BrowserUk:

Thanks for the offer, although probably not just yet, the module isn't quite ready for testing. Stay tuned. I will definitely need people to test the module before I release it. Any ideas on where I could make it available? (I could just email it directly to anyone who wants to test the module)

Thanks again,

Kevin.


In reply to Re: RFC: A Perl module for DirectX by kejohm
in thread RFC: A Perl module for DirectX by kejohm

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.