[Implemented] OpenGL selected by default for Linux

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

[Implemented] OpenGL selected by default for Linux

Post by EdzUp[SD] »

It seems strange having to add the 'opengl' compiler directive for applications developed on linux, wouldnt it be simpler to have the option there by default or a switch for it.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Well, you don't have to add it. It's optional.
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

Post by EdzUp[SD] »

I do agree but being that Linux is opengl for 3d it would be prudent TBH
Kazmirzak
User
User
Posts: 92
Joined: Fri Jun 18, 2004 5:44 pm
Location: Germany

Post by Kazmirzak »

one question: what is default in Linux when nothing is specified?
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

a simple Drop-Down-List for all platform versions would be nice.

why do I have to enter "DirectX9" or "openGL" as text,
when the standard subsystems could be entered using a Drop-Down-List?
... adding new/different subsystems would be no problem, either, if that was teh argument for the inconveniant textbox...
oh... and have a nice day.
Kazmirzak
User
User
Posts: 92
Joined: Fri Jun 18, 2004 5:44 pm
Location: Germany

Post by Kazmirzak »

+ 1 for a drop-down-list.

+ 1 if the best subsystem is selected when you install PureBasic, until
the user specifies something else. The "beginner" should never be
faced with having to select a subsystem - it just has to work.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

who decides what is "best"?

a "beginner" should not use a compiler language, he should use scratch...
oh... and have a nice day.
Kazmirzak
User
User
Posts: 92
Joined: Fri Jun 18, 2004 5:44 pm
Location: Germany

Post by Kazmirzak »

fred decides what is best on which OS ;-)

and no... if I was a PureBasic beginner, I'd better not start with scratch :-) I'd rather start to compile some example programs and see what happens. That's how I learned Purebasic. But what if the compiler doesn't compile? You'd probably just throw the product away, thinking "what a rubbish".
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Kazmirzak wrote:one question: what is default in Linux when nothing is specified?
SDL.
EdzUp[SD]
Enthusiast
Enthusiast
Posts: 104
Joined: Thu Jun 26, 2008 10:53 pm
Location: Banstead, UK

Post by EdzUp[SD] »

SDL is opengl based, so OpenGL would be the good option to have by default on linux
Fred
Administrator
Administrator
Posts: 18154
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

SDL supports opengl but is not opengl based.
Post Reply