Re: Simplest C++ Line Drawing
From: Dave Farrance (DaveFarrance_at_OMiTTHiSyahooANDTHiS.co.uk)
Date: 04/07/05
- Next message: Dave Farrance: "Re: Simplest C++ Line Drawing"
- Previous message: Dave Farrance: "Re: Simplest C++ Line Drawing"
- In reply to: Thomas Richter: "Re: Simplest C++ Line Drawing"
- Next in thread: Jonathan Bartlett: "Re: Simplest C++ Line Drawing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 07 Apr 2005 14:35:31 GMT
Thomas Richter <thor@mersenne.math.tu-berlin.de> wrote:
>Dave Farrance:
>> What's the simplest way to pop open a window and do simple line drawing
>> in C or C++, with a program that can be compiled for Linux (with g++) or
>> for Windows (with mingw) ?
>
>Possibly SDL. http://www.libsdl.org/index.php
Thanks. I had a look through the SDL tutorials, and compiled example 2.8
on this page http://sdldoc.csn.ul.ie/guidevideoopengl.php
When executed, it opened a window that just froze on my Centrino laptop.
I tried the same binary on two other machines, and it worked in both
cases. That's unfortunate because I do most of my work on my laptop.
-- Dave Farrance
- Next message: Dave Farrance: "Re: Simplest C++ Line Drawing"
- Previous message: Dave Farrance: "Re: Simplest C++ Line Drawing"
- In reply to: Thomas Richter: "Re: Simplest C++ Line Drawing"
- Next in thread: Jonathan Bartlett: "Re: Simplest C++ Line Drawing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|