Re: [CsMain] Python tutorial problems under OSX

2007-07-11 Thread Pablo Martin
The problem could be the python tutorials are using software renderer (this should be changed), try adding -video=opengl to the command used to run them. About the glcg "oddity" its just a side effect of using software renderer. Greetings Pablo Diez B.Roggisch wrote: > Hi all, > > I've success

Re: [CsMain] 2D GUI

2007-07-11 Thread Marten (dev) Svanfeldt
Quoting Christopher Nelson <[EMAIL PROTECTED]>: Partially b/c some renderers have texture > limits that require power of 2 sizing, or other issues. Just to make sure people don't get this wrong.. the power of two sizing isn't some arbitrary restriction CS put in but rather up until not too l

Re: [CsMain] 2D GUI

2007-07-11 Thread Eric Sunshine
On 7/10/07, Christopher Nelson <[EMAIL PROTECTED]> wrote: > Heh. Millions of seconds ago I wrote a GUI for CS called AWS, then replaced it > with AWS2. AWS2 was, IIRC mostly removed - but it may be in the CSEXTRAS. AWS and AWS2 are both present in the CSEXTRA tree in SVN: http://www.crystalspace

Re: [CsMain] 2D GUI

2007-07-11 Thread Christopher Nelson
Jan Steuer wrote: > Hello, > I'm going to make my own simple GUI for CS (CE GUI isn't sufficient for me). > I want to have transparent overlapping widgets. > But I haven't found any tutorial how to write 2D applications in CS. I went > through the reference but I didn't find answers for some ques