3d engines?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
veethree
Inner party member
Posts: 877
Joined: Sat Dec 10, 2011 7:18 pm

Re: 3d engines?

Post by veethree »

Refpeuk wrote:Robin is right, something like that would never run in managed code. It simply interfaces with lua scripts so that modders can write addons in a simpler language, similar to Overgrowth. You can change most of Overgrowth in it's lua scripts, but the engine and logic code itself is written in C++.
Garrys mod has something like that too.
User avatar
slime
Solid Snayke
Posts: 3162
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: 3d engines?

Post by slime »

Refpeuk wrote:Robin is right, something like that would never run in managed code. It simply interfaces with lua scripts so that modders can write addons in a simpler language, similar to Overgrowth. You can change most of Overgrowth in it's lua scripts, but the engine and logic code itself is written in C++.
Overgrowth uses AngelScript as a scripting language. Its syntax is very similar to C++.
User avatar
AaronWizard
Citizen
Posts: 68
Joined: Sun Nov 06, 2011 2:45 pm
Location: Canada

Re: 3d engines?

Post by AaronWizard »

Refpeuk wrote:C++, which is also pretty similar to lua
:huh:

I've heard of Horde3D. It is like Ogre3D but smaller and has a pure C interface, so it'd be easy to write a Lua wrapper. There doesn't seem to be that many projects that use it though, so Horde3D is not "proven" like Ogre3D is. On the other hand, Ogre3D has everything plus the kitchen sink when it comes to rendering so it's kind of big.

Of course, I haven't used either of these engines. My experience in 3D is writing pure OpenGL programs which get abandoned because of things like models not showing up on the screen after I tried to mess with frame buffer objects.
User avatar
vrld
Party member
Posts: 917
Joined: Sun Apr 04, 2010 9:14 pm
Location: Germany
Contact:

Re: 3d engines?

Post by vrld »

There is also Panda.
I have come here to chew bubblegum and kick ass... and I'm all out of bubblegum.

hump | HC | SUIT | moonshine
User avatar
veethree
Inner party member
Posts: 877
Joined: Sat Dec 10, 2011 7:18 pm

Re: 3d engines?

Post by veethree »

Blender is supposed to have some kinda game engine..i don't know much about it though.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: 3d engines?

Post by josefnpat »

veethree wrote:Blender is supposed to have some kinda game engine..i don't know much about it though.
I tried working with it. The "game" module was very poorly implemented, and I would not suggest it.
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
Refpeuk
Citizen
Posts: 91
Joined: Wed Dec 14, 2011 6:16 pm

Re: 3d engines?

Post by Refpeuk »

josefnpat wrote:
I tried working with it. The "game" module was very poorly implemented, and I would not suggest it.
I tried it for a bit too; it's basically a 3d version of Scratch with a lot more capability. (by this I mean logic segments as the default scripting method) As far as I know you can't compile the games into their own executables, you have to run the game projects through blender. (though don't quote me on that, I could have just missed something) Even so it's fairly impressive for what it is, I saw an example running real-time soft-body physics and some fancy shaders. Just remember, he didn't want to use Unity or UDK, so Blender is even farther in the wrong direction.
It was the best of times, it was the worst of times . . .
mood
Prole
Posts: 1
Joined: Fri Apr 06, 2012 3:41 am

Re: 3d engines?

Post by mood »

If I may: Darkplaces engine. It's based on quake engine, but heavily modified, with rather advanced graphical capability, cross-platform access, and GPL license. If I'm not mistaken it's scripted/modded via quakec, which is very similar to C, but is obviously made to work with quake-style games, and compiles into bytecode.
navneet
Prole
Posts: 1
Joined: Thu May 03, 2012 10:25 am

Re: 3d engines?

Post by navneet »

baconhawka7x wrote:What about Console developing? Where would I start with that?(2d preferably)
yes you get started by using the java thing
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 3 guests