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

  1. #1
    Registered User
    Join Date
    Mar 2014
    Posts
    2

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

    Hi!


    Are you looking for a easy way to draw 2D stuff in C++ on windows? Well, I have good news for you! During the past week or so I've been writing a small wrapper for GDI+. The library has no dependences and no linking is required. The setup time is somewhere around 5 minutes I'd say. It's design for demos, drawing debugging information, experiments and things of that nature. It's not a game engine lol! Enough talking, here is the link:


    Simple Graphics Library


    Please leave your thoughts below and I will try to answer all of them

  2. #2
    Registered User
    Join Date
    Oct 2010
    Posts
    132
    That's very interesting and simple! What is the license of this project?

  3. #3
    Registered User
    Join Date
    Oct 2010
    Posts
    132
    Nevermind, just found something on the beginning of the cpp file!

  4. #4
    Registered User
    Join Date
    Mar 2014
    Posts
    2
    Thanks stdq! I'm glad you find it interesting. Yes, the license can be found at the top of the cpp file. I'm not exactly a legal adviser. But I tried writing a license with as few restrictions as possible that still required credit in the hope that it would help spread the word about the project.

  5. #5
    Registered User
    Join Date
    Dec 2013
    Location
    pondicHerry
    Posts
    2

    doubt

    i am unable to run the sgl what i need 2 do i hav already dwnloaded it

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need help with a lab... very easy stuff
    By Rockiroad278 in forum C Programming
    Replies: 5
    Last Post: 10-24-2007, 11:01 AM
  2. OpenGL Wierd **** - Order of Drawing Stuff?
    By Tonto in forum Game Programming
    Replies: 9
    Last Post: 11-09-2006, 09:56 PM
  3. D3DX - ALT + TAB / Drawing stuff
    By Tonto in forum Game Programming
    Replies: 8
    Last Post: 10-31-2006, 09:04 PM
  4. drawing stuff
    By NecroFromHell in forum C++ Programming
    Replies: 3
    Last Post: 11-28-2005, 03:53 PM
  5. Lost on the easy stuff! Please Help!
    By Tom_Pearce in forum C++ Programming
    Replies: 1
    Last Post: 09-13-2001, 06:18 PM