Menu

C Graphics library?

2003-02-01
2012-09-26
  • Mitchell E. Timin

    Is there a simple graphics library I can download from somewhere?  I'm working in ANSI C using the Dev-Cpp IDE and Win 98.  I want to be able to draw draw lots of colored lines on a blank screen.  (vector graphics)
    I need this to be fast executing, so I my program can draw little objects moving around and interacting.

    Thanks for any useful advice.  I have no idea how to draw things under Win 98.

     
    • Nobody/Anonymous

      um... use winbgim... its really simple and its main focus is lines and points... use vupdate... look for the package...

      Zero Valintine

       
      • Mitchell E. Timin

        Thanks.  I will look for winbgim via google.  What's
        vupdate?

         
      • Mitchell E. Timin

        I took a look at winbgim.  It seems to be for C++.  I work in ANSI C, I don't know C++. 

         
    • Derek Baker

      Derek Baker - 2003-02-01

      Tools>Check for Updates/Packages...

      Derek

       
      • Mitchell E. Timin

        Thanks, I ran it.  I can't tell what it does for me. 
        I should mention that I have only had Dev-Cpp for a few days.

         
    • Curtis Sutter

      Curtis Sutter - 2003-02-01

      Days, weeks, years, it doesn't matter.  As for winbgim and C++ vs C, don't worry about that.  Write your code in C, have the proper headers, and compile for C++.  Let winbgim be C++ and you in C.  Everything should work out fine.

      Good Luck,
      Curtis

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.