Subject:
|
Re: Web-based LDraw viewing
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sat, 13 Mar 2004 22:27:27 GMT
|
Viewed:
|
1673 times
|
| |
| |
In lugnet.cad.dev, Mike Thorn wrote:
|
Today I was thinking about the complications of LeoCAD/MLCAD and how hard it
is sometimes for a group or people to easily deal with CAD files in a
project. If one person creates a CAD of something, they either have to email
it to everyone whos interested or put it online somewhere (and depending on
the age bracket, sometimes they dont have webspace).
So I had a thought, and I hope all of you programmers and those familiar with
LDraw code can answer: how hard would it be to create some sort of web-based
program for viewing CADs? Im envisioning something like LDViewer, integrated
with a browser so the user can just click a button, select a local file, it
gets sucked into the program and is displayed.
Although I will readily admit that installing MLCAD these days is painless,
thanks to the LDAIOI, but my target audience is kids in their teens or
younger. They often arent that tech-savvy and if they have a problem, they
have no idea how to fix it. They just say stupid computer I cant read that
file and drop it, which, if youre trying to show an idea, is kind of a
problem. It would be sooo nice to have a web-based foolproof viewer.
The unfortunate thing is that Im not a very high-tech programmer; I can do
HTML and some CSS and PHP, but I get lost with C/C++/Java/etc. Im not
entirely sure how easy it would be to build something like this (or whether
its even possible). So...guess where my first stop is. Bingo.
Thoughts, comments?
-Mike
|
Java is probably the best route for realtime model rendering on the web. The
challenge would be to write a rendering engine that quickly processes large
model files (as opposed to most current renderers which take a while if the part
count is large).
-Orion
|
|
Message has 1 Reply: | | Re: Web-based LDraw viewing
|
| (...) Yes, I agree, however you expect larger files to take longer. I would tend towards a low-quality image, as it's targetted at screen viewing, that would speed things up a little. I think Michael's MLcad renderer is fairly fast, a Java version (...) (21 years ago, 13-Mar-04, to lugnet.cad.dev, FTX)
|
Message is in Reply To:
| | Web-based LDraw viewing
|
| Today I was thinking about the complications of LeoCAD/MLCAD and how hard it is sometimes for a group or people to easily deal with CAD files in a project. If one person creates a CAD of something, they either have to email it to everyone who's (...) (21 years ago, 13-Mar-04, to lugnet.cad.dev, FTX)
|
18 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|