Blender 2.49 liberada...
La versión 2.49 incluye una serie de cambios que mejorarán el desempeño como mejoras importantísimas al Blender Game Engine, múltiples streamings de texturas de video...
DJ Hero muestra la mesa de mezclas ...
DJ Hero todavía no cuenta con fecha de lanzamiento, pero parece que aparecerá en Xbox 360, PlayStation 3, PlayStation 2 y Wii hacia finales de este año.
Algunos detalles...
Transitioning to Objective-C
Objective-C was written in the early 1980s by scientist and software engineer Brad Cox. It was designed as a way of introducing the capabilities of the Smalltalk language into a C programming environment. A majority of the iPhone’s...
Date formatters examples in Objective-C
Here are several simple examples for displaying date information:
// Date: 10/29/08
NSDate *today = [NSDate dateWithTimeIntervalSinceNow:0];
NSDateFormatter *dateFormat = [[[NSDateFormatter alloc] init]...
Specifying Simulator Only Code
There are times when you need to write code that is only applicable when working with the simulator. To give the compiler a heads up as to which code block to include, use a compiler directive as shown below:
#if TARGET_IPHONE_SIMULATOR
NSLog(@"Running...
Renders estereoscópicos en Blender
Sebastian Schneider ha decidido crearse su propia camara estereoscópica en blender, ha creado un script en python que simula una cámara off-axis.
En su página tiene un manual para configurar tu animación y poder verla luego...
BlenderExtender: visor de .blend para el Explorer
BlenderExtender es un plugin para el explorer con el que podrás crear vistas previas de los modelos 3D que tengas en tu ordenador. Para ello usa Blender para hacer los renders en tiempo real. Es necesario tener instalado Blender...
Obtener el ID del último paso visitado en un Wizard
En mi programa he necesitado saber el ID del último paso que he visitado en el Wizard, ya que la aplicación no sigue una gerarquía lineal, es decir, se puede visitar cualquier paso en cualquier momento sin tener que ir uno...
Crear un excel a partir de un DataTable
Os pongo la clase que uso cuando quiero exportar un DataTable a un archivo Excel (XLS). El DataTable se puede rellenar con un GridView, el contenido de una base de datos, el contenido de una tabla… La conversión se hace...
Transitioning to Objective-C
Objective-C was written in the early 1980s by scientist and software engineer Brad Cox. It was designed as a way of introducing the capabilities of the Smalltalk language into a C programming environment. A majority of the iPhone’s...
Date formatters examples in Objective-C
Here are several simple examples for displaying date information:
// Date: 10/29/08
NSDate *today = [NSDate dateWithTimeIntervalSinceNow:0];
NSDateFormatter *dateFormat = [[[NSDateFormatter alloc] init]...
Specifying Simulator Only Code
There are times when you need to write code that is only applicable when working with the simulator. To give the compiler a heads up as to which code block to include, use a compiler directive as shown below:
#if TARGET_IPHONE_SIMULATOR
NSLog(@"Running...
Intercambio de ficheros entre iPhone y PC con Windows
Para poder intercambiar ficheros entre el iPhone y un pc con Windows XP o Vista puedes usar una aplicación gratuita llamada iFunBox. Es muy intuitiva y rápida. A la izquierda muestra el sistema de archivos y a la derecha la...