Thread: Lines circles and shapes

  1. #1
    Unregistered
    Guest

    Lines circles and shapes

    hi

    i would like to know how do you plot pixels to the screen and, i would also like to know where i can source for a fully functional program making one line and one circle , i dont care what mode as long as it works.


    _________________________________

    "i dont care about programming, i just want to have fun, and pay the rent by doing so." - Some Programmer

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    plotting pixels varies greatly. there's a different command in every api, but in the end it alters video memory. there's no generic command to plot pixels (unless you want to use basic... hehe).
    circles and lines are the same idea. 99% of graphical apis that allow you to plot pixels will allow you to draw circles and/or draw lines, too.

  3. #3
    Unregistered
    Guest
    Try checking out this mode 13h tutorial: http://www.brackeen.com/home/vga/index.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Circles and Computers
    By G4B3 in forum Tech Board
    Replies: 4
    Last Post: 11-29-2008, 09:23 AM
  2. Draw Shapes.
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 08-19-2002, 09:22 AM