background preloader

Learn Modules

Learn Modules
Related:  Tutoriales/Programas/Otros

Maxscript – Vray Cubemap Generator for Unity | Pixel Envision After weeks of evaluation of today’s cross platform SDK options, we have finally decided to move forward with Unity. While evaluating Unity, I have created a small helper MAXScript to export Vray rendered cubemaps from Max to Unity. Since I’m unable to find something similar, I have decided to release it to the public as I think it might be helpful for the community I’m about to step in… After polishing it up a little bit (UI, etc.) here it is… What it does? With this script, you will be able to easily render cubemaps ready to import to Unity for use as reflection maps or skyboxes. Current Features Planned Features Rendering from the point of view of selected scene object.Using existing (max or vray) scene camera to render, keeping it’s settings.Better seam free blur with more precise control.Option to save default launch preferences.Your suggestions. Requirements & Compatibility In order to use that script, you will need Unity, 3DS Max & Vray. Installation & Usage Download License

10 sitios que todo programador de videojuegos debería conocer Todo programador en general y el programador de videojuegos en particular deberías estar siempre al tanto de las últimas novedades. Si te dedicas a programar videojuegos o tienes intención de hacerlo corre a añadir estos 10 sitios que todo programador de videojuegos debería conocer a tus favoritos. GameDev La web por excelencia que todo desarrollador de videojuegos debería visitar diariamente. Enlace | Gamasutra Otra de las más grandes con artículos escritos por verdaderos profesionales de la industria y que no solo se centra en la programación si no en todas las áreas del desarrollo de videojuegs: Diseño, programación, audio, arte, producción y marketing. Enlace | GPwiki Una gran idea eso es GPwiki, una wiki donde se pueden encontrar artículos relacionados con la programación de videojuegos todos muy bien ordenados y categorizados. Enlace | #AltDevBlogADay Un blog que es un tesoro. Enlace |

50 Tips for Working with Unity (Best Practices) About these tips (Edit: August 2016. I have revised these tips. You can find the new list here.) These tips are not all applicable to every project. They are based on my experience with projects with small teams from 3 to 20 people.There’s is a price for structure, re-usability, clarity, and so on — team size and project size determine whether that price should be paid.Many tips are a matter of taste (there may be rivalling but equally good techniques for any tip listed here).Some tips may fly in the face of conventional Unity development. Process 1. 2. 3. 4. It makes it unnecessary to re-setup each scene.It makes loading much faster (if most objects are shared between scenes).It makes it easier to merge scenes (even with Unity’s new text-based scenes there is so much data in there that merging is often impractical in any case).It makes it easier to keep track of data across levels. You can still use Unity as a level editor (although you need not). 5. Scene Organisation 6. 7. 8. 9. 10. Art

Platform: Under the Hood (Part 2) This post is the second in a series of articles that will be devoted to explaining the Ushahidi Platform at a technical level for programmers and deployers. In the last blog post, we explored how the architecture of the Ushahidi Platform is radically changing from v2 to v3. In this post, I will detail the different types of objects that make up the new architecture and what their role is within the system. If we refer back to the diagram that illustrates the Clean Architecture, the very center is consists of the Entities, followed by the Use Cases layer, and then the layer of Gateways, Controllers, and Presenters. Entities In the Ushahidi Platform, all entities inherit from an abstract base class called Entity, which allows entity objects to define their properties and be constructed from associative arrays. <? And this is the corresponding UserRepository interface today: <? Use Cases <? <? <? Each use case also validates the data object as input by using a Validator object. <? Final Notes

Unity Overview Suggest a change Success! Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable. Close Sumbission failed For some reason your suggested change could not be submitted. Cancel Unity is a powerful engine with a variety of tools that can be utilised to meet your specific needs. This section is your key to getting started with Unity. Qué hacer después de instalar Elementary OS 0.2 Luna Veo que mi primer post tuvo muy buena aceptación, intentare seguir posteando material útil y algún que otro post de humor… Se que es un poco tarde pero les traigo algunos tips para Elementary OS :) 1. Ejecutar el Administrador de Actualizaciones Es probable que luego de haber sido lanzado Elementary OS Luna hayan aparecido nuevas actualizaciones de los distintos paquetes con los que viene la imagen ISO que distribuye el equipo de Elementary. Por esta razón, luego de terminar la instalación siempre es recomendable correr el Administrador de Actualizaciones o ejecutando lo siguiente desde un terminal: sudo apt-get update sudo apt-get upgrade 2. Accede a Language Support desde System Settings y desde allí vas a poder agregar el idioma que prefieras. 3. Afortunadamente, el instalador de Elementary OS te permite instalar todo esto desde el principio. En caso de que no lo hayas hecho, podes instalarlos de la siguiente manera: Driver de la tarjeta de video PPA con drivers para tarjetas ATI 4. 5. 6.

Stellarium Celestia.es

Related: