Coaster designer - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: Coaster designer (/thread-23136.html) |
Coaster designer - Ronald van der Velden - 2019-01-07 Hello there! After a few years of not using the LDraw-family of tools, I bought the Lego coaster set 10261 and decided to start a little hobby programming project on the side. I'm working on a roller coaster designer tool. Specifically, I'm trying to include two pieces of functionality that will be useful additions to the already existing tools:
In the coming weeks I hope to add some screenshots here. Really curious to hear any suggestions or ideas you may already have!! Best regards, Ronald RE: Coaster designer - Philippe Hurbain - 2019-01-09 Welcome here Ronald! An automated roller coaster generator... looks like a great project indeed Reminds me a bit the castle creator (though the purpose is very different, semi random for the casle generator, directed here). Keep us in touch with your progress!!! RE: Coaster designer - Orion Pobursky - 2019-01-09 This sounds like an awesome program for making coaster animations. Look forward to the release RE: Coaster designer - Gerald Lasser - 2019-01-09 That sounds great! Do you know the Track Designer or BlueBricks? Both are only 2D only so mainly user for Train Tracks. Can't wait to see your program. I build a Rollercoaster 150 x 80 x 100 cm, using LDCad as a trial....puh RE: Coaster designer - beatriz gonzalez - 2019-01-09 (2019-01-09, 15:37)Gerald Lasser Wrote: That sounds great!that sound aswome the 2d model for the track dessgine of the lego rollercoster maria RE: Coaster designer - Ronald van der Velden - 2019-01-20 Thanks for all your enthusiastic responses! I've been making some progress in the past week again. Still not entirely happy with how the support structure is generated, so I may rewrite part of the algorithms to further improve this. But the overall idea still looks pretty cool - based on a simple sequence of track pieces the program automatically calculates a full LDR model. To give an idea, see attached picture (rendering done by LDView) :-) RE: Coaster designer - Lasse Deleuran - 2019-01-20 That is a great result so far. I see that it is already able to handle all types of pieces, as well as crossing sections. What are your plans for the designer part? And will it be able to generate starting ramps as well? RE: Coaster designer - Roland Melkert - 2019-01-22 (2019-01-07, 19:26)Ronald van der Velden Wrote: After a few years of not using the LDraw-family of tools, I bought the Lego coaster set 10261 and decided to start a little hobby programming project on the side. I'm working on a roller coaster designer tool. Cool project. If you're more interested in generating the coaster then worrying about rendering and LDraw code generation you could consider using the scripting functionality of my LDCad to generate the models. |