Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

March 2008 - Posts

As you can tell from the last couple of posts, I'm looking at IronPython. Not for Python, I can barely spell Python let along develop in it, but that is changing slowly. My interest in IronPython is actually the Microsoft.Scripting assembly, better known Read More...
Here's something I came across in the IronPython sources that I really hadn't noticed in the .Net Framework before. [assembly: InternalsVisibleTo( "IronPython.Modules" )] This is from the MSDN documention on the Attribute: .NET Framework Class Read More...
I was at my local IGDA users group meeting last night and announced the Boston XNA Developers group. After the presentation, I was talking to some folks interested in the XNA group. One of them asked me this question; "How do I draw a line in XNA?". Read More...