Main > Free Download Search >

Free stl software for mac

stl

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
StL viewer 2.0.2

StL viewer 2.0.2


StL viewer - StereoLithography file viewer and translator more>>
StL viewer is a Macintosh application that allows the user to view and translate StereoLithography (StL) files.
Files are viewed using QuickDraw 3D. The file may be exported in 3DMF format.
Enhancements:
- Better handling of large files.
- Reads nonstandard and incomplete ASCII StL files.
- Fixed a bug that would prevent some binary files from loading.
<<less
Download (157KB)
Added: 2006-08-16 License: Freeware Price:
692 downloads
MeshLab 1.0

MeshLab 1.0


MeshLab - system for the processing and editing of unstructured 3D triangular meshes more>>
MeshLab is an open source, portable, and extendible system for the processing and editing of unstructured 3D triangular meshes.
MeshLab is a software aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind of meshes.
The project is supported by the European Network of Excellence Epoch and AimShape
The system is heavily based on the VCG library developed at the Visual Computing Lab of ISTI - CNR, for all the core mesh processing tasks and it is available for Windows, Linux and MacOSX.
The MeshLab system started in late 2005 as a part of the FGT course of the Computer Science department of University of Pisa and most of the code (~15k lines) of the first versions was written by a handful of students.
Also this year FGT students has continued to work to this project implementing new features. The proud MeshLab developers are listed below.
Main features:
- Interactive selection and deletion of portion of the mesh. Even for large models.
- Painting interface for selecting, smoothing and coloring meshes.
- Input/output in many formats: import:PLY, STL, OFF, OBJ, 3DS, COLLADA, PTX, export:PLY, STL, OFF, OBJ, 3DS, COLLADA, VRML, DXF
- Mesh Cleaning Filters: removal of duplicated, unreferenced vertices, null faces, removal of small isolated components, coherent normal unification and flipping, erasing of non manifold faces, automatic filling of holes
- Remeshing filters: High quality edge collapse simplfication (even meshes with texture coords preservation), Surface reconstruction from points (a ball pivoting variant), Subdivision surfaces (loop and butterfly), Feature preserving smoothing and fairing filters
- Various Colorization/Inspection filters: Gaussian and mean curvature, Border edges, Non two-manifold edges, Self intersecting faces
- Interactive Mesh Painting: Color Painting, Selection paint, Smoothing
- OpenGL Shader based rendering (write your own shader!) compatible with Typhoon Labs Shader Designer
- Large rendering (up to 16k x 16k) for high quality printing
- The history of the all performed cleaning/editing actions can be re-played on different meshes or saved and for archival purposes.
- Extendible plugins based architecture, writing new mesh processing functions, colorization filters and support for different file formats is quite easy! Look at Filter-PlugIn Sample or MeshIO-PlugIn Sample
Enhancements:
New:
- Painting plugin: color, selection and smoothing directly interactively onto the mesh (thanks to gfrei)
- Simplification of textured Mesh with preservation of texture coords (thanks to pirosu)
- Automatic vertex unification when loading stl files
- More user-definable parameters in quadric simplification and in hole filling
- Improved filtering and support for compressed depthimage in the Epoch import tool
- New generic dialog mechanism, easier for developer add/change/document filter parameters
- Selection handling improved in many filters
- Added wiki based online help
- Restored on screen help
- Added online bug submission using Sourceforge tracking system
- Reformatted info bar (Added number of selected faces and fixed size fonts)
Corrected Bugs
- Snapshots do not crash MeshLab any more.
- Improved OpenGL shader compatibilities.
- Corrected bug in quadrics simplification about target number of selected faces
- Corrected bug of wrong loading ply with per face color (was save a 3ds and reload as a ply)
- Corrected bug on trackball hanging (if you released a modifier before mouse)
<<less
Download (11.6MB)
Added: 2007-03-15 License: Freeware Price:
574 downloads
TitleExchange 1.7.1

TitleExchange 1.7.1


TitleExchange - Fast, easy transfer of subtitles from FCP to DVD Studio Pro more>>
TitleExchange is a basic tool for easy and fast transfer of subtitles from FCP to DVD Studio Pro.
Simply export your FCP timeline with the subtitles as XML and open this XML with TitleExchange. It could be a good idea to use TitleCleaner to spell check and clean your subtitles before you convert them.
Title Exchange Pro includes some more features like bidirectional conversion of titles, more settings and options.
Enhancements:
- Unicode
- Windows STL files change to Mac automatically.
<<less
Download (3.9MB)
Added: 2006-07-14 License: Freeware Price:
1226 downloads
XMail 3.7

XMail 3.7


XMail - Send mails via AppleScript without a third-party application more>>
XMail is a scripting addition (OSAX) for Mac OS X. The aim of XMail is to provide an easy way to send mails from Applescript.
It is a powerful scripting addition for Mac OS X 10.2 or later allowing AppleScripters to send mails from AppleScript without using a third-party application.
Main features:
- full unicode support in every parts of the mail
- multiple recipients (TO,CC,BCC)
- attachments
- various SMTP authentication (Plain, Login, Anonymous, CRAM-MD5, CRAM-SHA1)
- secured connection (SSL encryption is available)
- extra mail headers
- support for HTML mails.
Enhancements:
- Added a pop3 and apop authentification schemes (make use of libpop3, an other Open Source project).
- Code redesign to remove all STL dependencies to allow a better portability
- The base64 encoding algorithm was Sharked and redesigned to allow a quicker compression of attachments and a better portability
- The mimes lists is now included in the binary itself, you cannot add extensions in the plist, this is a regression allowing a better portability.
<<less
Download (278KB)
Added: 2006-10-12 License: Freeware Price:
1112 downloads
dlib 17.19

dlib 17.19


Modern C++ library with a focus on portability and program correctness more>> Modern C++ library with a focus on portability and program correctness

dlib strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and thorough debugging modes.
dlib provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, or creating graphical user interfaces.
Additionally, the library implements many useful algorithms such as data compression routines, binary search trees, machine learning algorithms, linked lists, linear algebra and matrix utilities, XML and text parsing, and many other general utilities.
NOTE: dlib is licensed and distributed under the terms of the Boost Software License (BSL1.0).

Main features:
- Everything is Design by Contract all the time. This means there is complete and precise documentation for every class and function. There are also debugging modes that check the preconditions for functions. When this is enabled it will catch the vast majority of bugs caused by calling functions incorrectly or using objects in an incorrect manner.
- Abstraction layers on top of operating system APIs. Specifically: directory navigation, TCP sockets, threading and graphical user interfaces.
- Very portable
- All non ISO C++ code is located in the OS abstraction layers which are as small as possible (about 9% of the library). The rest of the objects in the library are either layered on top of the OS abstraction layer or are pure ISO C++.
- Big/little endian agnostic.
- No assumptions are made about structure byte packing.
- No other packages are required to use the library. Only APIs that are provided by an out of the box OS are used.
- Many container classes. What makes these containers different from what can be found in the STL is how they move objects into and out of themselves. Rather than copying things around everything is moved around by swapping. This allows you to do things like have containers of containers of containers. They also have simpler interfaces.
- There are many versions of each container with different performance characteristics so you have great flexibility in choosing exactly what you want.
- Many of the containers perform all their allocations through the memory_manager object and unlike the STL there is no requirement that different instances of the memory manager/allocator be able to free objects allocated from each other. This allows for much more interesting memory manager implementations.
- All containers are serializable.
- A command line parser with the ability to parse and validate command lines with various types of arguments and options.
- Various abstracted objects representing parts of data compression algorithms. Many forms of the PPM algorithm are included.
- A fast matrix object implemented using the expression templates technique.
- Machine learning algorithms such as multi layer perceptrons and nu support vector machines.
- A big integer object
- A thread safe logger object styled after the popular Java logger log4j.
- All new threads are pulled from a dynamically sized thread pool. So calls to create_new_thread() are fast.
- A modular testing framework.
- A simple HTTP server object you can use to embed a web server into your applications.

Enhancements
New Stuff:
- Added an implementation of the SURF algorithm which includes the
- following new objects and functions: integral_image, hessian_pyramid,
- interest_point, surf_point, compute_dominant_angle(),
- compute_surf_descriptor(), haar_x(), haar_y(), get_interest_points(),
- and get_surf_points().
- Added the zeros_matrix() and ones_matrix() functions.
- Added serialization support to the type_safe_union object.
- Added the grow_rect() and shrink_rect() functions.
- Added the get_files_in_directory_tree() function.
- Added the null_trainer_type object.
- Added the roc_trainer_type object.
Non-Backwards Compatible Changes:
- Removed some extraneous get_kernel() functions from some of the
- trainer adapter classes since they really arent needed.
Bug fixes:
- Changed the socket read/write code so that it can handle a large
- number ( > 2 billion) of bytes in I/O calls.
- Added a missing type cast to the reciprocal() function to fix a compile
- time error you get when you use it with complex type matrices.
- Fixed a bug in the assign_border_pixels() and zero_border_pixels() functions.
- Their contracts said there was no upper limit on the size of the border that
- could be assigned/zeroed but the implementations failed to handle the case
- where the border was bigger than the image.
Other:
- Generally cleaned up the code and documentation here and there.
- Added in Steven Van Ingelgems patches to improve the usability of the
- HTTP server object.
- Updated the load_bmp() function so that it is capable of reading BMP
- files that have been compressed with the RLE compression sometimes
- used for 8bit BMP files.
- Merged in Miguel Grinbergs patch to add a non-blocking read() function to the connection object.

<<less
Download (1.6MB)
Added: 2009-05-27 License: Freeware Price: FREE
182 downloads
Whisper 2.0

Whisper 2.0


Whisper is designed as an effective tool for Mac/Win32 C++ framework. Its the successor to the Mac framework Raven. more>>

Whisper 2.0 is designed as an effective tool for Mac/Win32 C++ framework. It's the successor to the Mac framework Raven. Like Raven Whisper is a modern framework that takes advantage of templates, multiple inheritance, STL, and exceptions. It's also designed around the notion of Design by Contract and includes numerous debugging tools.

Requirements:

  • Mac OS X
<<less
Download (2.4MB)
Added: 1999-09-16 License: Freeware Price:
downloads
Gmsh 1.61.0

Gmsh 1.61.0


Gmsh is an automatic 3D finite element grid generator more>>
Gmsh - three-dimensional finite element mesh generator with built-in pre- and post-processing facilities.
Gmsh is an automatic 3D finite element grid generator (primarily Delaunay) with a build-in CAD engine and post-processor. Its design goal is to provide a simple meshing tool for academic problems with parametric input and advanced visualization capabilities.
Gmsh is built around four modules: geometry, mesh, solver and post-processing. The specification of any input to these modules is done either interactively using the graphical user interface or in ASCII text files using Gmshs own scripting language.
Enhancements:
- added support for second order (curved) elements in
- post-processor;
- new version (1.4) of post-processing file formats;
- new stippling options for 2D plots;
- removed limit on allowed number of files on command line;
- all "Combine" operations are now available in the parser;
- changed View.ArrowLocation into View.GlyphLocation;
- optimized memory usage when loading many (>1000) views;
- optimized loading and drawing of line meshes and 2D iso views;
- optimized handling of meshes with large number of physical entities;
- optimized vertex array creation for large post-processing views on
- Windows/Cygwin;
- removed Discrete Line and Discrete Surface commands (the same functionality can now be obtained by simply loading a mesh in .msh format);
- fixed coloring by mesh partition; added option to light wireframe meshes and views;
- new "mesh statistics" export format;
- new full-quad recombine option;
- new Plugin(ModulusPhase);
- hexas and prisms are now always saved with positive volume;
- improved interactive entity selection;
- new experimental Tetgen integration;
- new experimental STL remeshing algorithm;
- various small bug fixes and improvements.
<<less
Download (2MB)
Added: 2005-11-25 License: GPL Price:
1428 downloads
Pleasant3D 1.0

Pleasant3D 1.0


Pleasant3D is launched to be a high-quality and effective applications which visualizes STL and GCode files. more>>

Pleasant3D 1.0 is launched to be a high-quality and effective applications which visualizes STL and GCode files. It's also possible to do basic editing on STL files (moving/resizing the object etc.). Last but not least, you can use Pleasant3D to convert ASCII STL files to binary STL.

Requirements:

  • Mac OS X 10.6 (Snow Leopard) or newer
<<less
Download (567.3KB)
Added: 2009-10-18 License: Freeware Price: Notavailable
downloads
GLC_Player 2.0

GLC_Player 2.0


Used to view 3d models (OBJ 3DS STL OFF format). more>>


An open source software used to view 3d models (OBJ 3DS STL OFF COFF Format) and to navigate easily in these models. With the album management, capture and multi-capture capabilities, html export and navigation possibilities GLC_Player is the accurate tools to review a lot of 3D models and to create illustrations. GLC_Player is a cross-platform application (Mac, Linux and Windows). GLC_Player is a QT4 application and use GLC_Lib.

<<less
Download (35MB)
Added: 2009-03-04 License: Freeware Price:
13 downloads
CodeLite 1.0.2841

CodeLite 1.0.2841


Powerful open-source, cross platform IDE for the C/C++ programming languages more>> Powerful open-source, cross platform IDE for the C/C++ programming languages

CodeLite uses a sophisticated, yet intuitive interface which allows user to easy create and build complex projects.
CodeLite is regularly tested under Mac OS X 10.5.2, Windows XP SP2/3, and (K)Ubuntu 7.10/8.04 Gutsy Gibbon.

Main features:
- Generic support for compilers
- Can be easily extended with plugins (Several plugins are already included in the installer)
Built-in GDB support, with the following features included:
- Watches table - add persistent watches by a single click
- Quick Watch - right click on a variable to expand it
- Locals tree - automatically displays the current stack variables (also displays *this if available)
- Threads view - provides list of currently running threads and easily switching between then by single click
- Breakpoint management - add/remove breakpoint management panel
- Automatic tooltip
- and more...
- Subversion plugin (based on the command line tool), which mimics the TortoiseSVN (but unlike it, it runs on Linux as well)
- Makefile based build system
- Project explorer (Workspace view)
- File Explorer
- Automatically imports MSVS workspace/projects and converts them to GNU based makefile
- Active document outline
- Sophisticated database based Code Completion mechanism, a default database is supplied which contains symbols for wxWidgets, STL and standard headers
- Functions call tip
- Hover tip
- Comments tips
- Members List
- Supports C++ templates, namespaces and other advance features of the language
- Automatically add include statement for symbols
- Quickly open resources in the editor using Find Resource in workspace
- Quickly open types in the editor using Find Type in workspace
- XML based syntax highlighting, comes with the following: C/C++, Java, Perl, XML, Makefile, Lua, Diff files, PHP, JavaScript, Python, HTML, ASP
- Text Folding
- Bookmarks
- Find In Files
- Replace In Files
- Highly Configurable
- Built-in doxygen comment generator for functions/classes

Enhancements
- Fixed: Conditional breakpoints dont work with spaces (bug#2743414)
- Implemented FR#2739818: Replace with selection - the searched string when using find in files is now also set as the replace with string. In addition, each time a replacement is made, the content of replace with is added to the replace with drop down
- Added new option to the debugger: set breakpoints using short file names (NO full paths) this fixes a bug reported in the forum that codelite does not break if a breakpoint is set in header file which is a template file (forum post: http://codelite.org/forum/viewtopic.php?f=13&t=493)
- Commented code that printed garbage to sterr
- Applied patch by Mattia barbon so that codelite will send 2 events when file is renamed: 1 event for the removal of the file and one for adding new fie
- Fixed: renaming file now properly closes the old file (if it was open in the editor)
- Added missing include statement to allow compilation under GCC 4.4.0
- Applied patch to fix bug# 2783422 (Broken CodeLite symlink when DESTDIR is used)
- Fixed: function calltips included an extra ; following variables in the function signature (forum post: http://codelite.org/forum/viewtopic.php?f=3&t=511&sid=1c1475d6d134a022757b61261b255a64)
- Fixed: inconsistency in functions/variable tooltip apearance forum post: http://codelite.org/forum/viewtopic.php?f=3&t=511
- Improved new project dialog to split the different project types into categories
- Added new project templates (Qt based ones)
- Adjusted the Save project as template dialog to allow user to set category to the new template
- Added new Simple executable template configured to work with gcc (the sample main is also a C file)
- New project dialog: when selecting project template from the list, the compiler is now also updated according to the template settings
- added missing icons
- Implemented FR#2778634: Allow SnipWiz to insert simple snippets which contains the placeholders @ and $ symbols. This is now feasible by escaping those symbols @ and $
- Implemented FR#2784236: Display C++ scope for Replace tab
- Save as tempalte for project now sets User templates as the default project category
- Fixed: Bug ID#2792478: File AutoReload upon SVN Revert. In addition the will also be re-tagged
- Fixed: bug#2770561: File edited changes after replace in files (editor sets the focus back to the last active editor)
- Find In Files: the dialog has now no minimum size
- Find In Files: the dialog is now centered when first time showed
- Fixed: importing files using the import files from directory to an active project will no longer remove the active state of the project
- Changed the margin folding shapes to rectangle rather than rounded rectangle
- Find In Files output pane: search result tabs now have a right click menu which allows to select close/close all/close other tabs
- Find In Files: The Find button is now set as default action for hitting the ENTER key
- Find in files context menu is now disabled during an active search

<<less
Download (5.6MB)
Added: 2009-05-27 License: GPL Price: FREE
191 downloads
Annotation Edit 1.7.9.6

Annotation Edit 1.7.9.6


Annotation Edit is considered as a flexible and effective tool, designed to allow you to give production houses and eLearning environments a smooth subtitle workflow for Apple DVD Studio Pro / Final Cut Pro, QuickTime WebTV and broadcast. more>>

Annotation Edit 1.7.9.6 is considered as a flexible and effective tool, designed to allow you to give production houses and eLearning environments a smooth subtitle workflow for Apple DVD Studio Pro / Final Cut Pro, QuickTime WebTV and broadcast.

zeitAnker Annotation Edit - a unique editor for professional subtitles, captions and annotations on Mac OS X 10.4

Major Features:

  1. Easy management and review of annotations from multiple authors.
  2. Annotate timecode, multiline text, rating, action, location, characters and more.
  3. Use any video format that QuickTime supports.
  4. Read native native time-code media offset.
  5. Support of Apple Remote Control for fast logging.
  6. Support of Contour Design Shuttle Products.
  7. Integrates standard QuickTime 1:1, 4:3 and 16:9 files seamlessly.
  8. Waveform time-line for visual response and editing.
  9. Instant audio spotting.
  10. Fast logging of transcripts with dutation based on words per minute.
  11. Final Cut Pro HDTV support.
  12. Adobe Flash CS3 caption export (Example here).
  13. JW FLV Player caption export (Example here).
  14. Use Apple Motion 3 templates for rendering text in Final Cut Pro 6.
  15. SCC closed captions are coming back to the Mac, at least to an affordable price and enclosed into an attractive application.
  16. Export closed captions (SCC) for use with Apple Compressor and QuickTime.(Example here and here).
  17. Export SubStation (SSA) open subtitles for use with Perian Example here.
  18. Use audio only for easy file transfer and exchange.
  19. Auto validation and correction of continuous entries
  20. Editing and preview with video overlay
  21. Quick logging mode ("Just press the button") Example here.
  22. Create subtitled QuickTime movies without compression loss.
  23. Import: Final Cut Pro XML (multiple sequence subtitle projects : several text types and sequence markers), STL EBU binary, browser edited files, DVD Studio Pro/Spruce .stl (utf-16, MacOSRoman), SubRip (almost any Windows encoding), MicroDVD,Avid DS, MS Excel XML.
  24. Import of DVD Studio Pro tracks. Subtitle text, timecode, style and position information can be imported directly. InqScribe Tabbed Text import.
  25. Import and export of italicstyle, alignment and vertical position with STL EBU
  26. Export to Apple Final Cut Pro, Apple DVD Studio Pro, Avid, standard exchange formats: STL EBU binary latin, STL EBU Arte N19,, QuickTime Text (full unicode support), Windows and Linux subtitle format: SubRip, batchlists (Final Cut Pro, Avid ALE), RTF with timecode. More file formats to come.
  27. DVD Studio Pro und Final Cut Pro wil support style and positioning for not colliding with pre-recorded lower thirds.
  28. Automatic text encoding recognition for DVD Studio Pro, Subrip srt and MicroDVD sub.
  29. Easy to add features with new plugins.
  30. Tight integration with Annotation Studio Server
  31. Already prepared for MPEG-7 metadata standard support.
  32. And not quite standard:
    • Unlimited text entries
    • Unlimited tracks
    • Mostly unlimited undo
    • And it is just fast and reliable ...

Enhancements:

  • Blu-Ray BDN image export vs 1.7.7: Added backdrop option.
  • FCP XML export revised backdrop option.
  • EBU STL import: support for Ayato italic style.
  • Revised several generic timed text importers.


<<less
Download (11.8MB)
Added: 2009-10-13 License: update/patch Price: $245.00
downloads
 
Other version of Annotation Edit
Annotation Edit 1.7.9.5(multiple sequence subtitle projects : several text types and sequence markers), STL EBU binary, browser edited files, DVD Studio Pro/Spruce .stl (utf-16, MacOSRoman), SubRip (almost any
Price: $245.00
License:update/patch
Download (12MB)
downloads
Added: 2009-09-29
Price: $245.00
License:update/patch
Download (12MB)
downloads
Added: 2009-09-07
Price: $245.00
License:update/patch
Download (8.5MB)
downloads
Added: 2009-08-30
Price: $245.00
License:update/patch
Download (11.8MB)
downloads
Added: 2009-08-28
VMD 1.8.7 Beta 5 / 1.8.6

VMD 1.8.7 Beta 5 / 1.8.6


A molecular visualization program for displaying, animating and analyzing large biomolecular systems using 3-D graphics. more>> A molecular visualization program for displaying, animating and analyzing large biomolecular systems using 3-D graphics.

VMD is a molecular visualization program for displaying, animating, and analyzing large biomolecular systems using 3-D graphics and built-in scripting. VMD supports computers running Mac OS X, UNIX, or Windows, is distributed free of charge, and includes source code.
VMD is a molecular graphics program designed for the interactive visualization and analysis of biopolymers such as proteins, nucleic acids, lipids, and membranes.
VMD is a general application for displaying molecules containing any number of atoms and is similar to other molecular visualization programs in its basic capabilities.
VMD includes built-in support for high-end quad-buffered stereoscopic rendering which can be used in projection theatres as well as desktop graphics workstations.
Sterescopic display aids significantly in the perception of three dimensional structures and has been a key feature in VMD since its first release. VMD also provides support for inexpensive game-oriented stereo glasses, and even anaglyphic (Red/Blue) stereo.

Main features:
- No limit on the number of molecules, atoms, residues or number of animation frames, except available memory.
- Many molecular and volumetric rendering and coloring methods.
- Extensive atom selection language with boolean and algebraic operators, regular expressions, distance based selections, and more.
- Extensive graphical and text interfaces to Tcl, Tk, and Python to provide powerful scripting and analysis capabilities.
- High-quality on-screen rendering using OpenGL programmable shading on advanced graphics accelerators.
- Stereoscopic display with shutter glasses, autostereoscopic flat panels, anaglyph stereo glasses, and side-by-side stereo viewing.
- 3-D interactive control through the use of joysticks, Spaceballs, haptic devices and other advanced input devices, with support for Virtual Reality Peripheral Network (VRPN).
- An extensible plugin-based file loading system with support for popular formats such as AMBER, CHARMM, Gromacs, NAMD, PDB, X-PLOR, and many others, as well as automatic conversion through Babel.
- Export displayed scene to extenal rendering formats including POV-Ray, Raster3D, RenderMan, Gelato, Tachyon, Wavefront, as well as STL or VRML2 files for 3-D printing.
- Integration of multiple sequence alignment and evolutionary analysis tools, in the form of the Multiseq plugin and its related toolset.
- Perform interactive molecular dynamics (IMD) simulations using NAMD, Protomol, or other programs as simulation back-ends.
- Integration with the program NAMD, a fast, parallel, and scalable molecular dynamics program developed in conjunction with VMD. See the NAMD page for details: http://www.ks.uiuc.edu/Research/namd
- Integration with the BioCoRE collaborative research environment. VMD can "publish" molecular graphics scripts to BioCoRE, so that collaborators can work together over the internet. See the BioCoRE page for details: http://www.ks.uiuc.edu/Research/biocore.

Version restrictions:
- You have to register in order to download.

Enhancements
- User documentation updates
- Minor improvements and corrections to the VMD Users Guide, added documentation for new commands and environment variables.
- New and updated tutorials available for advanced images and movie making, 3-D PDF export, Tachyon ambient occlusion lighting, electrostatic surface coloring, and density map based atom selections.
- User interface changes
- New "User" picking mode for use with user defined scripts and plugins
- General Improvements
- Support for 3-D capture with Acrobat 3-D, for creation of documents which embed 3-D molecular structures.
- VMD renderings can now use Tachyons advanced ambient occlusion lighting for tremendously improved 3-D renderings of molecular graphics. This advanced lighting mode can greatly enhance the shading of pores and channels, structures with cavities, and other cases which typically require the use of depth cueing for better depth perception.
- VMD now supports the nVidia "Gelato" GPU-accelerated production quality rendering package. VMD exports scenes in Gelatos native PYG file format, as well as the RenderMan RIB format.
- By default VMD will now use all of the available processors to accelerate parallelized portions of the code which currently include several structure analysis routines, Interactive MD, and ray tracing.
- Overall per-atom memory use has been significantly decreased. VMD now uses just over half as much memory per atom compared with previous versions, leaving more space available for additional trajectory frames or for more molecules to be loaded at once.
- VMD structure loading and analysis scalability have been significantly improved. VMD has been successfully tested loading and analyzing structures of up to 72,000,000 atoms.
- Automatic bond determination algorithm now runs up to 3 times faster on single processor systems, and uses multiple processors for improved performance on multicore processors and multiprocessor workstations.
- Drastically improved multi-thousand-file structure loading performance when display update is disabled. This benefits batch mode VMD analysis jobs involving analysis of thousands of structures, e.g. loading and searching large subsets of the PDB.

<<less
Download (16.6MB)
Added: 2009-06-02 License: Freeware Price: FREE
208 downloads
eDrawings Viewer 2009 9.0.0.706

eDrawings Viewer 2009 9.0.0.706


AutoCAD & eDrawings viewer. more>> AutoCAD & eDrawings viewer.

eDrawings Viewer is a tool designed to help you view, print, and review all types of eDrawings files. In addition, eDrawings Viewer allows convenient viewing of native AutoCAD files (DWG and DXF) and native SolidWorks parts, assemblies, and drawings.
The eDrawings Viewer is intended primarily for people who do not use CAD software and thus do not need to publish eDrawings files themselves. Innovative built-in interpretation tools include 3D Pointer, Virtual Folding, Point-and-click Animation, and Hyperlinking.

Main features:>
- Built-in Viewer - View and print native SolidWorks, AutoCAD, DWG, and DXF files.
- Drawing layouts - Open individual views in a drawing and arrange them as desired, regardless of how the views were arranged in the original drawing. eDrawings automatically arranges the views intelligently and enables printing and exporting of any subset of a drawing.
- Hyperlinking - Simply click on any view annotation and the corresponding view is immediately highlighted, making navigating a drawing as easy as browsing a web page.
- 3D Pointer - Easily identify and match geometry in multiple drawing views, allowing easier interpretation when comparing the same location within different views.
- Point-and-click Animation - Quickly interpret and understand any SolidWorks drawing by dynamically viewing the 3D model as it automatically rotates through each drawing view.
- View Design Analyses - Easily share design analysis results created from COSMOSWorks or COSMOSXpress software.
- View MoldflowXpress Output - Review output produced from MoldflowXpress - a wizard-based design validation tool included in SolidWorks software that is used for quickly and easily testing the manufacturability of plastic injection-molded parts.
- Save in STL and other file formats - Take advantage of eDrawings files for rapid prototyping and presentation purposes by saving files in STL, TIFF, JPEG, or BMP formats.

<<less
Download (57.5MB)
Added: 2008-10-03 License: Freeware Price: FREE
1861 downloads
Miyu 1.0rc3

Miyu 1.0rc3


Miyu - Textual movie editing software more>>
MIYU is a complete solution designed for video subtitling and translation management on Mac OS X.
Miyu provides you the tools for scripting, timing, typesetting, and export - in one compact software package.
Whether your project is foreign language epics or just home movies, Miyu can get you there with a fully featured, real-time and intuitive user interface.
Supported Subtitle Formats:
- .miyu (Miyus native format)
- .ssa (SubStationAlpha)
- .srt (SubRip)
- .edl
Supported Subtitle Exports:
- QuickTime Video
- AVI Video
- QuickTime Overlay w/alpha*
- DVD .spu*
- DVD .stl Bitmap*
<<less
Download (2.8MB)
Added: 2007-08-10 License: Freeware Price:
532 downloads
EnVideo 2.9

EnVideo 2.9


EnVideo is a video player for high-end animation files. It uses compact evo files more>>
EnVideo is a video player for high-end animation files. It uses compact evo files.
EnVideo evo files are high quality and support stereo playback and tiled display playback and distributed playback.
The evo format runs identically well on Mac OS X, Windows, UNIX, and Linux computers.
Main features:
- Collaboration
- Distributed parallel processing (DMP)
- Parallel graphics rendering
- Immersive/interactive virtual reality
- Gold performance features
- Block structured update part
- Shared memory parallel processing
- 2 CPUs
- Full-featured postprocessing
- Structured, unstructured, hybrid, and structural meshes and particle data
- Flow feature extraction
- Variable calculator
- Interactive isos, clips, particle traces
- Command journaling language
- Import EnSight Gold format
- Client-server postprocessing
- Export STL, VRML, EnSight, other
- Data query and plotting
- Load multiple models at same time
- Rotate, zoom, translate, views
- Change part visibility, symmetry, etc.
- Export movies (.avi, mpeg, .evo)
- Virtual reality playback
- Export and print images
- Desktop stereo display
<<less
Download (99.9MB)
Added: 2006-01-23 License: Freeware Price:
775 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2