[IronPython] WorldWind and IronPython

2007-03-01 Thread Adam Hill
NASA WorldWind now has a IP console. http://pneumatictu.be/modelfrompython.png Announcement here: http://forum.worldwindcentral.com/showthread.php?t=8882&highlight=ironpython I would like to thank Jim and crew for a great addition to the .NET toolbox that is so easy to reuse! Adam

Re: [IronPython] .NET Framework 2 and Windows Update

2007-01-26 Thread Adam Hill
3.0 *is* 2.0 3.0 == .NET 2.0 + WPF + WCF The big difference between the XP bits and the Vista bits are how WPF work with the DWM (on Vista) or the rendering mess that is GDI + XP :) ___ users mailing list users@lists.ironpython.com http://lists.ironpyth

Re: [IronPython] Direct3D demo

2006-10-30 Thread Adam Hill
You are correct there is no VC# Express restriction. If you have the desire you can get XNA integrated into VS.2005 proper.   adam... ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Direct3D demo

2006-10-30 Thread Adam Hill
XNA is just a set of assemblies/framework and Visual Studio tools. Now for PC/XBox 360 cross platform games only C# is supported. It is just a .NET assembly and any CLR/CLI compliant system can run the code.   Whether or not the 360 can check some special metadata inserted by the toolset to see if

Re: [IronPython] Direct3D IronPython Sample

2006-09-28 Thread Adam Hill
The other problem with those examples is that Managed DirectX 2.0 is dead: http://thezbuffer.com/articles/415.aspx - Managed DirectX 2.0 beta expires October 6th 2006. http://thezbuffer.com/articles/393.aspx - What is the state of Managed DirectX 2.0 beta? XNA will be the new black. Adam __