<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ldraw.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SLS</id>
	<title>LDraw.org Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ldraw.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SLS"/>
	<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/wiki/Special:Contributions/SLS"/>
	<updated>2026-04-05T20:24:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=LDraw_cliff.html&amp;diff=6420</id>
		<title>LDraw cliff.html</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=LDraw_cliff.html&amp;diff=6420"/>
		<updated>2019-11-21T00:18:37Z</updated>

		<summary type="html">&lt;p&gt;SLS: Wrong image name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software&lt;br /&gt;
|developer        = Sylvain Sauvage&lt;br /&gt;
|released         = 2019&lt;br /&gt;
|version          = 2019&lt;br /&gt;
|status           = Stable&lt;br /&gt;
|operating system = Anyone, works in a recent browser&lt;br /&gt;
|language         = English&lt;br /&gt;
|genre            = LDraw model / landscape generator&lt;br /&gt;
|license          = GPLv3+ / Free &amp;amp; libre&lt;br /&gt;
|website          = [https://gitlab.com/sylvainls/ldraw_cliff.html ldraw_cliff.html]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ldraw_cliff.html is a standalone HTML/ECMAScript application to generate LDraw models ([[LDR]]) of cliff landscapes.&lt;br /&gt;
&lt;br /&gt;
It runs in a browser.&lt;br /&gt;
&lt;br /&gt;
[[File:ldraw_cliff_html.png|500px]]&lt;br /&gt;
&lt;br /&gt;
And it can generate this kind of model:&lt;br /&gt;
&lt;br /&gt;
[[File:ldraw_cliff_sample_1.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Installation and Running ==&lt;br /&gt;
&lt;br /&gt;
Download the [https://gitlab.com/sylvainls/ldraw_cliff.html/-/archive/master/ldraw_cliff.html-master.zip Zip bundle]. Unpack it wherever you want and open the file ldraw_cliff.html in your favorite (and recent) browser.&lt;br /&gt;
Fill the form, click on the “Click Me!” button at the bottom of the page and a link to a downloadable [[LDR]] file will appear.&lt;br /&gt;
&lt;br /&gt;
=== How does it work? ===&lt;br /&gt;
&lt;br /&gt;
The main algorithm randomly builds columns of bricks (and slopes), piling them “down” each others, trying to follow (not to be too far from) the neighbouring bricks.  The bricks are chosen according to probabilities that varies with the position (top, middle, or bottom of the wall).&lt;br /&gt;
&lt;br /&gt;
When the algorithm can’t find bricks, that is when a column is too far from its neighbour and no bricks can be found to fill the gap, it uses a 1x1 brick.  That results in flat portions and warning messages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Main Parameters ===&lt;br /&gt;
&lt;br /&gt;
The generated “cliff wall” will be exactly “width” studs (one brick-width) wide and, at most, “height” bricks high.&lt;br /&gt;
&lt;br /&gt;
=== Top Line Parameters ===&lt;br /&gt;
&lt;br /&gt;
The algorithm starts with the top line and randomly goes down, adding bricks below.  So these parameters define the overall shape of the top line.&lt;br /&gt;
&lt;br /&gt;
If you choose not to vary the depth of the top line, it will be a straight line.  Otherwise, it will be fixed on the leftmost and rightmost points but will vary randomly in between to the extent of the “maximum depth variation” parameter.&lt;br /&gt;
&lt;br /&gt;
If you choose not to vary the height of the top line, it will be flat.  Otherwise, it will vary randomly, not descending below “maximum height variation” and not varying more than “maximum slope of the top” between two adjacent bricks.&lt;br /&gt;
&lt;br /&gt;
Curving the top line gives it a cubic curve, either advancing (positive value) or receding (negative value).&lt;br /&gt;
&lt;br /&gt;
The offset parameter allows to have an oblique wall.  Otherwise, leftmost and rightmost top points are aligned on 0.&lt;br /&gt;
&lt;br /&gt;
The more the top line varies, the more the chances of “difficulties” for the algorithm to find bricks to build the wall.&lt;br /&gt;
&lt;br /&gt;
=== Bumpiness ===&lt;br /&gt;
&lt;br /&gt;
Bumpiness is how far one column can be from its neighbours.&lt;br /&gt;
&lt;br /&gt;
=== Main Colours ===&lt;br /&gt;
&lt;br /&gt;
All the colours are LDraw colour numbers.&lt;br /&gt;
&lt;br /&gt;
The grass colour is the colour of the top plates.&lt;br /&gt;
&lt;br /&gt;
The sand colour is the colour of the baseplates.&lt;br /&gt;
&lt;br /&gt;
The rock colour(s) is a comma-separated list of weighted colours for the rocks.  By default, the colours are layered. “72,71” means that the bottom half of the wall will be DBG (72) and the top half will be LBG (71).  Adding a weight to the colour number will augment the proportion according to the weight. “72,71:2” means the bottom third (default weight is 1) will be DBG and the top two-thirds will be LBG.&lt;br /&gt;
&lt;br /&gt;
Instead of layering the colours, you can choose to randomly use them (in that case, use a high weight for the main colour and low weights for the accent colours).&lt;br /&gt;
&lt;br /&gt;
=== Climbing Path ===&lt;br /&gt;
&lt;br /&gt;
You can add a climbing path to the cliff.  It works by “pushing” back the wall above the path, randomly climbing and randomly turning (turning is mandatory when hitting a side).&lt;br /&gt;
&lt;br /&gt;
The path is made of coloured plates of a fixed or variable width.&lt;br /&gt;
&lt;br /&gt;
=== Pebbles ===&lt;br /&gt;
&lt;br /&gt;
These parameters define how “pebbles” are spread on the ground at the bottom of the wall.&lt;br /&gt;
&lt;br /&gt;
=== Sea ===&lt;br /&gt;
&lt;br /&gt;
Some blue (or other colours) plates can be randomly put in front of the wall (and pebbles) in a sinuous wave.&lt;br /&gt;
&lt;br /&gt;
=== Caves ===&lt;br /&gt;
&lt;br /&gt;
You can choose to dig caves.&lt;br /&gt;
&lt;br /&gt;
Digging a cave means pushing back the wall in a random zone.  The borders are “smoothed” so that the cave aren’t too squarish.&lt;br /&gt;
&lt;br /&gt;
You can choose to add plates on the caves’ ground.&lt;br /&gt;
&lt;br /&gt;
=== Plants ===&lt;br /&gt;
&lt;br /&gt;
Flower stems can be added on top of the wall (offset chessboard like).  Otherwise, 1x1 plates are randomly added to prevent the top to be too flat.&lt;br /&gt;
&lt;br /&gt;
=== Back Line ===&lt;br /&gt;
&lt;br /&gt;
The sides and top plates are prolonged in the back to give a bit of context.&lt;br /&gt;
&lt;br /&gt;
=== Minifigure ===&lt;br /&gt;
&lt;br /&gt;
To better view the scale, a minifig can be added on top of the cliff or on the beach, or both.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=LDraw_cliff.html&amp;diff=6419</id>
		<title>LDraw cliff.html</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=LDraw_cliff.html&amp;diff=6419"/>
		<updated>2019-11-21T00:17:27Z</updated>

		<summary type="html">&lt;p&gt;SLS: Creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software&lt;br /&gt;
|developer        = Sylvain Sauvage&lt;br /&gt;
|released         = 2019&lt;br /&gt;
|version          = 2019&lt;br /&gt;
|status           = Stable&lt;br /&gt;
|operating system = Anyone, works in a recent browser&lt;br /&gt;
|language         = English&lt;br /&gt;
|genre            = LDraw model / landscape generator&lt;br /&gt;
|license          = GPLv3+ / Free &amp;amp; libre&lt;br /&gt;
|website          = [https://gitlab.com/sylvainls/ldraw_cliff.html ldraw_cliff.html]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ldraw_cliff.html is a standalone HTML/ECMAScript application to generate LDraw models ([[LDR]]) of cliff landscapes.&lt;br /&gt;
&lt;br /&gt;
It runs in a browser.&lt;br /&gt;
&lt;br /&gt;
[[File:ldraw_cliff_html.png|500px]]&lt;br /&gt;
&lt;br /&gt;
And it can generate this kind of model:&lt;br /&gt;
&lt;br /&gt;
[[File:ldraw_cliff_html_sample_1.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Installation and Running ==&lt;br /&gt;
&lt;br /&gt;
Download the [https://gitlab.com/sylvainls/ldraw_cliff.html/-/archive/master/ldraw_cliff.html-master.zip Zip bundle]. Unpack it wherever you want and open the file ldraw_cliff.html in your favorite (and recent) browser.&lt;br /&gt;
Fill the form, click on the “Click Me!” button at the bottom of the page and a link to a downloadable [[LDR]] file will appear.&lt;br /&gt;
&lt;br /&gt;
=== How does it work? ===&lt;br /&gt;
&lt;br /&gt;
The main algorithm randomly builds columns of bricks (and slopes), piling them “down” each others, trying to follow (not to be too far from) the neighbouring bricks.  The bricks are chosen according to probabilities that varies with the position (top, middle, or bottom of the wall).&lt;br /&gt;
&lt;br /&gt;
When the algorithm can’t find bricks, that is when a column is too far from its neighbour and no bricks can be found to fill the gap, it uses a 1x1 brick.  That results in flat portions and warning messages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Main Parameters ===&lt;br /&gt;
&lt;br /&gt;
The generated “cliff wall” will be exactly “width” studs (one brick-width) wide and, at most, “height” bricks high.&lt;br /&gt;
&lt;br /&gt;
=== Top Line Parameters ===&lt;br /&gt;
&lt;br /&gt;
The algorithm starts with the top line and randomly goes down, adding bricks below.  So these parameters define the overall shape of the top line.&lt;br /&gt;
&lt;br /&gt;
If you choose not to vary the depth of the top line, it will be a straight line.  Otherwise, it will be fixed on the leftmost and rightmost points but will vary randomly in between to the extent of the “maximum depth variation” parameter.&lt;br /&gt;
&lt;br /&gt;
If you choose not to vary the height of the top line, it will be flat.  Otherwise, it will vary randomly, not descending below “maximum height variation” and not varying more than “maximum slope of the top” between two adjacent bricks.&lt;br /&gt;
&lt;br /&gt;
Curving the top line gives it a cubic curve, either advancing (positive value) or receding (negative value).&lt;br /&gt;
&lt;br /&gt;
The offset parameter allows to have an oblique wall.  Otherwise, leftmost and rightmost top points are aligned on 0.&lt;br /&gt;
&lt;br /&gt;
The more the top line varies, the more the chances of “difficulties” for the algorithm to find bricks to build the wall.&lt;br /&gt;
&lt;br /&gt;
=== Bumpiness ===&lt;br /&gt;
&lt;br /&gt;
Bumpiness is how far one column can be from its neighbours.&lt;br /&gt;
&lt;br /&gt;
=== Main Colours ===&lt;br /&gt;
&lt;br /&gt;
All the colours are LDraw colour numbers.&lt;br /&gt;
&lt;br /&gt;
The grass colour is the colour of the top plates.&lt;br /&gt;
&lt;br /&gt;
The sand colour is the colour of the baseplates.&lt;br /&gt;
&lt;br /&gt;
The rock colour(s) is a comma-separated list of weighted colours for the rocks.  By default, the colours are layered. “72,71” means that the bottom half of the wall will be DBG (72) and the top half will be LBG (71).  Adding a weight to the colour number will augment the proportion according to the weight. “72,71:2” means the bottom third (default weight is 1) will be DBG and the top two-thirds will be LBG.&lt;br /&gt;
&lt;br /&gt;
Instead of layering the colours, you can choose to randomly use them (in that case, use a high weight for the main colour and low weights for the accent colours).&lt;br /&gt;
&lt;br /&gt;
=== Climbing Path ===&lt;br /&gt;
&lt;br /&gt;
You can add a climbing path to the cliff.  It works by “pushing” back the wall above the path, randomly climbing and randomly turning (turning is mandatory when hitting a side).&lt;br /&gt;
&lt;br /&gt;
The path is made of coloured plates of a fixed or variable width.&lt;br /&gt;
&lt;br /&gt;
=== Pebbles ===&lt;br /&gt;
&lt;br /&gt;
These parameters define how “pebbles” are spread on the ground at the bottom of the wall.&lt;br /&gt;
&lt;br /&gt;
=== Sea ===&lt;br /&gt;
&lt;br /&gt;
Some blue (or other colours) plates can be randomly put in front of the wall (and pebbles) in a sinuous wave.&lt;br /&gt;
&lt;br /&gt;
=== Caves ===&lt;br /&gt;
&lt;br /&gt;
You can choose to dig caves.&lt;br /&gt;
&lt;br /&gt;
Digging a cave means pushing back the wall in a random zone.  The borders are “smoothed” so that the cave aren’t too squarish.&lt;br /&gt;
&lt;br /&gt;
You can choose to add plates on the caves’ ground.&lt;br /&gt;
&lt;br /&gt;
=== Plants ===&lt;br /&gt;
&lt;br /&gt;
Flower stems can be added on top of the wall (offset chessboard like).  Otherwise, 1x1 plates are randomly added to prevent the top to be too flat.&lt;br /&gt;
&lt;br /&gt;
=== Back Line ===&lt;br /&gt;
&lt;br /&gt;
The sides and top plates are prolonged in the back to give a bit of context.&lt;br /&gt;
&lt;br /&gt;
=== Minifigure ===&lt;br /&gt;
&lt;br /&gt;
To better view the scale, a minifig can be added on top of the cliff or on the beach, or both.&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=File:Ldraw_cliff_sample_1.png&amp;diff=6418</id>
		<title>File:Ldraw cliff sample 1.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=File:Ldraw_cliff_sample_1.png&amp;diff=6418"/>
		<updated>2019-11-21T00:09:25Z</updated>

		<summary type="html">&lt;p&gt;SLS: A render of a model generated by ldraw_cliff.html.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A render of a model generated by ldraw_cliff.html.&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=File:Ldraw_cliff_html.png&amp;diff=6417</id>
		<title>File:Ldraw cliff html.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=File:Ldraw_cliff_html.png&amp;diff=6417"/>
		<updated>2019-11-21T00:05:23Z</updated>

		<summary type="html">&lt;p&gt;SLS: ldraw_cliff.html, the LDraw Cliff landscape generator, opened in a web browser.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ldraw_cliff.html, the LDraw Cliff landscape generator, opened in a web browser.&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=Lxf2ldr.html&amp;diff=6416</id>
		<title>Lxf2ldr.html</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=Lxf2ldr.html&amp;diff=6416"/>
		<updated>2019-11-20T22:59:03Z</updated>

		<summary type="html">&lt;p&gt;SLS: Creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software&lt;br /&gt;
|developer        = Sylvain Sauvage&lt;br /&gt;
|released         = 2019&lt;br /&gt;
|version          = 1.0&lt;br /&gt;
|status           = Stable&lt;br /&gt;
|operating system = Works in any recent browser&lt;br /&gt;
|language         = English&lt;br /&gt;
|genre            = File converter&lt;br /&gt;
|license          = GPLv3+ / Free &amp;amp; libre&lt;br /&gt;
|website          = [https://gitlab.com/sylvainls/lxf2ldr.html lxf2ldr.html]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
lxf2ldr.html is a standalone HTML/ECMAScript application to convert [[LEGO Digital Designer]] models ([[LXF]]) to LDraw models ([[LDR| LDR/.MPD]]).&lt;br /&gt;
&lt;br /&gt;
It uses LDD’s [[ldraw.xml]] conversion file (up-to-date version included) to convert colours, ids, and positions/rotations. It converts LDD’s groups into LDraw subfiles. It also converts decorations (when possible/available in LDraw). And it converts flexible parts, they are exported as [[LSynth]] commands.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
Download the bundled [https://gitlab.com/sylvainls/lxf2ldr.html/-/archive/master/lxf2ldr.html-master.zip Zip file].  Unpack it wherever you want.  Open the file lxf2ldr.html in your favorite (and recent) browser.  Then click the browsing files button and, once loaded and converted, links to downloadable MPD files will appear at the bottom.&lt;br /&gt;
&lt;br /&gt;
[[File:Lxf2ldr_html.png|518px]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:LEGO Digital Designer]]&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=File:Lxf2ldr_html.png&amp;diff=6415</id>
		<title>File:Lxf2ldr html.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=File:Lxf2ldr_html.png&amp;diff=6415"/>
		<updated>2019-11-20T22:51:52Z</updated>

		<summary type="html">&lt;p&gt;SLS: Screenshot of lxf2ldr.html running in a (French) Firefox window.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot of lxf2ldr.html running in a (French) Firefox window.&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=Lxf2ldr&amp;diff=6414</id>
		<title>Lxf2ldr</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=Lxf2ldr&amp;diff=6414"/>
		<updated>2019-11-20T22:31:34Z</updated>

		<summary type="html">&lt;p&gt;SLS: Creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Software&lt;br /&gt;
|developer        = Sylvain Sauvage&lt;br /&gt;
|released         = 2017&lt;br /&gt;
|version          = 1.1&lt;br /&gt;
|status           = Stable&lt;br /&gt;
|operating system = Anyone that supports Qt5&amp;lt;br&amp;gt;Windows&amp;lt;br&amp;gt;Mac OS X&amp;lt;br&amp;gt;Linux&amp;lt;br&amp;gt;BSD…&lt;br /&gt;
|language         = English&lt;br /&gt;
|genre            = File converter&lt;br /&gt;
|license          = GPLv3+ / Free &amp;amp; libre&lt;br /&gt;
|website          = [https://gitlab.com/sylvainls/lxf2ldr lxf2ldr]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
lxf2ldr is a command line tool to convert [[LEGO Digital Designer]] models ([[LXF]]) to LDraw models ([[LDR| LDR/.MPD]]).  A minimal GUI is also available.&lt;br /&gt;
&lt;br /&gt;
It uses LDD’s [[ldraw.xml]] conversion file (up-to-date version included) to convert colours, ids, and positions/rotations. It converts LDD’s groups into LDraw subfiles. It also converts decorations (when possible/available in LDraw). And it converts flexible parts, they are exported as [[LSynth]] commands.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
&lt;br /&gt;
lxf2ldr comes only is source form and needs to be compiled.&lt;br /&gt;
&lt;br /&gt;
It uses Qt5 core, QuaZIP and yaml-cpp libraries.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Alternative Project ==&lt;br /&gt;
&lt;br /&gt;
If you can’t build from the sources, or don’t like or want to, [[lxf2ldr.html]], a sibling project, is made for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:LEGO Digital Designer]]&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
	<entry>
		<id>https://wiki.ldraw.org/index.php?title=LDraw.xml&amp;diff=6413</id>
		<title>LDraw.xml</title>
		<link rel="alternate" type="text/html" href="https://wiki.ldraw.org/index.php?title=LDraw.xml&amp;diff=6413"/>
		<updated>2019-11-20T21:11:13Z</updated>

		<summary type="html">&lt;p&gt;SLS: Adding my version.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;LDraw.xml&#039;&#039;&#039; file is the file which governs the transformation of models between LDraw [[part]]s and [[LEGO Digital Designer]]. This file is a user editable [[XML]] file.&lt;br /&gt;
&lt;br /&gt;
As both the LDD part selection and LDraw part selection are growing, the ldraw.xml file shipped with LEGO Digital Designer 2 is merely a template.&lt;br /&gt;
The LDraw community attempts to keep track of up-to-date versions of this conversion file.&lt;br /&gt;
If you modify this file, please add your new version to the top of the list in the same format.&lt;br /&gt;
If you upgrade your file, please move it to the top of the list with a new date.&lt;br /&gt;
&lt;br /&gt;
*27th October 2019 (updated frequently), [http://slswww.free.fr/ldraw.xml ldraw.xml] by Sylvain Sauvage [https://www.eurobricks.com/forum/index.php?/forums/topic/137193-more-up-to-date-ldrawxml-lddldraw-conversion-file Howto and changelogs on Eurobricks]&lt;br /&gt;
&lt;br /&gt;
*18th May 2007, [http://www.brickshelf.com/gallery/mikeslego/LDD/ldraw.xml LDraw.xml] by Mike Gallagher ([http://www.brickshelf.com/gallery/mikeslego/LDD/ldraw_xml_readme.txt Readme])&lt;br /&gt;
&lt;br /&gt;
[[Category:LEGO Digital Designer]]&lt;/div&gt;</summary>
		<author><name>SLS</name></author>
	</entry>
</feed>