Main > Free Download Search >

Free vho lighting software for mac

vho lighting

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 77
The Lightning 1.0rc2

The Lightning 1.0rc2


The Lightning is an effective way of converting a source code to syntax highlighted HTML more>>

The Lightning 1.0rc2 is an effective way of converting a source code to syntax highlighted HTML. Its a frontend for the Perl-Script code2html. Imagine you have a source-file, e.g. as a part of a programme written in C++. Now you want to let people take a look at your code online. You could copy it and paste it to your website. But then its quite hard to read, because there isn't the syntax hightliting known from many text editors and IDEs.

With The Lightning, you just select the C++-sourcefile and save it as an HTML-file with syntax highliting. Or you just let The Lighting generate an HTML-snippet, you can paste into you website (or blog, or whatever). But there's no need of a file! You can also just write some lines of code in the The Lightning-window and let The Lightning generate a formatted file or give you the code.

Maybe you want to have linenumbers on the left side of you code? Just tick a checkbox! You don't have enough space on you website for tabs in your code? Let The Lightning remove them or replace them with e.g. 2 spaces. The Lightning supports a lot of programming languages. E.g.: C, C++, HTML, Java, ruby etc.

Enhancements: Bugfixes

Requirements: Mac OS X

<<less
Download (292K)
Added: 2006-01-26 License: Free Price:
downloads
Lightwright 5.0.6

Lightwright 5.0.6


Lightwright is created as a useful application which aims at managing lighting design paperwork, storing the information for each instrument in a show as well as general things such as dimmer capacities, color frame dimensions, and stock equipment. more>> <<less
Download (41.5MB)
Added: 2009-10-22 License: update/patch Price: $540.00
downloads
 
Other version of Lightwright
Lightwright 5.0.5for users to manage lighting design paperwork, storing the information for each instrument in
Price: $540.00
License:update/patch
Download (41.4MB)
downloads
Added: 2009-10-11
Lightwright 5.0.4allow you to manage lighting design paperwork, store the information for each instrument in a
Price: $540.00
License:update/patch
Download (41.1MB)
downloads
Added: 2009-10-01
Lightwright 5.0.3help you manage lighting design paperwork, storing the information for each instrument in a
Price: $540.00
License:update/patch
Download (40.9MB)
downloads
Added: 2009-09-24
FlightGear 0.9.10

FlightGear 0.9.10


FlightGear - Fly around the world in the comfort of your own home more>>
The FlightGear simulator for Mac OS X. By installing a package you can fly around the world in the comfort of your own home.
If you have tried FlightGear on Mac OS X before, try again.
Main features:
- Over 20,000 real world airports included in the full scenery set.
- Correct runway markings and placement, correct runway and approach lighting.
- Taxiways available for many larger airports (even including the green center line lights when appropriate.)
- Sloping runways (runways change elevation like they usually do in real life.)
- Directional airport lighting that smoothly changes intensity as your relative view direction changes.
- World scenery fits on 3 DVDs. (Im not sure thats a feature or a problem!) But it means we have pretty detailed coverage of the entire world.
- Accurate terrain worldwide, based on the most recently released SRTM terrain data.) 3 arc second resolution (about 90m post spacing) for North and South America, Europe, Asia, Africa, and Australia.
- Scenery includes all vmap0 lakes, rivers, roads, railroads, cities, towns, land cover, etc.
- Nice scenery night lighting with ground lighting concentrated in urban areas (based on real maps) and headlights visible on major highways. This allows for realistic night VFR flying with the ability to spot towns and cities and follow roads.
- Scenery tiles are paged (loaded/unloaded) in a separate thread to minimize the frame rate hit when you need to load new areas.
Enhancements:
- New plane models, 3D clouds, volumetric shadows, seasonal terrain textures, air carrier operations, more weather effects, redout/blackout on high G loads, heat haze, and more AI capabilities were added.
- A major rework of the multiplayer code was done, with a WWW-based multiplayer server status page (based on the Google Map).
- The GUI was also reworked, and is more friendly to new users now; the ATC dialogs no longer impede flying.
- A lot of bugs were fixed.
<<less
Download (109MB)
Added: 2006-12-18 License: GPL Price:
1263 downloads
TreetopLights 2.2

TreetopLights 2.2


TreetopLights is an AppleScript Studio application that places a Christmas tree on the desktop more>>
TreetopLights is an AppleScript Studio application that places a Christmas tree on the desktop and holiday lights on the menubar or screen edges.
The desktop tree can be decorated with blinking or fading lights, ornaments, a treetop star, and perhaps some snow.
The ambient lighting can be controlled for the appearance of a dimly or brightly lit room, and the transparency and size of the tree can be set to keep it out of the way, or set the perfect holiday mood.
The optional but festive menubar lights can blink or glow to decorate the menubar, or even go around the screen. A countdown timer displaying days until Christmas and the twelve days of Christmas is also included for on-tree display. Merry Christmas and Happy Holidays!
Main features:
- Set the float state of the desktop tree and animated lights
- Set the animation style of the desktop tree and animated lights
- Control the transparency of the desktop tree and animated lights
- Control the screen edges displaying animated lights (see note below)
- Set the lighting and size of the desktop tree
- Select the bulb type of the desktop tree
- Show or Hide the animated lights & tree decorations.
<<less
Download (1.28MB)
Added: 2006-12-24 License: Freeware Price:
1039 downloads
Wave Simulation 1.0

Wave Simulation 1.0


Wave Simulation is developed as a smart program which is simulative to a wave disturbance propagating on a two dimensional membrane. more>>

Wave Simulation 1.0 is developed as a smart program which is simulative to a wave disturbance propagating on a two dimensional membrane. The program uses a timer to step the simulation. At each step a two dimensional wave equation is solved by using a finite differencing scheme that is space centered and time forward. The initial conditions have been exaggerated for better visibility in the OpenGL output. See the commentary in the source code for further details. The idea here is to demonstrate simple numerical processing and scientific visualization in a Cocoa based application.

The program structure uses the Model/View/Controller paradigm. The classes for this structure are grouped under one heading and the various support classes are grouped under another heading. The View part of the program combines the user interface (UI) and the OpenGL rendering. The GLView class is a wrapper, i.e., sub-class, around the NSOpenGLView class that gives the class the ability to render, among other things, a mesh that is passed in from an outside source.

The view point and lighting that the GLView class uses in its rendering is also provided from outside. The visible part of the GLView in the UI is an outlet for the rendering. Also, the GLView object has been set up so that a mouse click in the visible rendering area toggle betwever, each update cycle is quick enough to justify a single threaded structure for the program.

An important characteristic of this program is that the OpenGL rendering is encapsulated in two parts of the program: the GLView class and the DrawingFunctions.h module. All of the other support classes make no reference to OpenGL. The Avian class is meant to capture the concept of an extended physical body that can have a location in 3D space as well as an orientation.

The FlyingCamera class is based on the Avian class and provides it with extras that are appropriate for handling views from various positions and orientations. The Mesh and MeshNode clases are also divorced from OpenGL. A GLView object 'knows' what to do with FlyingCamera and Mesh objects, but not vice versa. Also, the Controller object 'knows' how to relate user input, via the steppers, to FlyingCamera settings.

This program is also provides a good way to waste enormous quantities of time. The membrane uses a material that is meant to be a fair approximation of ruby. When the light is set to, say, colatitude equal to 35 degrees and longitude equal to 200 degrees the surface shows some nice highlights. Be warned: this program can induce a hypnotic state in the unwary user.

<<less
Download (30.3KB)
Added: 2003-03-09 License: Freeware Price:
downloads
LightWorks 8.1

LightWorks 8.1


Full featured CAD application. more>>

LightWorks 8.1 is a powerful tool which is designed to provide you with full featured CAD application.

LightWorks is the industry's leading rendering engine for 3D design, renowned for its physically accurate visualization of CAD data and for simulating real-world lighting conditions and materials.

<<less
Added: 2009-07-01 License: update/patch Price:
17 downloads
Myth II: Soulblighter 1.7

Myth II: Soulblighter 1.7


Real-time strategy and tactics game by Bungie. more>>

In Myth II destruction reigns supreme. Castle walls will crumble under a barrage of Dwarven mortar fire. Drawbridges will lower before your besieging army. Flaming arrows will rain down from battlements, lighting the ground beneath you. Dark wizards will hurl deadly sorceries at your ranks, scattering even your bravest warriors.


Myth II: Soulblighter is a unique strategy game, set in a 3D world of dangerous alliances and ancient evil, where all beings tremble before the wrath of Soulblighter, cruelest and most cunning of the evil Fallen Lords.

<<less
Added: 2009-06-10 License: update/patch Price:
570 downloads
D::Light 1.29b3

D::Light 1.29b3


D::Light is a highly-efficient, high-quality lightboard software for theater. more>>

D:Light 1.29b3 is a highly-efficient, high-quality lightboard software for theater.

Aimed at managers, lighting designers, directors, visual artists, speaking in halls, theaters, or museums. D: Light meets the requirements of technological performance, flexibility and mobility.

Enhancements:

  • General Group selection now works as Channel Selection.
  • And better in anything

Requirements: Mac OS X 10.4 or later.


<<less
Download (6.4MB)
Added: 2009-07-01 License: Free Price:
downloads
BoingX 1.0

BoingX 1.0


BoingX - Apple demo now drawing some 500K polygons more>>
BoingX is a Apple demo (originally written by Ken Dyke) which I modified to use display lists (now drawing some 500K polygons) with per vertex lighting and a basic sin wave distortion (using ARB_vertex_program) thrown in for fun.

It makes for a pretty good vertex performance demo :)


<<less
Download (20KB)
Added: 2006-02-16 License: Freeware Price:
1345 downloads
Hebcal Widget 1.0

Hebcal Widget 1.0


Hebcal Widget - Jewish Shabbat helper for the coming week more>>
Jewish Shabbat and holiday dates and candle-lighting times for the coming week. Localized with Zip code and preferred Havdalah time. Also displays Torah reading portion.
Content provided by 1-Click Shabbat by Michael Radwin (hebcal.com).
Main features:
- Candle-lighting times for Holidays and Shabbat
- Upcoming Fast days
- Weekly Torah reading (sedrot)
- Localize with your Zip Code (currently only U.S. codes)
- Choose your time for observing Havdalah.
<<less
Download (119KB)
Added: 2005-11-23 License: Freeware Price:
1433 downloads
NewTek LightWave 3D 7.5d

NewTek LightWave 3D 7.5d


LightWave 3D gives you an easy way to create the most sophisticated 3D animation imaginable, with formidable capabilities from an incredibly powerful, professional animation system more>>

NewTek LightWave 3D 7.5d is created to be a helpful and handy software with which you can easily design the most professional 3D animation imaginable, with formidable capabilities from an incredibly powerful, professional animation system. Its intuitive, complete, easy-to-use layout and modeling system delivers the ultimate in creative control, not to mention flexibility - the likes of which you've never seen. And unparalleled features for modeling, surfacing, lighting and animating are right at your fingertips.

<<less
Download (27.6MB)
Added: 2004-08-29 License: update/patch Price:
17 downloads
Myth II: Soulblighter Updater 1.6

Myth II: Soulblighter Updater 1.6


Destruction reigns supreme in this 3D world of war. more>>
Myth II: Soulblighter boasts numerous improvements to the game engine and added features that improve gameplay.
In Myth II destruction reigns supreme. Castle walls will crumble under a barrage of Dwarven mortar fire. Drawbridges will lower before your besieging army.
Flaming arrows will rain down from battlements, lighting the ground beneath you. Dark wizards will hurl deadly sorceries at your ranks, scattering even your bravest warriors.
Myth II: Soulblighter is a unique strategy game, set in a 3D world of dangerous alliances and ancient evil, where all beings tremble before the wrath of Soulblighter, cruelest and most cunning of the evil Fallen Lords.
Enhancements:
- Version 1.6 adds native Mac OS X map making tools along with a Universal Binary for OSX. Not to be left out the Windows version received some modernization that drastically cut down startup times, allows the game to be played in a window, and shares the CPU better with other tasks.
<<less
Download (6.7MB)
Added: 2007-02-09 License: Freeware Price:
989 downloads
Free Solitaire 3D 3.51

Free Solitaire 3D 3.51


Play your favorite solitaire games, including FreeCell, Spider, Gaps, and Klondike, all for free. more>>


Play your favorite solitaire games, including FreeCell, Spider, Gaps, and Klondike, all for free. Beautiful 3D graphics, fully customizable board sets, unique lighting effects and much more make this a must for all solitaire fans.

<<less
Download (12MB)
Added: 2008-05-05 License: Freeware Price:
2151 downloads
 
Other version of Free Solitaire 3D
Free Solitaire 3D 3.41Beautiful 3D graphics, fully customizable board sets, unique lighting effects and much more
License:Freeware
Download (12.8MB)
2148 downloads
Added: 2008-02-13
License:Free
Download (12.5Mb)
15 downloads
Added: 2007-11-11
Photometrics X 1.0

Photometrics X 1.0


Photometrics X - Calculate theatrical fixture photometrics more>>
"Photometrics X, formerly Lighting Designer Photometrics was created for theatrical lighting designers and technicians.

It allows easy predictions of the size of a pool of light given the type of lighting instrument used and the throw distance.

Photometrics X will also recommend a specific lighting instrument given a desired throw distance and field diameter of the beam of light.

Lighting Designer Photometrics was created to ease the lighting design process by eliminating the need for tedious mathematical calculations adn triangulation.

Future versions of Photometrics X are in the process of being written, and will include a significantly larger repertoire of instruments as well as options for determining additional photometric data and a more flexible input system.


<<less
Download (124KB)
Added: 2005-12-22 License: Freeware Price:
804 downloads
LCedit+ 3.4

LCedit+ 3.4


LCedit+ is a Macintosh (or Windows) program for editing the light scenes and sequences inside a LanBox more>> LCedit+ is a Macintosh (or Windows) program for editing the light scenes and sequences inside a LanBox. In other words, LCedit+ is just a friendly way to program the LanBox, all the "real" lighting work is done by the box. The program has several types of windows called a stage (that holds the fixtures and light groups), cast (lists all used fixtures and groups as a list), control window (for editing the lighting parameters, and engine control for managing the sequencers, setting scene parameters and chasers).
LCedit+ also has several built-in tools e.g. to edit the fixture library, to manage files (Utilities, Backup and Restore), to upload firmware, to edit global settings of a LanBox (e.g. set name, password) and to make patches (DMX channels, curves, slope limits, etc.).
Requirements:
Mac OS X 10.2 or later, LanBox-LC, LCM or LCX.
Enhancements:
Version 3.4:
  • Release Notes are included in the download file
<<less
Download (6.2MB)
Added: 2006-05-09 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5