This library makes drawing 2D stuff in C++ on windows ridiculously easy :)

Discussion in 'Win32' started by ErikOrjehag, Mar 4, 2014.

  1. ErikOrjehag

    ErikOrjehag New Member

    Joined:
    Mar 4, 2014
    Messages:
    1
    Likes Received:
    1
    Trophy Points:
    0
    Hi!

    I've been scimming through a lot of threads on this forum and there seems to be a common interest in trying to draw simple 2D stuff for various applications. During the past week or so I've been writing a small wrapper for GDI+ that makes drawing in 2D super easy. The library has no dependencies and requires no linking. As long as you're on a windows machine you'll be fine. Set up time is approximately 5 minutes I'd say. Enough talking, here is the link:

    orjehag.se/SGL/

    The project is open sourced on GitHub and all contributions to the code is greatly appreciated. I'm pretty new to C++ so keep that in mind if you think my code is ugly :P. The library is only intended for demos, experiments, visualizing debugging information, learning and things of that nature. It's not a fully fledged game engine lol!

    Please leave your thoughts below and I'll try to respond to all of them :)
     
    shabbir likes this.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice