Domain: alibre.com
Stories and comments across the archive that link to alibre.com.
Comments · 7
-
Re:In addition...
http://www.alibre.com/
Solidworks is THE CAD program of choice, but it is expensive.
Geomagic (aka Alibre) is a decent clone, last I looked it was $200. None of the free stuff is even close.
I know you were replying to another post, but I just wanted to stick this out there for people who are genuinely interested, as it does not get mentioned much. -
Re:Nah
This is a pipe dream right now, but it doesn't have to be so. Software solutions that aid safety-critical development processes cost big bucks, same as training and really any sort of plain-language knowledge (standards aren't plain language). Compare this to the fact that, say, you can read on enterprise development best practices on many blogs, forums and documentation sites and it's free -- it's commodity. Try reading up something actionable on functional safety aspects of software development, ha ha -- at best you need $100 for one of Exida books just to get an overview of what's involved. Tools like Scade cost tens of thousands of USD per seat. Techniques and tools for developing reliable software will eventually become commodities, and as the knowledge hopefully permeates the industry, it will become a non-issue. It's like source revision control systems or parametric CAD systems -- once a big deal, right now they are either free (the former) or affordable (a couple hundred USD for a basic Alibre setup).
-
Re:A potential buisness model problem...If you think I'm wrong, name one application area where you think Windows is ahead 3D solid parametric CAD for under $1000. LinuxCAD, VariCAD, and other AutoCAD clones just don't cut it for real design work. I'm forced to run Windows because the only program that fits my needs, Alibre Design, is windows-only. The ironic part is that the whole thing is written in Java... Their decision use Direct3D instead of OpenGL is unfortunate. It leaves no path for a Linux port.
-
CAD software - I don't find it difficult to useThere's a startup company called Alibre http://www.alibre.com/ that offers 3D solid modeling CAD software.
The lowest cost version, below $1000, handles anything that starts out with a solid block of material (for instance, milling a complex heat sink out of a solid block of copper, or turning some big jack screw out of a solid block of aluminum, things like that.
The medium priced version, $1500, adds sheet metal design to that.I use their sheet metal CAD for things like server enclosures.
Very simple to use:
You start out with a flat rectangle of sheet metal (on the screen). Then you add a flange on the left side and a flange on the right side, with just a few mouse clicks, and - bingo! - you have a U-profile. Then you add studs and/or standoffs as needed, holes as needed and you have the bottom part of a sheet metal case.
Having designed the bottom part, you then proceed to design the cover and the front panel and the rear panel. Thus, you get a sheet metal box.
What is it?
A custom rack mount server case.
You can then generate 2D drawings from the 3D model, print out the 2D drawings and take them to a local sheet metal shop for a quote. -
Re:Ruby?
Having used C++, Java, and
.NET, let me say that Java is slow. Yes, I know, when a JIT happens, Java gets pretty fast. Unfortunately, the JIT is expensive.
At my former employer, our app's startup time stank because of all the JITting. The first time our users tried to do anything, it took an extraordinarily long time. They noticed, and while they lived with it, they always mentioned it. Any sudden, unexplained pause brings back fears of "is it still running, or did it hang?"
Something nice about .NET is the ability to pre-compile a set of classes for a given platform. Theoretically, if I install my app on a machine, that machine won't suddenly change instruction sets, so compiling the whole app during the install saves time on every program execution.
I dearly wish the Java Founders would include a pre-compilation option similar to .NET. Compiling the code every time it's run is such a waste of time. -
Re:Why a Large Bank Junked Java
Amen. Do you think applications that require high performance can not be written in Java? Think again. Alibre Design is a CAD application written in Java, and it's plenty fast.
The only performance problem you have with a Java application is a longer time required to do something the first time-- the JIT. Any other bottlenecks are somewhere in application code. -
Re:Okay... and...?
Please forgive me for tooting my own horn, but here's one: a CAD application written in Java. You can purchase it at CADalog.com, which I suppose counts as a store.