modeler
Modeler 0.9.5
Modeler - Sega Arcade Emulator more>>
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.
CONSIDEO MODELER 3.0
CONSIDEO - Visualize, explore, evaluate, communicate and foresee intuitively the complex connections in any field more>>

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
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:
- The latest UML support (use case diagram, sequence diagram, collaboration diagram, object diagram, class diagram, statechart/state diagram, activity diagram, component diagram, deployment diagram)
- Use case modeling (use case description, scheduling...)
- Textual analysis for identifying candidate classes, use cases, actors, flow of events...
- Business Workflow diagram
- CRC Card diagram
- Reverse engineering - code to model, code to diagram (Java to UML models, Java to UML diagram)
- Instant Reverse for XML, XML Schema, Dot NET dll/exe, C++, CORBA IDL
- Code Generation - generate code, model to code, diagram to code (UML to code, UML model to Java)
- Incremental round-trip engineering
- Automatic synchronization between source code and diagrams
- Plug-in and template
- Automatic diagram layout - rearrange classes and connectors in UML diagrams in different styles
- Import/export XMI
- Import Rational Rose
- Export diagrams to SVG, PNG, JPG
- Microsoft Visio Integration - draw UML diagrams with MS Visio shapes
- Report generator for generating UML documentation to HTML or PDF
- Version control
- Multilingual support
MODELLER 8v1
MODELLER - Comparative modeling of protein 3D structures more>>
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.

AutoQ3D 1.10
AutoQ3D is an application considered a quick Qt-based 3D modeler more>>
Requirements:
- Mac OS X 10.3 or later, Trolltechs Qt/Mac 3.3 C++ framework - a download link for Qt/Mac 3.3.4 (GPL/QPL edition) is provided with the installer.
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.
GEMS 3.0 RC2
GEMS - Create a graphical modeling tool with no coding and begin addressing the challenging aspects of these types of domains more>> GEMS - Create a graphical modeling tool with no coding and begin addressing the challenging aspects of these types of domains
GEMS is designed to allow developers to rapidly create a graphical modeling tool with no coding and immediately begin addressing the challenging aspects of these types of complex domains.
GEMS provides extensive support for integrating intelligent mechanisms into a modeling tool to provide visual modeling queues, simulation, constraint-compliant batch processing, and analysis.
The goal of the Generic Eclipse Modeling System (GEMS) is to bridge the gap between the communities experienced with visual metamodeling tools, such as the Generic Modeling Environment (GME), and those built around the Eclipse modeling technologies, such as the Eclipse Modeling Framework (EMF) and Graphical Modeling Framework (GMF).
GEMS is an open project and encourages developers to extend, enhance, and use its tools. GEMS has been developed in conjunction with research work done in collaboration with Siemens, IBM, and PrismTech. GEMS is an open source project, based on the Eclipse License.
Main features:
- A graphical language for metamodel specification that can capture
- domain entities
- attributes of entities
- inheritance relationships
- connection and containment relationships between entities
- distinct modeling views
- graphical information, such as connection styles, colors, and fonts
- constraints
- GEMS provides extensive support for intelligent modeling guidance including
- automatic solving of inference-based constraints for connection and containment
- applying batch changes to a model that are guided by a set of global constraints
- visually suggesting connection endpoints and element parents that conform to the specified constraints
- support for simulations
- mechanisms for integrating constraint solvers
- mechanisms for creating re-usable templatized constraint solvers
- mechanisms for discovering why a model cannot meet a set of global domain constraints
- graphical mechanisms for suggesting optimal modeling decisions derived from a constraint solver
- A code generation framework, which does not require any coding or XML editing, for transforming a GEMS metamodel into a working Draw2D/GEF Eclipse plug-in for editing instances of the language
- Ecore Model
- EMF Classes
- GEF/Draw2D Figures
- GEF/Draw2D Edit Parts
- other GEF/Draw2D Infrastructure for creating the palette, etc.
- plugin descriptor for the tool
- build descriptor for the project
- classpath descriptor for the project
- The visual appearance of the generated modeling tool can be customized by creating CSS stylesheets to modify the icons, colors, fonts, connection styles, and other visual attributes of the modeling entities
- The views available to a modeler can be customized through a mechanism similar to CSS stylesheets
- The generated graphical modeling plug-ins, created by GEMS, support extensive external customization through extension points for
- adding code generators and transformation, such as Open Architecture Ware, Java Emitter Templates, and Atlas Transformation Language
- model pre and post processing
- model event listeners
- triggers for invoking actions (similar to database triggers)
- constraint languages
- menus
- palette customizers
- intelligent modeling guides
- model serializers
- GEMS provides built-in support for constraints written in Java, OCL, and Prolog
- constraints can also be used as triggers for invoking actions
- Models and constraint solvers can be accessed remotely using a built-in CORBA server
System requirements:
- Java 1.5 (or higher), the Eclipse Modeling Framework, and the Graphical Editor Framework.
K3DSurf 0.6.2
K3DSurf - Mathematical 3D surface generator more>>
K3DSurf also includes a Modeler for PovRay in the area of parametric surface (additionally export to VRML2 is possible).
Main features:
- Full support of all functions (like C language).
- Support of mouse event in the drawing area(Left:Rotate, Right:scale and Midle: translate).
- Animation an Morph effect.
- Povscript and Mesh file generation(and Run if povray is installed).
- More than 40 well known examples.
ldglite 1.0.18
ldglite - View & edit Lego brick models stored in LDRAW format more>>
Along the way the L3 parser from L3P and a few nifty features from other DAT file viewers such as L3Lab were added or emulated. Most recently, an LEdit emulation mode was added. This gives you the ability to create and edit models in ldglite in addition to the viewing capabilities.
Another new feature is the ability to function as a cheesy scene modeler for l3p and POV. Several internet sites use ldglite as a scripted offscreen renderer, generating many pictures of ldraw parts for inventory lists and such. Possibly the most important feature of ldglite is that all of the source code is available.

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
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>>
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.
Wedding Anniversary Guide 1.0
Wedding Anniversary Guide - Dont forget your anniversary and find out what object and/or material is expected each year. more>> Cayenne is a Java object relational mapping (ORM) framework. In other words, it is a tool for Java developers who need to talk to a database (or many databases). Rather than hardcoding SQL statements through Java code, Cayenne allows a programmer to work only with Java objects abstracted from the database. Here are just a few benefits of the Cayenne approach to persistence:
Portability between almost any JDBC database without changing a single line of code in your application.
No knowledge of SQL is required (while it still can be helpful).
Code which validates any data committed to the database is easy to write and foolproof in operation. This might be as simple as ensuring passwords have enough characters, or a complex check on the validity of a set of accounting operations in a general ledger transaction. This allows you to move common error checking code out of the GUI layer and provides valuable protection against programming mistakes.
Caching in order to make your application faster and avoid repeated hits on the database for the same data.
Automatic faulting (lazy loading) of relationships, but easily supports prefetching of related data for improved performance when needed.
Paging which reduces bandwidth and query times by only loading the contents of objects when they are actually needed. The classic example of paging, which differs from faulting, is when a query returns 97 records, and you want to display 10 at-a-time to the user. With paging, only the first 10 records are fully loaded. Cayenne will automatically load only the page of records as they are requested.
Configurable optimistic locking to ensure data integrity and prevent unexpected data issues when another tool has changed the database behind the scenes (such as a maintainer updating a record in the database while a Cayenne-based application had the same record loaded to make changes).
A GUI-based database/schema modeler to simplify learning Cayenne.<<less
Eovia Amapi Pro 7.51
Eovia Amapi Pro will satisfy you with a unique environment for the conception and creation of high-end 3D models. more>>
Eovia Amapi Pro 7.51 will satisfy you with a unique environment for the conception and creation of high-end 3D models.
For use by Product Designers, Architects and advanced 3D Modelers, Amapi 7 Pro embodies the latest advances in NURBS and Polygonal 3D modeling, while retaining the incomparable creativity of the original Amapi. This version thus contains a plethora of major new functional characteristics, with the totality of the NURBS modeling functions being completely integrated into the well-known philosophy and creative interface of the Amapi 7 Product line.
- Page: 1 of 2
- 1
- 2