I've heard theres a C# to boo converter somewhere, but i cant get it to work, Can some please convert Lesson 07 (collisions) to boo?
thanks in advance.
Search found 4 matches
- Tue Nov 14, 2006 7:51 am
- Forum: Beginners Help
- Topic: C Sharp to Boo
- Replies: 6
- Views: 689
- Tue Nov 14, 2006 7:06 am
- Forum: Beginners Help
- Topic: creating CCal3dSceneNode
- Replies: 7
- Views: 653
Cal3d
Can someone make a port for this to Ironpython or boo? it would be greatly appreaciated!!
- Tue Nov 14, 2006 5:38 am
- Forum: Irrlicht.NET
- Topic: Example #1 in Boo
- Replies: 15
- Views: 8158
NVM!
Wait!
import sys
import clr
clr.AddReference("Irrlicht.NET.dll")
import System
from Irrlicht import *
from Irrlicht.Video import *
from Irrlicht.Core import *
from Irrlicht.Scene import *
device = IrrlichtDevice(DriverType.DIRECT3D9, WindowCaption = "Irrlicht.NET IronPython - example 01 ...
import sys
import clr
clr.AddReference("Irrlicht.NET.dll")
import System
from Irrlicht import *
from Irrlicht.Video import *
from Irrlicht.Core import *
from Irrlicht.Scene import *
device = IrrlichtDevice(DriverType.DIRECT3D9, WindowCaption = "Irrlicht.NET IronPython - example 01 ...
- Tue Nov 14, 2006 5:01 am
- Forum: Irrlicht.NET
- Topic: Example #1 in Boo
- Replies: 15
- Views: 8158
Really Good
Boo and IronPython are really good,
Irrlicht.NET doesn't work with the lastest version of IronPython i don't think... (it can load the dll using another method,but i can't get it to integrate with the namespace)
Boo is great, its like python but compilable. :D
I never knew what .NET was for ...
Irrlicht.NET doesn't work with the lastest version of IronPython i don't think... (it can load the dll using another method,but i can't get it to integrate with the namespace)
Boo is great, its like python but compilable. :D
I never knew what .NET was for ...