renderosity tutorials
Camera Tutorial
A simple tutorial on how to render objects with a camera more>> A simple tutorial on how to render objects with a camera
Camera Tutorial is a free and simple Pygame tutorial on how to draw objects at an offset, giving the effect of a camera.
Cameras in games are quite easy to implement. To people new to programming they may sound hard and intimidating, but all it is is simply drawing an object at an offset.
System requirements:
-
- Pygame
Revolution tutorial 1.0
Revolution tutorial - Ebooks using the ArcadeEngine more>>
The tutorials come in a visually appealing e-book format which is both easy to read and use, the range of topics covered includes:
The basics of Revolution such as: stacks, cards, scripts, messages and timers
How to use geometric properties such as distances, angles and intersection rectangles
Understanding and using different movements including linear, polygonal, circular and elliptic
Advanced use of images
Using the built-in collision detection handlers
Plus much more.
Dreamweaver Tutorial 1.0
Dreamweaver Tutorial - a very useful widget if you want informations about Dreamweaver more>>
Breakout Game Tutorial 1.0
Breakout Game Tutorial - Breakout game tutorial more>>
Completly freeware for non-commercial use.
Cocoa 3D Tutorial 0.3
Free and open source tutorial that will help you start working with 3D in Cocoa more>> Free and open source tutorial that will help you start working with 3D in Cocoa
Cocoa 3D Tutorial will provide a Cocoa framework to interface the OpenGL library in a more OO-fashioned style. It is not meant to be the fastest code possible, nor to leverage all the power of OpenGL, but to give developers a easy way to start working in 3D.
NOTE: Cocoa 3D Tutorial is licensed and distributed under the terms of the Artistic License.
Main features:
- A scene tree, with cameras (one for each view) that can be easily positioned and oriented, and lights.
- Object picking, that allows an interactive manipulation of the scene.
- Factory classes for common objects (cube, sphere, cylinder, ...), groups and transformations.
- Basic OpenGL optimizations (e.g. display lists)
- Full support for OpenGL colors and materials.
- Static textures (read from a graphic file or generated from a styled text), animated textures (read from movies), procedural fixed and animated textures (using configurable Perlin 2 & 3D noise).
- Full support for ARB_vertex_program extension, seen as a special type of texture.
- An animator class, that allows to easily add dynamic components to a scene.
Enhancements
- Added StringTexture class
- Added AnimatedProcTexture class
- Added PlainSurface class
- Added InteractiveView class
- Corrected and updated some class behavior
- Updated Tutorials to use new classes
Revolution Conference Tutorial 1.0
Revolution Conference Tutorial is known as a free yet very useful stack featuring code examples and course materials for use in the series of free online conferences being held by Runtime Revolution. more>>
Revolution Conference Tutorial 1.0 is known as a free yet very useful stack featuring code examples and course materials for use in the series of free online conferences being held by Runtime Revolution. This one covers the Revolution programming metaphor. It contains everything you need to take part and as with the conferences is totally free! The stacks are updated following each conference.
Photoshop Lab Tutorial 1.0
Photoshop Lab Tutorial - A great dashboard widget that features the latest articles on photoshoplab.com more>> <<less
Flash Tutorial Widget 1.0
Flash Tutorial is a helpful widget that will allow you to learn flash quick and easy more>>
Airport Software Base Station Tutorial 0.3.2
Airport Software Base Station Tutorial proves itself to be a useful tool which makes it easy to follow and allow you to setup an Airport Software Base Station in under 10-30 minutes. more>>
Airport Software Base Station Tutorial 0.3.2 proves itself to be a useful tool which makes it easy to follow and allow you to setup an Airport Software Base Station in under 10-30 minutes. This tutorial also includes IPNetShare X and all instructions pertaining to it. Easy to Follow, Easy Setup to allow you to configure an Airport Software Base Station Quickly and Seamlessly.
Major Features:
- Updated code, to make it easier to setup software base station. The terminal access entirely. All you need is an admin password.
- New icon!!! Transparent
- Walk through for each connection. Open IPNetShare X and it will walk you through setup.
Requirements:
- Mac OS X 10.1.2 or higher (You need the AppleScript Studio Support)
CS - News - Tutorials - Widgets 0.1.0
CS - News - Tutorials - Widgets - Brings on your dashboard everything you need to know about Adobe, CS, Photoshop and more. more>> CS - News - Tutorials - Widgets - Brings on your dashboard everything you need to know about Adobe, CS, Photoshop and more.
CS - News - Tutorials - Widgets brings right on your dashboard everything you need to know about Adobe, CS, CS2, CS3, Photoshop, Dreamwaever, Flash and and and?
Main features:
- delivers a dream toolkit for print, web, interactive, and mobile design.
- the main focus is on professional print design.
- combines the best-of-the-best web design and development tools.
- serves the professional web developer.
- complete post-production solution for video professionals.
- enables you to design across media - print, web, interactive, mobile, video, and film - in the most comprehensive creative environment ever produced.

MacTutorial Viewer 2.0
MacTutorial Viewer brings an advanced and complete desktop application viewer for Mac video tutorials with international subtitles. more>>
MacTutorial Viewer 2.0 brings an advanced and complete desktop application viewer for Mac video tutorials with international subtitles. iPhoto '09, iMovie '09, iWeb '09, Pages '09, Numbers '09 and Keynote '09 available with English and Italian subtitles. More languages with YouTube machine translation.
Enhancements:
- Added iPhoto '09 subtitles
- Added videos duration
viewer for Mac video tutorials with international subtitles. MacTutorial Viewer 1.0 - CarloLicense:Freeware
Android NDK 1.5 R1
Lets Android application developers build portions of their apps in native code. more>>
Android NDK is designed for use only in conjunction with the Android SDK, so if you have not already installed the Android 1.5 SDK, please do so before downloading the NDK. Also, please read What is the Android NDK? to get an understanding of what the NDK offers and whether it will be useful to you.
The Android NDK provides tools that allow Android application developers to embed components that make use of native code in their Android applications. Android applications run in the Dalvik virtual machine. The NDK allows developers to implement parts of their applications using native-code languages such as C and C++. This can provide benefits to certain classes of applications, in the form of reuse of existing code and in some cases increased speed.
Major Features:
- A set of tools and build files used to generate native code libraries from C and C++ sources.
- A way to embed the corresponding native libraries into application package files (.apks) that can be deployed on Android devices.
- A set of native system headers and libraries that will be supported in all future versions of the Android platform, starting from Android 1.5.
- Android NDK also provides samples, documentation and tutorials.
Requirements:
- The Android SDK:
- A complete Android SDK installation (including all dependencies) is required.
- Android 1.5 SDK or later version is required.
- Supported operating systems:
- Windows XP (32-bit) or Vista (32- or 64-bit)
- Mac OS X 10.4.8 or later (x86 only)
- Linux (32- or 64-bit, tested on Linux Ubuntu Dapper Drake)
- Required development tools:
- For all development platforms, GNU Make 3.81 or later is required. Earlier versions of GNU Make might work but have not been tested.
- For Windows, a recent release of Cygwin, including both the gmake and gcc packages, is required.
- Android platform compatibility:
- The native libraries created by the Android NDK can only be used on devices running the Android 1.5 platform version or later. This is due to toolchain and ABI related changes that make the native libraries incompatible with 1.0 and 1.1 system images.
- For this reason, you should use native libraries produced with the NDK in applications that are deployable to devices running the Android 1.5 platform version or later. To ensure compatibility, an application using a native library produced with the NDK must declare a element in its manifest file, with the attribute android:minSdkVersion="3".
Splendid City Sports Scheduler 6.7.3
Splendid City Sports Scheduler is designed to be a creative and user-friendly utility which is useful for people who organize team sports or game events. more>>
Splendid City Sports Scheduler 6.7.3 is designed to be a creative and user-friendly utility which is useful for people who organize team sports or game events. Use it to manage and publish sports schedules of any size and complexity. Automatically create high quality double or single elimination tournament brackets, round-robin league schedules, swiss round tournaments, cross divisional or practice schedules for any sport that requires pairings.
Users can freely exchange all data associated with projects with other users who have a free copy of Splendid City Lite installed regardless of platform. The application comes with an integrated e-mail client that can aid with the exchange of object files among organization members. There is also a simple FTP client for direct uploading to web domains from within the schedule view frame.
The scheduler gives you complete control over all aspects of the schedule, and creates solutions effortlessly and elegantly in accordance with the user data entered. It can be custom-tailored, and with repeated use via a plugin interface, can be made to automatically accomplish users' unique scheduling needs.
The user experience is interactive and straight forward. The application comes fully documented with a built in searchable help system to provide answers to implementation questions. Several tutorials are also provided.
Major Features
- The ability to set team and field constraints, game lengths;
- Configurative time management utilities to help you organize events the way you would like;
- Object constraint sharing; automatic schedule generation and re-generation;
- Configurative project web site creation, use of HTML website templates, tournament brackets for unlimited number of teams;
- Publishing via FTP, export to HTML, CSV, iCalendar, XML;
- Import schedules and associated data from existing CSV schedules;
- Standings support with tie-breaker formulas;
- Contact management;
- Import teams, fields, officials, players and player rosters from other users' projects ;
- Constraint and conflict checking and resolution.
Enhancements:
- Corrects a bug that would omit the officials when publishing via FTP.
Several tutorials are also provided. Enhancements: Fixes a problem saving team roster dataLicense:Freeware
Splendid City 6.6.5.3
Splendid City is a beneficial and easy to use Sports Scheduling Software System which is designed for people who organize team sports or game events. more>>
Splendid City 6.6.5.3 is a beneficial and easy to use Sports Scheduling Software System which is designed for people who organize team sports or game events.
Use it to manage and publish sports schedules of any size and complexity. Automatically create high quality double or single elimination tournament brackets, round-robin league schedules, swiss round tournaments, cross divisional or practice schedules for any sport that requires pairings.
It features options that include the ability to set team and field constraints, game lengths; configurative time management utilities to help you organize events the way you would like; object constraint sharing; automatic schedule generation and re-generation; configurative project web site creation, use of HTML website templates, tournament brackets for unlimited number of teams; publishing via FTP, export to HTML, CSV, iCalendar, XML; import schedules and associated data from existing CSV schedules; standings support with tie-breaker formulas; contact management; import teams, fields, officials, players and player rosters from other users' projects ; constraint and conflict checking and resolution.
Users can freely exchange all data associated with projects with other users who have a free copy of Splendid City Lite installed regardless of platform. The application comes with an integrated e-mail client that can aid with the exchange of object files among organization members. There is also a simple FTP client for direct uploading to web domains from within the schedule view frame.
The scheduler gives you complete control over all aspects of the schedule, and creates solutions effortlessly and elegantly in accordance with the user data entered. It can be custom-tailored, and with repeated use via a plugin interface, can be made to automatically accomplish users' unique scheduling needs.
The user experience is interactive and straight forward. The application comes fully documented with a built in searchable help system to provide answers to implementation questions. Several tutorials are also provided.

HDRtist 1.0
HDRtist is advanced and useful Mac HDR photography tool that creates HDR photos and tone maps them in a single step. more>>
HDRtist 1.0 is advanced and useful Mac HDR photography tool that creates HDR photos and tone maps them in a single step. An intuitive design makes it simple to choose from our 4 different tone mapping techniques. Even if you're not into HDR photography, HDRtist is a great tool to have for dramatizing dull photos, livening dark photos and boosting sunsets! We've included some HDR tutorials to help you get started with the amazing world of HDR photography.
Major Features:
- Easy HDR Software: Drop in your exposures, choose how you like it & Voila, HDR.
- Totally Mac Freeware! It'll cost you nothing, nada, zip, zilch, $0 and 0 cents!
- Realistic or Extreme HDR: Or even somewhere in-between. You choose how you want your HDR photos.
- 4 Tone Mapping Methods: To help you get the look you want from your HDR images.
- Works on single Photos: Get the HDR look with just a single photo (Fake HDR Photo).
- Made For Mac People: By Mac People. We're like you, we love our Macs & love making Mac software.
- More Amazing Sunsets: HDR Sunset Photos are amazing and HDRtist makes them easy.
- New Life for tired photos: Try it, throw in an old photo and crank up the tone mapping.
- Make Pet Photos POP: Give pet photos an HDR tickle, to make them stand out.
- Dramatize the plane: HDRtist can make the dull seem alive and powerful.
- Share With Everyone: Share with friends, so that everyone can have their own free copy.
- Mac OS X v 10.4 or later
- G5 or Intel Processor
- 1.8 Ghz or faster
- 1.0 GB of RAM
- 80Mb of FREE Hard Drive Space
- 1024 x 768 Screen Resolution