3d engines?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
Refpeuk
Citizen
Posts: 91
Joined: Wed Dec 14, 2011 6:16 pm

Re: 3d engines?

Post by Refpeuk »

I started in XNA, but got sick of how closed it is. If you only want to make games for 360, then it's probably fine. If you want to make them for PC then look elsewhere, since it only works on Windows. One of the guys at Indie Stone (Project Zomboid) wrote an article about why the beginning of his indie career was slowed down because he and his partner started with XNA. (Zomboid is written with the LWJGL)

As for console developing, I'm not sure I know what you mean. If you mean you want to use a text editor instead of a WYSIWYG editor, like LOVE, then that's what both LWJGL and OGRE are.
It was the best of times, it was the worst of times . . .
User avatar
SiENcE
Party member
Posts: 816
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

Re: 3d engines?

Post by SiENcE »

You can take MONOGAME to run XNA games on Linux or MacOSX. Or take JSIL and you can run it in your Webbrowser (only 2d).
User avatar
Jasoco
Inner party member
Posts: 3728
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: 3d engines?

Post by Jasoco »

I'm of the same opinion of Unity. I like the idea and flexibility, but when I use it, I don't feel like I'm actually making my own game. I feel like I'm modding one. Same way I feel when I use GameMaker, RPGMaker or Power Game Factory.

Curious though as I still loved creating DOOM and Duke Nukem 3D levels back in the day.
User avatar
baconhawka7x
Party member
Posts: 495
Joined: Mon Nov 21, 2011 7:05 am
Location: Oregon, USA
Contact:

Re: 3d engines?

Post by baconhawka7x »

Love2d port to xbox360 = super unrealistic success!:D
User avatar
Jasoco
Inner party member
Posts: 3728
Joined: Mon Jun 22, 2009 9:35 am
Location: Pennsylvania, USA
Contact:

Re: 3d engines?

Post by Jasoco »

I'd rather have perfectly working Android and iOS versions before moving into consoles.
User avatar
rokit boy
Party member
Posts: 198
Joined: Wed Jan 18, 2012 7:40 pm

Re: 3d engines?

Post by rokit boy »

Seconded Microsoft XNA

Requires quite a lot of methods and all that SpriteBatch things but if you have Visual Studio C# it automatically generated all the methods and needed fields.
From then on, it is C# all the way.
u wot m8
User avatar
baconhawka7x
Party member
Posts: 495
Joined: Mon Nov 21, 2011 7:05 am
Location: Oregon, USA
Contact:

Re: 3d engines?

Post by baconhawka7x »

Jasoco wrote:I'd rather have perfectly working Android and iOS versions before moving into consoles.
Agreed!(I REALLY agree with the IOS version!)
User avatar
baconhawka7x
Party member
Posts: 495
Joined: Mon Nov 21, 2011 7:05 am
Location: Oregon, USA
Contact:

Re: 3d engines?

Post by baconhawka7x »

Nixola wrote:Is there some good 3D Lua Engine? (Yes, I know, I might be asking too much)
Wait. Wasn't WoW made with Lua?(I'm not being a sarcastic bi@#$ or anything. But if that's possible with lua..then I mean...How do I do that haha)
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: 3d engines?

Post by Robin »

baconhawka7x wrote:Wasn't WoW made with Lua?
It has a Lua scripting interface, which is something quite different.
Help us help you: attach a .love.
User avatar
Refpeuk
Citizen
Posts: 91
Joined: Wed Dec 14, 2011 6:16 pm

Re: 3d engines?

Post by Refpeuk »

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++.
It was the best of times, it was the worst of times . . .
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 4 guests