Re: Create standalone Windows program with simple graphics?

2009-04-20 Thread Poster28
>> I'd like to program and compile a simple graphics program (showing >> something like a chess board, some numbers and buttons, mouse support) >> ... > 2d or 3d graphics? You could start by looking at pygame and pyopengl. 2D Graphics. >> ... and provide it as a standalone binary for Windows users

Re: Create standalone Windows program with simple graphics?

2009-04-17 Thread Paul Rudin
Poster28 writes: > I'd like to program and compile a simple graphics program (showing something > like a chess board, some numbers and buttons, mouse support) ... 2d or 3d graphics? You could start by looking at pygame and pyopengl. > ... and provide it as a standalone binary for Windows users

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread edexter
On Apr 17, 1:48 am, edexter wrote: > On Apr 16, 8:12 am, Poster28 wrote: > > > Hi, > > > I'd like to program and compile a simple graphics program (showing something > > like a chess board, some numbers and buttons, mouse support) and provide it > > as a standalone binary for Windows users. > > >

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread edexter
On Apr 16, 8:12 am, Poster28 wrote: > Hi, > > I'd like to program and compile a simple graphics program (showing something > like a chess board, some numbers and buttons, mouse support) and provide it > as a standalone binary for Windows users. > > What is the easiest way to do that? Which librari

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread Gabriel Genellina
En Thu, 16 Apr 2009 12:44:03 -0300, Poster28 escribió: What is the easiest way to do that? Which libraries or compilers I should use? http://www.py2exe.org/ Will it work with any graphics library? It works with most "normal" modules, but some libraries require special measures. See the

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread norseman
Poster28 wrote: Hi, I'd like to program and compile a simple graphics program (showing something like a chess board, some numbers and buttons, mouse support) and provide it as a standalone binary for Windows users. What is the easiest way to do that? Which libraries or compilers I should use? -

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread Poster28
>> What is the easiest way to do that? Which libraries or compilers I should >> use? > > http://www.py2exe.org/ Will it work with any graphics library? -- http://mail.python.org/mailman/listinfo/python-list

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread Dave Angel
Poster28 wrote: Hi, I'd like to program and compile a simple graphics program (showing something like a chess board, some numbers and buttons, mouse support) and provide it as a standalone binary for Windows users. What is the easiest way to do that? Which libraries or compilers I should use?

Re: Create standalone Windows program with simple graphics?

2009-04-16 Thread Chris Rebert
On Thu, Apr 16, 2009 at 6:12 AM, Poster28 wrote: > Hi, > > I'd like to program and compile a simple graphics program (showing something > like a chess board, some numbers and buttons, mouse support) and provide it > as a standalone binary for Windows users. > > What is the easiest way to do that?

Create standalone Windows program with simple graphics?

2009-04-16 Thread Poster28
Hi, I'd like to program and compile a simple graphics program (showing something like a chess board, some numbers and buttons, mouse support) and provide it as a standalone binary for Windows users. What is the easiest way to do that? Which libraries or compilers I should use? -- http://mail.pyth