Thread: graphics - drawing,

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    16

    graphics - drawing,

    I want to know what kind of functionality I can use for drawing shape without use of graphics adapter (Card), I mean I use like asm to draw on display or do it in C. I don't mean only drawing lines with the chars in ncurses, plz, say about it in *nix, Freebsd.



    Thanks!

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    I think /dev/fb represents the slab of memory known as the Frame Buffer.
    Google

    Do you have a good reason for going in at such a low level?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    Oct 2010
    Posts
    16

    no gpu.

    Quote Originally Posted by Salem View Post
    I think /dev/fb represents the slab of memory known as the Frame Buffer.
    Google

    Do you have a good reason for going in at such a low level?
    I mean when using the system that has not any known gpu, like what was in DOS, and using CPU, not GPU.
    For reasrching!


    Thanks!

  4. #4
    Registered User
    Join Date
    Oct 2010
    Posts
    16

    should search.

    I think /dev/fb is more linux specific, seeing some other things for freebsd. don't know if svgalib can do the same, but seems no.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Best way of drawing basic graphics
    By Jelte in forum C++ Programming
    Replies: 3
    Last Post: 05-18-2010, 05:15 PM
  2. graphics.h link error
    By aristotle1 in forum C Programming
    Replies: 4
    Last Post: 02-25-2010, 10:11 AM
  3. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  4. Tutorial for making better computer graphics?
    By supertoad in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 05-02-2005, 12:19 AM
  5. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM