Main > Free Download Search >

Free starship modeler software for mac

starship modeler

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 30
CONSIDEO MODELER 3.0

CONSIDEO MODELER 3.0


CONSIDEO - Visualize, explore, evaluate, communicate and foresee intuitively the complex connections in any field more>>
The CONSIDEO MODELER combines the leading methods for systems thinking. The MODELER allows to visualize, explore, evaluate, communicate and foresee intuitively the complex connections in any field. As easy to use as mindmapping though more powerful you will be able to model you everydays decisions.

<<less
Download (32.6MB)
Added: 2007-07-05 License: Freeware Price:
847 downloads
Starships: Vol. 2 Icons for OSX

Starships: Vol. 2 Icons for OSX


Complete icon collect of the Starship Enterprises. more>>
Starships: Vol. 2 Icons for OSX is a collection of seven MacOS X icons representing all of the Enterprise ships in the Star Trek TV series.
<<less
Download (567KB)
Added: 2004-10-18 License: Freeware Price:
1837 downloads
Consideo PROCESS MODELER 5.0

Consideo PROCESS MODELER 5.0


The first easy to use tool to play scenarios (System Dynamics) on constraints (ToC) and the critical chain of processes and projects. more>> <<less
Download (34.2MB)
Added: 2009-04-21 License: Freeware Price:
13 downloads
MODELLER 8v1

MODELLER 8v1


MODELLER - Comparative modeling of protein 3D structures more>>
MODELLER is used for homology or comparative modeling of protein three-dimensional structures. The user provides an alignment of a sequence to be modeled with known related structures and MODELLER automatically calculates a model containing all non-hydrogen atoms.
MODELLER implements comparative protein structure modeling by satisfaction of spatial restraints, and can perform many additional tasks, including de novo modeling of loops in protein structures, optimization of various models of protein structure with respect to a flexibly defined objective function, multiple alignment of protein sequences and/or structures, clustering, searching of sequence databases, comparison of protein structures, etc.
Note: In order to use the program you need to register first.
Enhancements:
- Removal of limits on the number of pseudo atoms, segments, the length of file names and most other strings, and the number of parameters in parameter files.
- Removal of the read_restyp() command. To read a user-defined residue type file, set restyp_lib_file when creating an environ object.
- Bug fix: the correct VDW radii (as selected by topology.submodel) are now used for PSA calculations (previously the all-hydrogen radii were used in all cases).
- Improved error handling: almost all errors should be recoverable now (using the standard Python exception handling mechanism) and incorrect input should trigger an error rather than causing Modeller to crash (please report any crashes as bugs to the developers).
- SALIGN bug fixes, improved binning of access classes.
- Modeller scripts are now more like real Python scripts; the PYTHONPATH environment variable is honored, and additional command line arguments can be given to your scripts (accessible as sys.argv).
- Bug fix for alignment.segment_matching(): correct alignment scores are now written.
- Support for AMD64 and EM64T (Opteron/Xeon64) Linux machines.
- DOPE model assessment now returns only the DOPE energy itself by default, ignoring other energy terms.
- Bug fix for model.restraints.pick() when used with absolute position restraints; always allow 1-atom restraints to pass the residue_span_range check.
<<less
Download (22.2MB)
Added: 2006-02-18 License: Freeware Price:
1352 downloads
Modeler 0.9.5

Modeler 0.9.5


Modeler - Sega Arcade Emulator more>>
Modeler is a Sega Arcade Emulator for Mac OS X.
The current version supports the three Sega arcade boards based on the NEC V60 CPU - Sega System 32, Sega System 32 Multi, and Sega Model 1.
While the Model 1 games are currently not playable, due to the lack of 3D graphics emulation, the System 32 games work quite well.
Titles such as Golden Axe 2 and Spiderman are fully playable, provided you have a fast enough Mac.
Main features:
- PowerPC assembly Z80 core for sound playback.
Enhancements:
- Updated to shell version 1.6.
<<less
Download (1.2MB)
Added: 2005-12-05 License: Freeware Price:
811 downloads
Modeler/MacOS 0.9.5

Modeler/MacOS 0.9.5


Modeler/MacOS supports the three Sega arcade boards based on the NEC V60 CPU - Sega System 32, Sega System 32 Multi, and Sega Model 1 more>> Modeler/MacOS supports the three Sega arcade boards based on the NEC V60 CPU - Sega System 32, Sega System 32 Multi, and Sega Model 1. While the Model 1 games are currently not playable, due to the lack of 3D graphics emulation, the System 32 games work quite well. Titles such as Golden Axe 2 and Spiderman are fully playable, provided you have a fast enough Mac.
Requirements:
Mac OS X 10.2 or later. For best performance, a Quartz Extreme compatible AGP video card is required.
Enhancements:
Version 0.9.5: Updated to shell version 1.6. See "About the Shell" for changes.
<<less
Download (1.2MB)
Added: 2005-10-06 License: Free Price:
downloads
BaseTen 1.7

BaseTen 1.7


Cocoa database framework for working with PostgreSQL databases. BaseTen is a freeware, open source database framework created in Cocoa for working with PostgreSQL databases more>> Cocoa database framework for working with PostgreSQL databases.

BaseTen is a freeware, open source database framework created in Cocoa for working with PostgreSQL databases. BaseTen has been designed with familiar, Core Data -like semantics and APIs.

Main features:
- BaseTen Assistant imports Core Data / Xcode data models.
- Discovers the database schema automatically at runtime, including 1-1, 1-many and many-many relationships.
- Database changes are propagated to clients automatically, without polling.
- In-memory database objects are uniqued, and objects fetched via relationships are faults by default.
- Support for RDBMS features like database-driven data validation, multi-column primary keys and updateable views.
- Autocommit and manual save/rollback modes, both with NSUndoManager integration.
- A BaseTen-aware NSArrayController subclass automates locking and change propagation.
- Fetches are specified with NSPredicates (the relevant portions of which are evaluated on the database).

System requirements:
-
- AppKit for the optional BXSynchronizedArrayController.
-

Enhancements
BaseTen:
- BaseTens date and time type handling has been significantly overhauled.
- Timestamp and datetime types are now always returned as NSDates.
- NSDates are stored into the database in UTC. When fetching, database values are assigned the UTC time zone, or, if they are qualified with some other time zone on the database, converted to UTC.
- NSCalendar is now used instead of NSCalendarDate when converting NSDates to date strings.
- PostgreSQL "time" types are now handled. On the Cocoa side, they are converted to NSDates with the appropriate time offset from the reference date.
- New and changed data type support
- The XML data type can now be fetched as NSXMLDocument. This happens if the database schema is enforcing document-only values with a constraint such as CHECK(column IS DOCUMENT).
- "bit" and "varbit" fields are now fully supported. They are fetched as NSStrings because they cant easily be represented as octets.
- In additiong to fetching "point" fields as NSPoints, NSPoint values can now be saved into the database.
- Changes to the way BaseTen supports database relationships
- The default key names for to-many relationships have changed to the format "Set". The previous form, "", is now deprecated. Add a symbolic breakpoint to BXDeprecationWarning to find uses of these deprecated keys.
- BaseTen can now extract direction-specific relationship names from a foreign key constraints name. The combined length of these two names can be a maximum of 61 bytes of UTF-8. This facility is used by the updated BaseTen Assistant to import the direction-specific names from Xcode Data Modeler schemas.
- When creating new objects with a field values dictionary, to-one related objects (or their object IDs) can now be specified as an alternative to specifying the values of the foreign key fields. The relationship name is used as the key.
Other changes:
- All text transferred between the database and BaseTen will now be normalized to Unicode normal form D, ie. the format produced by -[NSString decomposedStringWithCanonicalMapping].
- Most locking queries sent by BaseTen can now be disabled, and documentation has been added to describe the locking functionality.
- More of BaseTens internals have now been documented in the reference manual.
- When inserting, updating or deleting rows, BaseTen now notices (and posts notifications of) changes that occur as a result of database triggers or rules firing. The only requirement is that said changes are to entities other than the one being changed by BaseTen; changes to the same entity will still be ignored.
- BXDatabaseObjectID is now documented as thread-safe since it only uses NSURL.
- BXSetProxies are now declared as deriving from NSMutableSet, as the NSCountedSets countability property isnt currently used by BaseTen.
- BaseTen will no longer try to unescape non-"bytea" columns.
- More SSL status codes are now available for determining when SSL is unavailable, automatic SSL certificate verification fails, user clicks Cancel in the certificate trust panel or some other SSL error occurs.
- Worked around potential issues with garbage collection where BaseTen used pointers to objects internal structures.
- KVO willChange notifications sent from -setPrimitiveValue:forKey: are now always called before the update. In certain cases with earlier BaseTen versions, observers might receive the notification after the change had been made.
- Some connection error messages are now more accurate.
BaseTenAppKit:
- BXSynchronizedArrayController can now remove objects even if the content set is bound to another array controller.
- BXSynchronizedArrayControllers property fetchesOnConnect is now called fetchesAutomatically. If its set, a fetch will also be performed when an already-connected database context is assigned to the array controller.
- BaseTenAppKit now embeds the Interface Builder plug-in. Interface Builder loads the plug-in if the framework has been added to a project.
- Fixed a crasher which occurred when connecting to a server with SSL capability in asynchronous mode.
- Fixed awkward user interaction when clicking Cancel in the certificate trust panel.
- Fixed a bug which caused object creation to fail if BXSynchronizedArrayController was instantiated in a nib and hadnt performed a fetch.
BaseTen Assistant:
- BaseTen Assistant can now name both sides of one-to-many and one-to-one relationships with the names entered in the Xcode Data Modeler.
- Optional relationships are now be created as optional and required relationships as required.
- Columns will no longer be created for transient attributes in data models.
- Relationships are now listed in the Inspector and info windows.
- A graphical representation of the database schema can now be created for use with Graphviz or OmniGraffle.
- Temporary information can now be deleted from BaseTen schema.
- Help is now more comprehensive.

<<less
Download (6.8MB)
Added: 2009-06-13 License: Freeware Price: FREE
187 downloads
SDE for Oracle JDeveloper (Modeler Edition) 1.1

SDE for Oracle JDeveloper (Modeler Edition) 1.1


SDE for Oracle JDeveloper (Modeler Edition) is regarded as a full featured and advanced UML CASE tool/plug-in tightly integrated with JDeveloper. more>>

SDE for Oracle JDeveloper (Modeler Edition) 1.1 is regarded as a full featured and advanced UML CASE tool/plug-in tightly integrated with JDeveloper. This UML CASE tool supports full software development lifecycle - analysis, design, implementation, testing and deployment. This UML tool helps you build quality applications faster, better and cheaper. You can draw all types of UML diagrams in JDeveloper, generate Java code, reverse engineer Java code to class diagrams and generate documentation.

Other UML Modeling Tools / UML Plug-ins: Java Platform (Windows/Linux/Mac OS X):

  • SDE for Oracle JDeveloper
  • SDE for IBM WebSphere (WSAD)
  • SDE for Borland JBuilder
  • SDE for IntelliJ IDEA
  • SDE for Eclipse
  • SDE for NetBeans
  • SDE for Sun ONE

Major Features:

  1. The latest UML support (use case diagram, sequence diagram, collaboration diagram, object diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram)
  2. Use case modeling (use case description, scheduling...)
  3. Textual analysis for identifying candidate classes, use cases, actors, flow of events...
  4. Business Workflow diagram
  5. CRC Card diagram
  6. Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram)
  7. Instant Reverse for XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL
  8. Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java)
  9. Incremental round-trip engineering
  10. Automatic synchronization between source code and diagrams
  11. Plug-in and template
  12. Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles
  13. Import/export XMI
  14. Import Rational Rose
  15. Export diagrams to SVG, PNG, JPG
  16. Microsoft Visio Integration - draw UML diagrams with MS Visio shapes
  17. Report generator for generating UML documentation to HTML or PDF
  18. Version control
  19. Multilingual support
<<less
Download (47MB)
Added: 2004-01-07 License: Freeware Price:
downloads
Wings 3D 1.2rc1

Wings 3D 1.2rc1


Wings 3D is designed to be a feature rich 3d subdivision modeler inspired by Nendo and Mirai from Izware. more>>

Wings 3D 1.2rc1 is designed to be a feature rich 3d subdivision modeler inspired by Nendo and Mirai from Izware.

<<less
Download (9.3MB)
Added: 2009-10-31 License: Freeware Price: Notavailable
downloads
 
Other version of Wings 3D
Wings 3D 1.1.16easy to use 3d subdivision modeler which is inspired by Nendo and Mirai from Izware. Wings 3D 1.1 ... Wings 3D 1.1.16 comes to you as an astonishingly powerful and easy to use 3d subdivision modeler
Price: Notavailable
License:Freeware
Download (9.3MB)
downloads
Added: 2009-10-16
Wings 3D 1.1.14and efficient 3d subdivision modeler inspired by Nendo and Mirai from Izware. is an important and efficient 3d subdivision modeler inspired by Nendo and Mirai from Izware
Price: Notavailable
License:Freeware
Download (9.3MB)
downloads
Added: 2009-09-18
Wings 3D 1.1.9.1Wings 3D is a versatile subdivision modeler inspired by Nendo and Mirai from Izware. Wings 3D 1.1
Price: FREE
License:Freeware
Download (8.8MB)
downloads
Added: 2009-08-03
Wings 3D 1.1.8is an astonishingly potent and easy to use 3d subdivision modeler which will bring users much ... is an astonishingly potent and easy to use 3d subdivision modeler which will bring users much
Price: $0.00
License:Freeware
Download (8.8MB)
49 downloads
Added: 2009-07-23
Wings 3D 1.1.7Wings 3D comes to you as an great, astonishingly powerful and easy to use 3d subdivision modeler
Price: $0.00
License:Freeware
Download (8.8MB)
downloads
Added: 2009-07-15
Wings 3D 1.1.6Wings 3D 1.1.6 is an effective program used as a polygon 3D modeler. Wings 3D is an astonishingly ... powerful and easy to use 3d subdivision modeler inspired by Nendo and Mirai from Izware
Price: $0.00
License:Freeware
Download (8.8MB)
64 downloads
Added: 2009-07-10
Wings 3D 1.1.5Wings 3D is designed an astonishingly powerful and easy to use 3d subdivision modeler which is ... is designed an astonishingly powerful and easy to use 3d subdivision modeler which is inspired
Price: Notavailable
License:Freeware
Download (9.3MB)
downloads
Added: 2009-10-02
Wings 3D 1.1.3Wings 3D 1.1.3 is designed as an astonishingly powerful and easy to use 3D subdivision modeler ... Nendo and Mirai from Izware.Wings 3D is a subdivision modeller with an user interface that
License:Freeware
Download (8.8MB)
51 downloads
Added: 2009-06-13
Wings 3D 1.1.3Subdivision modeler inspired by Nendo and Mirai from Izware. Wings 3D is a subdivision modeler
Price: FREE
License:Freeware
Download (8.8MB)
238 downloads
Added: 2009-06-14
Wings 3D 1.0.2Wings is a surprisingly powerful and easy to use 3d subdivision modeler. Wings 3D 1.0.2 - Wings ... Wings 3D 1.0.2 is a surprisingly powerful and easy to use 3d subdivision modeler. It is possible
Price: Notavailable
License:Freeware
Download (8.9MB)
downloads
Added: 2009-09-26
Wings 3D 1.0.1Subdivision modeler inspired by Nendo and Mirai from Izware. Wings 3D 1.0.1 - Wings 3D Team
Price: FREE
License:Freeware
Download (100MB)
588 downloads
Added: 2009-06-07
Wings 3D 0.99.04Subdivision modeler inspired by Nendo and Mirai from Izware. Wings 3D 0.99.04 - Wings 3D Team
Price: FREE
License:Freeware
Download (8.6MB)
410 downloads
Added: 2008-10-06
Wings 3D 0.98.35Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware. Wings 3D is a subdivision modeler inspired by Nendo and Mirai from Izware. Wings 3D is possible
License:GPL
Download (4.4MB)
1575 downloads
Added: 2006-07-19
Loq Ariou X 1.0

Loq Ariou X 1.0


Loq Ariou is a 3D modeler that works like a sketch pad. Hi end, Low poly, concept art or just playing about, Loq Ariro does it for you more>> Loq Ariou is a 3D modeler that works like a sketch pad. Hi end, Low poly, concept art or just playing about, Loq Ariro does it for you.
Requirements:
MacOS X 10.0 or later.
<<less
Download (1.4MB)
Added: 2002-06-26 License: Free Price:
downloads
Tux Racer 0.61-3

Tux Racer 0.61-3


Tux Racer lets you take on the role of Tux the Linux Penguin as he races down steep, snow-covered mountains more>>
Tux Racer lets you take on the role of Tux the Linux Penguin as he races down steep, snow-covered mountains. Enter cups and compete to win the title! Tux Racer includes a variety of options for gameplay, including the ability to race courses in fog, at night, and under high winds.
Your journey starts as you compete on local courses. Win and you will unlock other courses and cups that will lead you to more exciting and challenging races. Only the quickest, smartest, and luckiest will win!
Main features:
- Fun, easy to learn
- Exciting 3D courses
- Sophisticated physics result in thrilling rides down the mountains
- Collect herring while avoiding obstacles for high scores
- Race over a variety of surfaces, including fluffy snow and slick ice
- Race in various weather conditions and lighting conditions
- Create your own courses using any paint program such as The GIMP (no 3D modeller required)
- Suitable for all ages.
Enhancements:
- This release fixes an issue in the TuxRacer sources that surfaced due to a change in Apples GLUT Framework in Mac OS X 10.2 (Jaguar). There are no other changes.
<<less
Download (7.3MB)
Added: 2005-12-21 License: GPL Price:
1435 downloads
AnaBuilder for Mac 2.47.0

AnaBuilder for Mac 2.47.0


AnaBuilder is a freeware program for the creation of stereoscopic photographs. more>> AnaBuilder is a freeware program for the creation of stereoscopic photographs (anaglyph, parallel, crossed, ... anaglyphs are viewed through Red/Cyan glasses). The program makes it possible to readjust the two views manually or fully automatically! Supports multiple languages. AnabuilderJava.zip contains the minimum to make it running, or to update a previous version. There is also an automatic installer for full installation available on the web site.
AnaBuilder provides integration with the 3D modeler Art Of Illusion.It enables a live stereo adjustment of a virtual pair of cameras in the 3D scene (with anaglyph glasses) before running the (heavy) final render. Then, the final pair may be reloaded in AnaBuilder to make anaglyph color corrections or to be used with other means of stereo viewing. It is also possible to use AoI to make 3D stereo brushes, and to paint with them in AnaBuilder.
AnaBuilder offers an integration with the stereoscope viewer. It enables views as cross-eyed, parallel, KMQ, mirror, or shutter glasses (Elsa Revelator, H3D, D4D)....
AnaBuilder offers an integration with the panorama viewer PTViewer.
AnaBuilder offers a 2D->3D->Stereo conversion tool. AnaBuilder (old Windows version) also allows stereo-morphing to convert a 2D photo into a 3D photo, or to modify the depht of an existing 3D photo.
AnaBuilder makes it possible to touch up the photographs in 3d, or to draw in 3d.
AnaBuilder offers a bracketing merger : 2 methods (the second one is not yet explained, but is much more intuitive and easy to use than the first one), a noise reduction tool, a local diff corrector for brightness or white balance, and a corrector of color histogram differences.
AnaBuilder offers a users image forum.
AnaBuilder offers a phantogram builder.
AnaBuilder enables to generate slideshow that can be viewed with the stereo image browser StereoBee.
AnaBuilder uses the Look&Feels.
<<less
Download (10.0MB)
Added: 2009-04-02 License: Freeware Price: Free
210 downloads
Excalibur: Morgana’s Revenge 3.0.1

Excalibur: Morgana’s Revenge 3.0.1


A first person shooter total conversion scenario for the Aleph One engine. more>>


A unique scenario based upon the Aleph One (Marathon) engine. It is a first-person action adventure game, featuring an epic and in-depth story line. As a Federation Marine resting after your last mission, you start aboard the exploration class Starship Kronos where you learn that your real mission has yet to begin. You are re-acquainted with the AI Merlin, who introduces you to Kronos time traveling technology, and reveals your new mission: to save mankind from the clutches of Morgana and her minions.
Through untamed raptor-infested jungles, castle arenas, and war-torn streets of the future, you will wield weapons from all time periods - including the Sword of Power, Excalibur - in an effort to thwart the diabolical plot that unfolds. The EMR adventure, spread across 42 solo levels, weaves a tale of truth and honor, knighthood and bravery, and darkness and treachery. EMR also delivers 27 adrenaline pumped network levels. EMR immerses you in an amazing new world, creating an addictive, fun and unique gaming experience. Many more features.

<<less
Download (260MB)
Added: 2007-06-25 License: Freeware Price:
14 downloads
Excalibur: Morgana's Revenge 3.0.1

Excalibur: Morgana's Revenge 3.0.1


Excalibur: Morganas Revenge is designed to be the only scenario on the base of the Aleph One (Marathon) engine. more>>

Excalibur: Morgana's Revenge 3.0.1 is designed to be the only scenario on the base of the Aleph One (Marathon) engine. It is a first-person action adventure game, featuring an epic and in-depth story line. As a Federation Marine resting after your last mission, you start aboard the exploration class Starship Kronos where you learn that your real mission has yet to begin. You are re-acquainted with the AI Merlin, who introduces you to Kronos time traveling technology, and reveals your new mission: to save mankind from the clutches of Morgana and her minions.

Through untamed raptor-infested jungles, castle arenas, and war-torn streets of the future, you will wield weapons from all time periods - including the Sword of Power, Excalibur - in an effort to thwart the diabolical plot that unfolds. The EMR adventure, spread across 42 solo levels, weaves a tale of truth and honor, knighthood and bravery, and darkness and treachery. EMR also delivers 27 adrenaline pumped network levels. EMR immerses you in an amazing new world, creating an addictive, fun and unique gaming experience.

<<less
Added: 2007-06-24 License: Freeware Price:
downloads
 
Other version of Excalibur: Morgana's Revenge
Excalibur: Morgana's Revenge (EMR) 3Starship Kronos where you learn of your epic mission. You are re-acquainted with the AI Merlin
License:Freeware
Download (234.1MB)
907 downloads
Added: 2007-05-23
Axel 0.3.3

Axel 0.3.3


Axel - algebraic geometric modeler more>> <<less
Download (8.2MB)
Added: 2007-02-21 License: Freeware Price:
992 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2