Thread: A Console Graphics "Library"

  1. #1
    Registered User harryP's Avatar
    Join Date
    Sep 2002
    Posts
    124

    A Console Graphics "Library"

    Hey everyone! I'm working on a "graphics library" for the console-based program and I plan on posting it here when I'm finished for anyone interested. But I'd like to know what you all would like to see in it. I've got the obvious basic stuff like "pixels" and rectangles, and I did a bitmap-like thing so you can load up images. I've got mouse/keyboard support, I'm currently working on a Line function, sprites, and the like. It's also got a Windows-like interface in that you create a Window object and use a message loop and such. But if there's anything that anyone would like to see included, just let me know and I'll see if I can implement it into the library. I'm using MSVC++ by the way, so it won't be compatible with all compilers. Thanks!

    Brendan
    Draco dormiens nunquam titallandus.
    Console Graphics Library: http://www.geocities.com/steve_alberto/cgl.html

  2. #2
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    Re: A Console Graphics "Library"

    Originally posted by harryP
    Hey everyone! I'm working on a "graphics library" for the console-based program and I plan on posting it here when I'm finished for anyone interested. But I'd like to know what you all would like to see in it. I've got the obvious basic stuff like "pixels" and rectangles, and I did a bitmap-like thing so you can load up images. I've got mouse/keyboard support, I'm currently working on a Line function, sprites, and the like. It's also got a Windows-like interface in that you create a Window object and use a message loop and such. But if there's anything that anyone would like to see included, just let me know and I'll see if I can implement it into the library. I'm using MSVC++ by the way, so it won't be compatible with all compilers. Thanks!

    Brendan

    i would sugges that you distribute the class itself and use the pixel function in all the other library functions so that we will only have to change thge pixel function to suit different compilers... Make sure you dont use any compiler specific calls..


    I would like to have stuff like viewports, and how abt allowig users to plot in x,y and z axis.. your library couldd convert that to the 2d screen... that would be great...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do i put a graphics - console application
    By hero_bash in forum C++ Programming
    Replies: 10
    Last Post: 06-12-2006, 05:03 PM
  2. Graphics in the console (for real)
    By harryP in forum C++ Programming
    Replies: 11
    Last Post: 10-16-2003, 04:54 PM
  3. Console graphics library (again)
    By harryP in forum C++ Programming
    Replies: 4
    Last Post: 08-23-2003, 10:24 AM
  4. Console Graphics
    By tetradtech in forum Linux Programming
    Replies: 0
    Last Post: 10-27-2002, 11:12 AM
  5. console graphics??
    By kormofi in forum C++ Programming
    Replies: 1
    Last Post: 06-13-2002, 04:37 AM