Thrive Game Development
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Thrive Game Development

Development of the evolution game Thrive.
 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Welcome new and returning members!
If you're new, read around a bit before you post: the odds are we've already covered your suggestion.
If you want to join the development team, sign up and tell us why.
ADMIN is pleased to note that this marquee has finally been updated.
ADMIN reminds you that the Devblog is REQUIRED reading.
Currently: The Microbe Stage GUI is under heavy development
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Quick Links
Website
/r/thrive
GitHub
FAQs
Wiki
New Posts
Search
 
 

Display results as :
 
Rechercher Advanced Search
Statistics
We have 1675 registered users
The newest registered user is dejo123

Our users have posted a total of 30851 messages in 1411 subjects
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

Most users ever online was 443 on Sun Mar 17, 2013 5:41 pm
Latest topics
» THIS FORUM IS NOW OBSOLETE
Unity Engine Emptyby NickTheNick Sat Sep 26, 2015 10:26 pm

» To all the people who come here looking for thrive.
Unity Engine Emptyby NickTheNick Sat Sep 26, 2015 10:22 pm

» Build Error Code::Blocks / CMake
Unity Engine Emptyby crovea Tue Jul 28, 2015 5:28 pm

» Hello! I can translate in japanese
Unity Engine Emptyby tjwhale Thu Jul 02, 2015 7:23 pm

» On Leave (Offline thread)
Unity Engine Emptyby NickTheNick Wed Jul 01, 2015 12:20 am

» Devblog #14: A Brave New Forum
Unity Engine Emptyby NickTheNick Mon Jun 29, 2015 4:49 am

» Application for Programmer
Unity Engine Emptyby crovea Fri Jun 26, 2015 11:14 am

» Re-Reapplication
Unity Engine Emptyby The Creator Thu Jun 25, 2015 10:57 pm

» Application (programming)
Unity Engine Emptyby crovea Tue Jun 23, 2015 8:00 am

» Achieving Sapience
Unity Engine Emptyby MitochondriaBox Sun Jun 21, 2015 7:03 pm

» Microbe Stage GDD
Unity Engine Emptyby tjwhale Sat Jun 20, 2015 3:44 pm

» Application for Programmer/ Theorist
Unity Engine Emptyby tjwhale Wed Jun 17, 2015 9:56 am

» Application for a 3D Modeler.
Unity Engine Emptyby Kaiju4u Wed Jun 10, 2015 11:16 am

» Presentation
Unity Engine Emptyby Othithu Tue Jun 02, 2015 10:38 am

» Application of Sorts
Unity Engine Emptyby crovea Sun May 31, 2015 5:06 pm

» want to contribute
Unity Engine Emptyby Renzope Sun May 31, 2015 12:58 pm

» Music List Thread (Post New Themes Here)
Unity Engine Emptyby Oliveriver Thu May 28, 2015 1:06 pm

» Application: English-Spanish translator
Unity Engine Emptyby Renzope Tue May 26, 2015 1:53 pm

» Want to be promoter or project manager
Unity Engine Emptyby TheBudderBros Sun May 24, 2015 9:00 pm

» A new round of Forum Revamps!
Unity Engine Emptyby Oliveriver Wed May 20, 2015 11:32 am


 

 Unity Engine

Go down 
3 posters
AuthorMessage
roadkillguy
Experienced
roadkillguy


Posts : 528
Reputation : 17
Join date : 2010-08-25
Age : 30
Location : Rhode Island

Unity Engine Empty
PostSubject: Unity Engine   Unity Engine EmptySat Aug 28, 2010 12:09 pm

I found this game engine called Unity..

It supports C# and 'UnityScript' which is really just their own version of javascript.

I've messed around with it and have found it's pretty easy to make custom meshes, so it could very well be a viable option. Also, it can run in a browser with the unity plugin, so it's 100% cross browser.

Just a thought.
Back to top Go down
Commander Keen
Industrial Team Lead
Commander Keen


Posts : 1123
Reputation : 36
Join date : 2010-07-23
Location : Czech Republic (not that anyone would know where it is...)

Unity Engine Empty
PostSubject: Re: Unity Engine   Unity Engine EmptySat Aug 28, 2010 4:01 pm

I doubt ANY game engine will suit us, so we have to make our own (well, Outerra engine is an exception, but it's still in very early stage of development and we would have to wait years to get it).

As far as I know, Bashi is already working on something, I think he calls it Beat engine or somehow like that.
Back to top Go down
roadkillguy
Experienced
roadkillguy


Posts : 528
Reputation : 17
Join date : 2010-08-25
Age : 30
Location : Rhode Island

Unity Engine Empty
PostSubject: Re: Unity Engine   Unity Engine EmptySat Aug 28, 2010 4:19 pm

Unity isn't necessarily a game engine. It's a 3D engine. It supports shading, dynamic meshes, imported meshes, and a whole bunch of other stuff. And yes, I've tried it out.

Otherwise, go ahead and write me a shader in openGL.

The BEATengine right now is a bunch of algorithms and classes that will, in the future, support our 3D creatures. They could be easily ported as of now, or maybe I'm wrong.

I looked at the outerra engine, and I'm sure it would definitely simplify the planetary coordinates when we get to that point.
Back to top Go down
Commander Keen
Industrial Team Lead
Commander Keen


Posts : 1123
Reputation : 36
Join date : 2010-07-23
Location : Czech Republic (not that anyone would know where it is...)

Unity Engine Empty
PostSubject: Re: Unity Engine   Unity Engine EmptySun Aug 29, 2010 2:46 am

roadkillguy wrote:
Unity isn't necessarily a game engine. It's a 3D engine. It supports shading, dynamic meshes, imported meshes, and a whole bunch of other stuff. And yes, I've tried it out.

Otherwise, go ahead and write me a shader in openGL.

The BEATengine right now is a bunch of algorithms and classes that will, in the future, support our 3D creatures. They could be easily ported as of now, or maybe I'm wrong.

I looked at the outerra engine, and I'm sure it would definitely simplify the planetary coordinates when we get to that point.

If you look only for 3D engine, then Ogre is what you want. Still, we would have to do some heavy modifications to support generated models.

The problem with Unity is that unless you want to spend hundreds of dollars, you are very limited in what you can do, the only thing you can do is to script, but that doesn't help much. There are many better engine in the same category, but none of them would suit us.
Back to top Go down
roadkillguy
Experienced
roadkillguy


Posts : 528
Reputation : 17
Join date : 2010-08-25
Age : 30
Location : Rhode Island

Unity Engine Empty
PostSubject: Re: Unity Engine   Unity Engine EmptySun Aug 29, 2010 3:01 am

Commander Keen wrote:
Still, we would have to do some heavy modifications to support generated models.

Well, if it's based on arrays of vertices and triangles, it's not too hard to generate some nice looking models. Ogre could definitely work for us. I wouldn't think it'd be too hard.
Back to top Go down
~sciocont
Overall Team Lead
~sciocont


Posts : 3406
Reputation : 138
Join date : 2010-07-06

Unity Engine Empty
PostSubject: Re: Unity Engine   Unity Engine EmptySun Aug 29, 2010 2:54 pm

If it's a graphics engine, that works with Bashi's engine, I'll take it any day.
Back to top Go down
roadkillguy
Experienced
roadkillguy


Posts : 528
Reputation : 17
Join date : 2010-08-25
Age : 30
Location : Rhode Island

Unity Engine Empty
PostSubject: Re: Unity Engine   Unity Engine EmptySun Aug 29, 2010 3:17 pm

Alright, I'll look into OGRE. Go ahead and lock this.
Back to top Go down
Sponsored content





Unity Engine Empty
PostSubject: Re: Unity Engine   Unity Engine Empty

Back to top Go down
 
Unity Engine
Back to top 
Page 1 of 1
 Similar topics
-
» Microbe prototype under Unity
» Space Engine?
» Miscellaneous Bugs And Questions That Don't Deserve Their Own Thread Thread
» I-Novae Engine
» Panda3d Engine

Permissions in this forum:You cannot reply to topics in this forum
Thrive Game Development :: Development :: Programming :: Engines-
Jump to: