Difference between revisions of "Plataforma usada para desarrollar"

From Asociación de Robótica UC3M
Jump to navigation Jump to search
Line 20: Line 20:
  
 
* [http://monotouch.net Mono in an iPhone, iPad and iPod Touch]
 
* [http://monotouch.net Mono in an iPhone, iPad and iPod Touch]
 +
  
 
* Supported Operating Systems
 
* Supported Operating Systems
Line 30: Line 31:
 
Nintendo Wii
 
Nintendo Wii
 
Sony PlayStation 3
 
Sony PlayStation 3
 +
  
 
* Supported architectures:
 
* Supported architectures:
  
 
x86, x86-64, IA64, PowerPC, SPARC (32), ARM, Alpha, s390, s390x (32 and 64 bits) and more.
 
x86, x86-64, IA64, PowerPC, SPARC (32), ARM, Alpha, s390, s390x (32 and 64 bits) and more.
 +
  
 
* Programming languages:
 
* Programming languages:
  
 
C#, Java, Python, Visual Basic.NET, PHP, Objective C (mac), Boo, Nemerle, JavaScript, Oberon, LUA, Cobra, Component Pascal, Delta Forth, DotLisp, Smalltalk):
 
C#, Java, Python, Visual Basic.NET, PHP, Objective C (mac), Boo, Nemerle, JavaScript, Oberon, LUA, Cobra, Component Pascal, Delta Forth, DotLisp, Smalltalk):
 +
  
 
* Common Language Runtime (CLR):
 
* Common Language Runtime (CLR):
  
 
The CLR allows you to choose the programming language you like best to work with, and it can interoperate with code written in any other      CLR language. For example, you can write a class in C#, inherit from it in VB.Net, and use it in Eiffel. You can choose to write code in Mono in a variety of programming languages but are not very mature projects.
 
The CLR allows you to choose the programming language you like best to work with, and it can interoperate with code written in any other      CLR language. For example, you can write a class in C#, inherit from it in VB.Net, and use it in Eiffel. You can choose to write code in Mono in a variety of programming languages but are not very mature projects.
 +
  
 
* [http://mono-project.com/Gui_Toolkits GUI toolkits]
 
* [http://mono-project.com/Gui_Toolkits GUI toolkits]
 +
  
 
* Para más información ir a [mono-project.com/Start]
 
* Para más información ir a [mono-project.com/Start]

Revision as of 12:58, 24 April 2010

Especificaciones

Para el diseño de la estación base se requerirá la utilización de una plataforma de desarrollo con las siguientes características:

  • Lo más completa posible

Esto ayudará a un rápido desarrollo y evitará que personas con limitados conocimientos de programación se rompan la cabeza para instalar y utilizar librerías de terceros. Además, evitará todo el problema derivado del cambio de versiones

  • Portable

Permitirá correr la interfaz sobre distintos dispositivos y sistemas operativos. En el futuro se intentará que la interfaz se integre en un iPhone o similar.

  • Que sea capaz de combinar varios lenguajes de programación.

Permitirá que los diferentes integrantes del proyecto puedan trabajar conjuntamente en sus lenguajes preferidos compartiendo sus clases y librerias.

Plataforma Mono

En mi opinión Mono es una buena plataforma que nos permite hacer todo esto y mucho más. Sin embargo me gustaría que estudiés y sugiráis otras plataformas si creeis que pueden ofrecer otras ventajas más provechosas (siempre siguiendo las especificaciones de diseño anteriores). Algunas de las características de Mono las podéis encontrar debajo:


  • Supported Operating Systems

Linux Mac OS X, iPhone OS Sun Solaris BSD - OpenBSD, FreeBSD, NetBSD Microsoft Windows Nintendo Wii Sony PlayStation 3


  • Supported architectures:

x86, x86-64, IA64, PowerPC, SPARC (32), ARM, Alpha, s390, s390x (32 and 64 bits) and more.


  • Programming languages:

C#, Java, Python, Visual Basic.NET, PHP, Objective C (mac), Boo, Nemerle, JavaScript, Oberon, LUA, Cobra, Component Pascal, Delta Forth, DotLisp, Smalltalk):


  • Common Language Runtime (CLR):

The CLR allows you to choose the programming language you like best to work with, and it can interoperate with code written in any other CLR language. For example, you can write a class in C#, inherit from it in VB.Net, and use it in Eiffel. You can choose to write code in Mono in a variety of programming languages but are not very mature projects.



  • Para más información ir a [mono-project.com/Start]