To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cadOpen lugnet.cad in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / *38590 (-20)
  Re: LDGLite (on OS X) and Bricksmith
 
(...) ImageMagick is available for OS X, but it isn't installed by default. And I think it requires X11, which also isn't installed by default. ftp://ftp.imagemagic...k/binaries (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac, FTX)
 
  Re: How do I get these new applications working?
 
(...) Yes, exactly. The LDraw file is case-insensitive so the onus is on the programmer to provide for this on case sensitive OS's -Orion (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac)
 
  Re: How do I get these new applications working?
 
(...) I don't have a Mac, but if your file system is case sensitive (like most Unix file systems are), then that might be the cause of the problem. LDraw files assume a case-insensitive file system, or an application that's smart enough to deal with (...) (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac)
 
  Re: LDGLite (on OS X) and Bricksmith
 
(...) If you ever get ambitious, LDView has automatic tiling support built in to generate images of arbitrary size. You can take a look at my tiling code (although it's pretty spread out, which might make it difficult to track down all of it). (...) (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac, FTX)
 
  Micro Moonbase Starter for LDD
 
I uploaded this to LEGO Factory yesterday at lunch, but by now I've gotten tired of waiting for it to be approved, so I'm taking matters into my own, er, web server. :) (URL) Moonbase Starter>> This is a starter for micro-moonbase modules folling (...) (19 years ago, 27-Aug-05, to lugnet.space, lugnet.cad, FTX)
 
  Re: LDraw Animation - Why MPD?
 
(...) What's the Pro with MPD files in this case? My experince is that it makes programming much, much more difficult, and the gain is...(?) In LDA, I inlined all submodels into one model DAT* file for each Frame, and then one Master DAT file that (...) (19 years ago, 27-Aug-05, to lugnet.cad, lugnet.cad.ray, lugnet.animation)
 
  Re: My humble opinion about LDraw animation
 
(...) That's also my approach. I have never used any animation system. I don't know what are the best animation concepts. As a programmer i only know what i can eventually do (my skills), what is my preferred approach (my talent) and what i consider (...) (19 years ago, 27-Aug-05, to lugnet.cad, lugnet.cad.ray, lugnet.animation)
 
  Re: How do I get these new applications working?
 
(...) I do have the parts that came with the Bricksmith download. I placed the folder in the /Library directory. I believe I have set both applications to look at that location. After some further experimenting, I have now found some files that (...) (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac)
 
  Re: LDGLite (on OS X) and Bricksmith
 
(...) Should be pretty close, they share the same codebase. However I think some opengl implementations may limit your canvas to a bit less than infinite for ldglite. I think you get pretty good antialiasing just by scaling by 2 or 3. Here are some (...) (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac, FTX)
 
  Re: LDGLite for OS X 1.0.18 now available
 
(...) Um, sorta, kinda. I think it always handled them when they were in "quotes", but now I fixed up at least the L3 parser to deal with the new MLCad and BrickSmith style without the quotes. However, I've got to learn lex and yacc to modify the (...) (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac)
 
  Re: How do I get these new applications working?
 
(...) Sounds like it can't find the parts. For ldglite, you can use the instructions here. For BrickSmith, I suspect your best bet is to use the one that comes with the parts. (URL) luck, Don (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac)
 
  Re: My humble opinion about LDraw animation
 
(...) That is a good point. Take a look at the .png format. They have made a fully extensible format which covers the simple, and covers the complex. I would suggest that any animation format should be based on an equally extensible format, probably (...) (19 years ago, 27-Aug-05, to lugnet.cad, lugnet.cad.ray, lugnet.animation)
 
  Re: My humble opinion about LDraw animation
 
(...) Get ready for a book... You've started to describe exactly what I want to avoid. 1. Doing something so simplistic would never be able to hold my interest, and I suspect it would not interest anyone else who intended to do anything complex. (...) (19 years ago, 27-Aug-05, to lugnet.cad, lugnet.cad.ray, lugnet.animation)
 
  Re: Announcing Bricksmith for Macintosh
 
(...) Ah. I was using cvs -d:pserver:anonymous...bricksmith checkout bricksmith instead of cvs -d:pserver:anonymous...bricksmith checkout Bricksmith (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac, FTX)
 
  How do I get these new applications working?
 
It is good to see new LDRAW applications (Bricksmith 1.0, LDGLite 1.1.18) coming out for the Mac. However, I can't seem to get either of them to display some of the .dat files I've collected from various sources. I have viewed them using MLCad on a (...) (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac)
 
  LDGLite for OS X 1.0.18 now available
 
LDGLite 1.0.18 for OS X is now available at (URL) the especially lazy among us... (URL) include... Model and camera can be moved in edit mode. LDGLite will now properly handle spaces in ".ldr" file names, right? What else Don? I haven't been paying (...) (19 years ago, 27-Aug-05, to lugnet.cad.dev.mac)
 
  Re: Crazy idea for third-party Factory-like service
 
(...) Beautiful idea! If I may add a slight suggestion... How about just writing some code for bricklink and selling it to them which takes an mlcad model and scans Bricklink for the best deal for those pieces or all pieces from one vendor etc. Kind (...) (19 years ago, 27-Aug-05, to lugnet.cad, FTX)
 
  LF Yard Tower
 
Took a crack at this, converted my yard tower design (as found in the Virtual LEGO book) as closely as I could (within reason, I switched to medium slope roof bricks since low slopes in a well rounded assortment in any earth tone are rare in that (...) (19 years ago, 27-Aug-05, to lugnet.general, lugnet.cad, lugnet.announce.moc, lugnet.trains)  
 
  Re: LDGLite (on OS X) and Bricksmith
 
(...) Yeah, it's probably about time. Plus it looks like the embedded spaces in filenames issue is about to hit it big. You'll have to fetch the latest code (1.1.18) to get the fix for that one. (...) Err, I know I can't... Don (19 years ago, 26-Aug-05, to lugnet.cad.dev.mac)
 
  Re: LDGLite (on OS X) and Bricksmith
 
(...) LDGLite 1.0.12 came through fine for me, but that also reminds me that we(I) haven't added any info to the known issues since I have found more issues, and we(I) haven't rolled a new OS X version in a while. I am actually using 1.0.15 (I (...) (19 years ago, 26-Aug-05, to lugnet.cad.dev.mac)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR