Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Graphics
  4. Graphics for Unix in C++

Graphics for Unix in C++

Scheduled Pinned Locked Moved Graphics
graphicsquestionc++game-devsysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MartyExodus
    wrote on last edited by
    #1

    Hello, I'm not exactly certain that this is the riht place to post this. If I am wrong, could someone please redirect me?ve never done graphics programming, Anyhow, here's my question. What can I use to print graphics to the screen in Unix with C++? I'm rather restricted on platform and compiler choice, but other than that I'm free to do what I want. I'm telnet-ing into a unix server, so I don't know if that will affect my ability to download libraries like OpenGL. I've never done graphics programming so everything here is somewhat new to me. If I can gain to draw and move bitmaps on the screen it will be enough. Thanks to anyone who helps or at least pushes me in the right direction.

    E 1 Reply Last reply
    0
    • M MartyExodus

      Hello, I'm not exactly certain that this is the riht place to post this. If I am wrong, could someone please redirect me?ve never done graphics programming, Anyhow, here's my question. What can I use to print graphics to the screen in Unix with C++? I'm rather restricted on platform and compiler choice, but other than that I'm free to do what I want. I'm telnet-ing into a unix server, so I don't know if that will affect my ability to download libraries like OpenGL. I've never done graphics programming so everything here is somewhat new to me. If I can gain to draw and move bitmaps on the screen it will be enough. Thanks to anyone who helps or at least pushes me in the right direction.

      E Offline
      E Offline
      El Corazon
      wrote on last edited by
      #2

      MartyExodus wrote:

      What can I use to print graphics to the screen in Unix with C++?

      MartyExodus wrote:

      I'm telnet-ing into a unix server, so I don't know if that will affect my ability to download libraries like OpenGL.

      1st off if you are executing via telnet, you are stuck with Xwindows. OpenGL doesn't remote well. 2nd I wouldn't recommend installing OpenGL into a Unix box unless you have full control over that box, A) I doubt it is possible without root access and B) it's not for the faint hearted.

      MartyExodus wrote:

      If I can gain to draw and move bitmaps on the screen it will be enough.

      That definitely sounds simple enough to be an X-windows job. http://trolltech.com/products/qt[^] will let you use Xwindows as a front-end and they have some bitmap manipulation routines as well as 2D drawing. OpenGL will take you beyond that stage into 3D textured environments multi-frame rendering and complex 3D shapes with rotations.

      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups