CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Mar 2005
    Location
    Detroit MI
    Posts
    80

    Recommendation on C# Level Editor Controls

    Hey There,

    I'm working on a mobile game and a level editor for it in C# .NET.

    I need a recommendation on which control to use (and some high-level info on how to go about implementing) for the canvas.

    I need to be able to:
    - drop PNG files, move them, stretch them, rotate, etc.
    - be able to read info on all child objects to serialize to XML
    - be able to add layers for sprite/png groups
    - adjust opacity/ alpha of sprites and layers

    Any recommendations on the "canvas" control I should use? I've seen XNA implementations, but given that XNA is moribund and overly complicated, I'd prefer a different, more conventional winforms approach.

    Any suggestions greatly welcomed.

    Thanks!
    Last edited by BigWinston; January 30th, 2013 at 09:25 AM.
    Regards,

    Big Winston

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured