If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
DG
Post
by DG » Sat Feb 07, 2004 4:22 pm
is it possible to use the irrlicht engine with vb .NET?
i'm a newbie when it comes to coding, and the only language i can do is vb .net
srry if this is a stupid question
greetzz
DG
fretnoize
Posts: 43 Joined: Sun Feb 01, 2004 4:57 am
Location: Los Angeles
Post
by fretnoize » Sat Feb 07, 2004 4:31 pm
there are no stupid questions... how ever there are repeated questions
but, to answer your quesiton, no. you should learn c++ anyway though. it will help you grow strong and healthy.
Robomaniac
Posts: 602 Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:
Post
by Robomaniac » Sat Feb 07, 2004 4:35 pm
Unless you port the whole engine, and somehow get it to recompile to form a visual basic object (forgetting the name), you can only use the engine w/ c and c++. That i know of at least, maybe someone has ported it to other languages that i don't know of.
saigumi
Posts: 921 Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:
Post
by saigumi » Sat Feb 07, 2004 7:43 pm
It wouldn't require a port, just a wrapper.
And, no, no one has made such a wrapper. C++ is the primary language, though there is the VENOM that does Python bindings.
http://venom.sourceforge.net/
Crud, how do I do this again?
DG
Post
by DG » Tue Feb 10, 2004 1:23 pm
thnx for the answer(s)
i'll try to learn C++ since actually most free 3dengines out there (that i found) are using C++