managed DirectX user interface (ui) library suggestions?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aidan Fraser

    #1

    managed DirectX user interface (ui) library suggestions?

    Hi,

    Can anyone recommend any decent .NET UI libraries that work [well with]
    Managed DirectX? Preferably with C# source available, but this isn't a
    must.

    I'm currently checking out a lib called 'MCDX', which looks relatively
    comprehensive at first glance. Any other suggestions would be very
    welcome.

    Cheers,
    Aidan

    PS. Advise a better group to post to if this group isn't appropriate...

  • Frank Rizzo

    #2
    Re: managed DirectX user interface (ui) library suggestions?

    Aidan Fraser wrote:[color=blue]
    > Hi,
    >
    > Can anyone recommend any decent .NET UI libraries that work [well with]
    > Managed DirectX? Preferably with C# source available, but this isn't a
    > must.
    >
    > I'm currently checking out a lib called 'MCDX', which looks relatively
    > comprehensive at first glance. Any other suggestions would be very
    > welcome.
    >
    > Cheers,
    > Aidan
    >
    > PS. Advise a better group to post to if this group isn't appropriate...
    >[/color]
    WorldWind was written in c# using managed directx. I don't know what
    they used, but it's open source, so you can have a look at it.

    Comment

    • Aidan Fraser

      #3
      Re: managed DirectX user interface (ui) library suggestions?

      As it turns out, I've decided to roll my own. The DirectX sample ui
      code isn't customisable for me (not enough OO principles!), and MCDX
      doesn't support alpha blending (as far as I can tell).

      I haven't checked what UI library (if any) WorldWind uses, but I have a
      hunch they wrote their own.

      Once this UI library is all done, I think I'll refactor it and put it
      online somewhere - there's a gaping hole in the ".NET Managed DirectX
      UI Library" market... :P

      Comment

      • Lebesgue

        #4
        Re: managed DirectX user interface (ui) library suggestions?

        I hope you'll let us know when you put it online. Codeproject would be a
        nice place to put it in

        "Aidan Fraser" <aidan.fraser.s ls@gmail.com> wrote in message
        news:1137040714 .698397.264440@ g44g2000cwa.goo glegroups.com.. .[color=blue]
        > As it turns out, I've decided to roll my own. The DirectX sample ui
        > code isn't customisable for me (not enough OO principles!), and MCDX
        > doesn't support alpha blending (as far as I can tell).
        >
        > I haven't checked what UI library (if any) WorldWind uses, but I have a
        > hunch they wrote their own.
        >
        > Once this UI library is all done, I think I'll refactor it and put it
        > online somewhere - there's a gaping hole in the ".NET Managed DirectX
        > UI Library" market... :P
        >[/color]


        Comment

        Working...