Re: [IronPython] OpenGL with IronPython

2008-02-15 Thread Sylvain Hellegouarch
Hi there, You might want to use Tao [1]. The example below works fine with the latest stable release of Tao (2.0.0) and Mono 1.2.6 Note that I'm using Glfw [2] here but you could use FreeGlut instead of course. That example simply renders a spinning triangle onto a window. - Sylvain [1] http:/

Re: [IronPython] Save Assemblies without Running Script

2008-02-15 Thread Dino Viehland
The pyc sample available here: http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=47 should enable you to do that. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pigneri, Rocco Sent: Friday, February 15, 2008 9:57 AM To: Discussion of IronPython Subject: [I

[IronPython] Save Assemblies without Running Script

2008-02-15 Thread Pigneri, Rocco
Dear all, When I try to save an assembly using -X:SaveAssemblies, the script that I am compiling is also run. Is there a way to save the assemblies without running the script as well? Thank you, Rocco ___ Users mailing list Users@lists.ironpython.c

Re: [IronPython] Compilation and ipy.exe

2008-02-15 Thread Pigneri, Rocco
Wow, how on Earth did I miss that? Thanks for pointing that out, Doug. Rocco -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas S. Blank Sent: Friday, February 15, 2008 12:40 PM To: Discussion of IronPython Cc: Discussion of IronPython Subject: Re:

Re: [IronPython] Compilation and ipy.exe

2008-02-15 Thread Douglas S. Blank
On Fri, February 15, 2008 11:38 am, Pigneri, Rocco said: > Michael, > > Ironically, I actually saw that example yesterday, but I wasn't sure if > I should use it since FePy is another implementation of CPython. I'll > give that another look today. Do you know if it will work in IronPython > uncha

[IronPython] Compiling with Two Dependent Libraries

2008-02-15 Thread Pigneri, Rocco
Dear all, If I have two projects, A and B, and A depends on B, then I can compile A and B together into one assembly by using the -X:AssembliesDir directive. Even though the documentation labels this switch as indicating where to put the output assemblies, it also uses whatever IPY files it find

Re: [IronPython] Compilation and ipy.exe

2008-02-15 Thread Pigneri, Rocco
Michael, Ironically, I actually saw that example yesterday, but I wasn't sure if I should use it since FePy is another implementation of CPython. I'll give that another look today. Do you know if it will work in IronPython unchanged? Thank you, Rocco -Original Message- From: [EMAIL PR

Re: [IronPython] OpenGL with IronPython

2008-02-15 Thread Jon Cooper
Perhaps you should use Processing instead? http://www.processing.org/ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jane janet Sent: Friday, February 15, 2008 11:10 AM To: users@lists.ironpython.com Subject: [IronPython] OpenGL with IronPython Hi all, I need help again. I don't

[IronPython] OpenGL with IronPython

2008-02-15 Thread jane janet
Hi all, I need help again. I don't know how to use OpenGL in IronPython. I want to draw the line in IronPython application. Please teach me clearly. All the best, Jane Jane _ Connect and share in new ways with Windows Live. http:/

Re: [IronPython] Compilation and ipy.exe

2008-02-15 Thread Michael Foord
Pigneri, Rocco wrote: > Dear all, > > Is there a way to make IronPython import module files with extensions > other than "py"? For example, I would like to be able to name a file > "foo.ipy" to indicate that it's an IronPython file that is dependent > upon .NET. I would then like to import i