XSIforum.com

framework para juegos android 3d

0 Usuarios y 1 Visitante están viendo este tema.

Ownage

  • ***
  • 1494
  • cause we are living in a 3d world
framework para juegos android 3d
« en: 26 Noviembre 2012, 22:06:38 »
hola un amigo y yo estamos pensando en hacer un juego en 3d para android, pero necesitamos encontrar un buen framework (sincillo) pero que cumpla.
a poder ser depublicaciones gratuitas para el market, y que tenga bastante informacion de el en la red

hemops estado mirando estos

unity (pago)
ogre 3d (open)
libgdx (open)
blender (open)

Re:framework para juegos android 3d
« Respuesta #1 en: 26 Noviembre 2012, 23:10:46 »
Hasta donde entiendo unity está bastante bien pero sería matar moscas a cañonazos, ogre3d es sólo un motor gráfico 3D, libgdx tiene buena pinta para juegos sencillos y blender/blenderplayer está en pañales.

Si es vuestro primer videojuego y sois conscientes del trabajo que conlleva probablemente tengáis pensado algo simple para lo cual libgdx parece lo más indicado, además al ser html5/webgl el port a multiplataforma os sale "gratis" :)

arnair

  • **
  • 807
Re:framework para juegos android 3d
« Respuesta #2 en: 26 Noviembre 2012, 23:41:45 »
unity es facil y con mucha informacion tiene una version gratuita, solo tienes que pagar el plugin de android

aqui hay uno asi, que por casualidad es mio y de un amigo xD

https://play.google.com/store/apps/details?id=com.deviogames.smartballlite&feature=more_from_developer#?t=W251bGwsMSwyLDEwMiwiY29tLmRldmlvZ2FtZXMuc21hcnRiYWxsbGl0ZSJd


Ownage

  • ***
  • 1494
  • cause we are living in a 3d world
Re:framework para juegos android 3d
« Respuesta #3 en: 27 Noviembre 2012, 00:08:30 »
es un juego arcade de naves.

tendre que descargar el libgdx aver que se puede hacer y si le va bien al que programa que yo no toco nada de esto

cesar que quieres decir en que ogre 3d es solo un motor grafico?? como un marmoset simplemente??

lo de unity me lo he mirado y seguramente es el mas completo a nivel de usuario.... pero pagar 400 pavos pudiendo hacer lo mismo con otro de gratis....

Re:framework para juegos android 3d
« Respuesta #4 en: 27 Noviembre 2012, 00:24:45 »
Yo tampoco es que entienda mucho de esto pero Ogre3D es un motor gráfico, su propio nombre lo indica (Object-oriented Graphics Rendering Engine).

Citar
Is OGRE a Game Engine?
No. OGRE can be (and indeed has been) used to make games, but OGRE is deliberately designed to provide just a world-class graphics solution; for other features like sound, networking, AI, collision, physics etc, you will need to integrate it with other libraries
, something several frameworks have done, and we have a collision / physics reference integration library as an example in our distribution.

Why? Well, one reason is that not everyone who needs a 3D engine wants to make games, so we don’t assume that you do – you can use OGRE for games, simulations, business applications, anything at all. Secondly, even within the games industry, requirements can vary widely; for example a MMORPG will need a very different kind of network library than an FPS, and a flight sim will need a different kind of collision / physics system to fighting game. If OGRE included all these features, we would be enforcing a particular set of libraries on you, with an inbuilt set of assumed requirements, and that’s not good design. Instead, we provide a very integration friendly API and let YOU choose the other libraries, if you want them. Many experienced game developers have expressed their approval of this approach, because there are no inbuilt constraints. It can be more daunting for newer users who just want to build another FPS-style game, but for those people there are a growing number of existing frameworks using OGRE which provide a complete solution using a given combo of libraries; but it’s important to realise that OGRE itself will always remain separate, flexible enough to be incorporated into any of these. The principle is of collaboration and integration with other libraries, rather than assimilation of them, a standard tenet of component-based design.
http://www.ogre3d.org/about

Re:framework para juegos android 3d
« Respuesta #5 en: 27 Noviembre 2012, 00:55:56 »
Sobre libgdx: Lo acabo de ver hace un rato y parece relativamente asequible...
https://docs.google.com/document/d/1YfuJ-gsc7VfIlX2G8Ix5K0laaqEsvFDuTz3Cnecy2_M/edit?pli=1
Suerte con el proyecto!!

Ownage

  • ***
  • 1494
  • cause we are living in a 3d world
Re:framework para juegos android 3d
« Respuesta #6 en: 27 Noviembre 2012, 08:41:31 »
gracias por la aclaracion cesar .D
buena info pov :DD de utilizarse sera bastante util :D

Ownage

  • ***
  • 1494
  • cause we are living in a 3d world
Re:framework para juegos android 3d
« Respuesta #7 en: 27 Noviembre 2012, 12:11:04 »
no es mas comodo un espacio de trabajo como este¿?¿

http://jmonkeyengine.com/engine/

no tiene mala pinta y es open