<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
	
	<id>tag:librecad.169.s1.nabble.com,2006:forum-5709795</id>
	<title>Nabble - LibreCAD 3 Development discussion</title>
	<updated>2026-04-03T13:32:33Z</updated>
	<link rel="self" type="application/atom+xml" href="http://librecad.169.s1.nabble.com/LibreCAD-3-Development-discussion-f5709795.xml" />
	<link rel="alternate" type="text/html" href="https://forum.librecad.org/LibreCAD-3-Development-discussion-f5709795.html" />
	<subtitle type="html">&lt;b&gt;CONTENTS DELETED&lt;/b&gt;
			&lt;div class=&quot;weak-color&quot;&gt;The author has deleted this message.&lt;/div&gt;</subtitle>
	
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5728628</id>
		<title>Re: Mechanism that moves</title>
		<published>2026-01-24T14:40:33Z</published>
		<updated>2026-01-24T14:40:33Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			Currently, a possible way is to do it through our plugin interface.
&lt;br/&gt;&lt;br/&gt;Of course, to support simulation well, a constraint system is problem needed. At the engine level, LibreCAD currently has a linear algebra sytem, a quadratic system, and a projective geometry system. Need to study for a proper design of a constraint solver based on our own existing solvers.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;ginghis wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;If I draw a mechanism in librecad is there a facility to show this mechanism moving? If so, librecad could enable simulations of mechanisms. That would be unique.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Mechanism-that-moves-tp5728611p5728628.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5728611"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5728611</id>
		<title>Mechanism that moves</title>
		<published>2026-01-23T14:21:11Z</published>
		<updated>2026-01-23T14:21:11Z</updated>
		<author>
			<name>ginghis</name>
		</author>
		<content type="html">
			If I draw a mechanism in librecad is there a facility to show this mechanism moving? If so, librecad could enable simulations of mechanisms. That would be unique.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Mechanism-that-moves-tp5728611.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5728265</id>
		<title>Re: Layer Tree y Lista de Capas</title>
		<published>2025-11-10T09:37:48Z</published>
		<updated>2025-11-10T09:37:48Z</updated>
		<author>
			<name>Ramon</name>
		</author>
		<content type="html">
			OK
&lt;br/&gt;Gracias

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Layer-Tree-y-Lista-de-Capas-tp5728257p5728265.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5728262"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5728262</id>
		<title>Re: Layer Tree y Lista de Capas</title>
		<published>2025-11-10T07:18:46Z</published>
		<updated>2025-11-10T07:18:46Z</updated>
		<author>
			<name>sand1024</name>
		</author>
		<content type="html">
			well, Layer List is rather historical one as is present for compatibility reasons so far. Indeed, Layers List may be disabled and only the Layer Tree (either with hierarchy tree or as last list) may be used. 

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Layer-Tree-y-Lista-de-Capas-tp5728257p5728262.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5728257"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5728257</id>
		<title>Layer Tree y Lista de Capas</title>
		<published>2025-11-09T14:03:46Z</published>
		<updated>2025-11-09T14:03:46Z</updated>
		<author>
			<name>Ramon</name>
		</author>
		<content type="html">
			Estoy utilizando la version 2.2.1.2 de Librecad, y en esta version conviven los dos Widgets , Layer Tree y Lista de Capas, ¿ hay alguna razon para ello ? , creo que con Layer Tree seria suficiente

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Layer-Tree-y-Lista-de-Capas-tp5728257.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5727258</id>
		<title>Re: Finding center of gravity</title>
		<published>2025-07-11T07:30:15Z</published>
		<updated>2025-07-11T07:30:15Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			In LibreCAD v3, 2d integrals are estimated to find the area
&lt;br/&gt;&lt;br/&gt;In LibreCAD v2, the area is found by contour integrals.
&lt;br/&gt;&lt;br/&gt;While it's straightforward to consider a local weight function to get various physical functions, it's not really what we are focusing on. Any help is welcome though
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;ginghis wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;In the case of 2D it would be second moment of area instead of center of gravity. Multiplying by thickness and density gives weight which is centered at the center of second moment of the area.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Finding-center-of-gravity-tp5727188p5727258.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5727194"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5727194</id>
		<title>Re: Finding center of gravity</title>
		<published>2025-06-09T06:54:25Z</published>
		<updated>2025-06-09T06:54:25Z</updated>
		<author>
			<name>ginghis</name>
		</author>
		<content type="html">
			In the case of 2D it would be second moment of area instead of center of gravity. Multiplying by thickness and density gives weight which is centered at the center of second moment of the area.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Finding-center-of-gravity-tp5727188p5727194.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5727193"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5727193</id>
		<title>Re: Finding center of gravity</title>
		<published>2025-06-09T05:54:10Z</published>
		<updated>2025-06-09T05:54:10Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			Since LibreCAD focuses on 2d, a reasonable cog is also limited to 2d.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;ginghis wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Is there a way for libreCAD to find the center of gravity of a part if it knows all the dimensions?
&lt;br/&gt;Is this a viable route of development?
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Finding-center-of-gravity-tp5727188p5727193.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5727188"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5727188</id>
		<title>Finding center of gravity</title>
		<published>2025-06-07T16:22:16Z</published>
		<updated>2025-06-07T16:22:16Z</updated>
		<author>
			<name>ginghis</name>
		</author>
		<content type="html">
			Is there a way for libreCAD to find the center of gravity of a part if it knows all the dimensions?
&lt;br/&gt;Is this a viable route of development?

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Finding-center-of-gravity-tp5727188.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5726971</id>
		<title>Re: Read AutoCAD's DWG file format</title>
		<published>2025-04-21T06:38:49Z</published>
		<updated>2025-04-21T06:38:49Z</updated>
		<author>
			<name>Fabi94</name>
		</author>
		<content type="html">
			If libredwg would be used as external library that is linked against, adding a linking exception for libredwg to the librecad copyright license terms should resolve that GPv2/GPLv3 issue &lt;a href=&quot;https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs&lt;/a&gt;. There should already be such an exception there for Qt, since it is dual licensed under QT commercial license and GPLv3+ afaik, neither of which are compatible with GPLv2

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Read-AutoCAD-s-DWG-file-format-tp5724062p5726971.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5724120"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5726962</id>
		<title>Re: I propose...</title>
		<published>2025-04-20T14:11:01Z</published>
		<updated>2025-04-20T14:11:01Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			It's a good project, but probably too large for our small developer group.
&lt;br/&gt;&lt;br/&gt;It's more like a 3D CAD to me than a pseudo-3D.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Turriano wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I propose to the developers of Libre Cad, the improvement of this (at least) pseudo 3D, using mathematics
&lt;br/&gt;&lt;a href=&quot;https://tips.clip-studio.com/es-es/articles/1458&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://tips.clip-studio.com/es-es/articles/1458&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/I-propose-tp5726521p5726962.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5726521"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5726521</id>
		<title>I propose...</title>
		<published>2025-02-18T09:32:08Z</published>
		<updated>2025-02-18T15:43:02Z</updated>
		<author>
			<name>Turriano</name>
		</author>
		<content type="html">
			I propose to the developers of Libre Cad, the improvement of this (at least) pseudo 3D, using mathematics
&lt;br/&gt;&lt;a href=&quot;https://tips.clip-studio.com/es-es/articles/1458&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://tips.clip-studio.com/es-es/articles/1458&lt;/a&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/I-propose-tp5726521.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5726408</id>
		<title>Re: Bemassung</title>
		<published>2025-02-08T02:22:40Z</published>
		<updated>2025-02-08T02:22:40Z</updated>
		<author>
			<name>Jörg Fey</name>
		</author>
		<content type="html">
			Nein Anzeige der Länge meinte ich nicht.
&lt;br/&gt;Ich meinte wenn man die Linie anklickt die Bemassung aufziehen kann. So das man nicht die Endpunkte anklicken muss 
&lt;br/&gt;M.F.G.J.Fey 

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Bemassung-tp5726405p5726408.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5726406"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5726406</id>
		<title>Re: Bemassung</title>
		<published>2025-02-08T00:46:20Z</published>
		<updated>2025-02-08T00:46:20Z</updated>
		<author>
			<name>flywire</name>
		</author>
		<content type="html">
			The length of selected entities will be displayed in the footer.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Bemassung-tp5726405p5726406.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5726405"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5726405</id>
		<title>Bemassung</title>
		<published>2025-02-07T23:14:19Z</published>
		<updated>2025-02-07T23:14:19Z</updated>
		<author>
			<name>Jörg Fey</name>
		</author>
		<content type="html">
			Hallo Gibt es eine Funktion um eine Linie zu Bemassen in dem man diese anklickt oder ist so eine Funktion vorgesehen 
&lt;br/&gt;M.F.G.J.Fey 

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Bemassung-tp5726405.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725969</id>
		<title>Re: Model/paper space</title>
		<published>2025-01-04T10:00:05Z</published>
		<updated>2025-01-04T10:00:05Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			V3 is ambitious, so I would expect the need of a few full time developers to reach and surpass features available in v2.
&lt;br/&gt;&lt;br/&gt;Ideally, we should implement in v3 key new features (at geometric level, say, parabola, Hyperbola, hatching, and projective geometry (like dual curves)), before backporting to v2.
&lt;br/&gt;&lt;br/&gt;Limited development time is the issue. Otherwise, we can directly get views at v3, and port back to v2 by taking the Qt variant.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;aman wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hello and welcome!
&lt;br/&gt;&lt;br/&gt;LibreCAD is an open source project, that means most if not all develepors do it in their spare time. 
&lt;br/&gt;&lt;br/&gt;That leads to an other problem, most open source projects are in constant need of more developers.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Model-paper-space-tp5725965p5725969.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725966"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725966</id>
		<title>Re: Model/paper space</title>
		<published>2025-01-04T05:07:15Z</published>
		<updated>2025-01-04T05:07:15Z</updated>
		<author>
			<name>aman</name>
		</author>
		<content type="html">
			Hello and welcome!
&lt;br/&gt;&lt;br/&gt;LibreCAD is an open source project, that means most if not all develepors do it in their spare time. 
&lt;br/&gt;&lt;br/&gt;That leads to an other problem, most open source projects are in constant need of more developers.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Model-paper-space-tp5725965p5725966.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725965"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725965</id>
		<title>Model/paper space</title>
		<published>2025-01-04T04:40:29Z</published>
		<updated>2025-01-04T04:40:29Z</updated>
		<author>
			<name>Joe Richardson</name>
		</author>
		<content type="html">
			I like to draw actual size because of CNC reasons so a paper space would help when I design big items

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Model-paper-space-tp5725965.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725434</id>
		<title>Re: Block synchronization in block navigator</title>
		<published>2024-10-09T08:03:50Z</published>
		<updated>2024-10-09T08:03:50Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			I would like to get snap support for v2 before the 2.2.1 release.
&lt;br/&gt;&lt;br/&gt;&amp;nbsp;My current development hours are rather limited. I guess it would be long for me to fix the v3 building actions.
&lt;br/&gt;&lt;br/&gt;In addition, I feel we should enable and add unit tests by GitHub actions.
&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;flywire wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;dxli wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;we have automatic building for v2
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
...based on the automatic build developed for V3 which needs maintenance.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Block-synchronization-in-block-navigator-tp5725383p5725434.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725432"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725432</id>
		<title>Re: Block synchronization in block navigator</title>
		<published>2024-10-08T10:17:23Z</published>
		<updated>2024-10-08T10:17:23Z</updated>
		<author>
			<name>flywire</name>
		</author>
		<content type="html">
			&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;dxli wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;we have automatic building for v2
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
...based on the automatic build developed for V3 which needs maintenance.
&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Block-synchronization-in-block-navigator-tp5725383p5725432.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725431"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725431</id>
		<title>Re: Block synchronization in block navigator</title>
		<published>2024-10-08T04:38:56Z</published>
		<updated>2024-10-08T04:38:56Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			I mean to provide builds for end users by GitHub actions. For example, we have automatic building for v2:
&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/LibreCAD/LibreCAD/actions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/LibreCAD/LibreCAD/actions&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;And the builds can be downloaded at
&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;https://github.com/LibreCAD/LibreCAD/releases&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://github.com/LibreCAD/LibreCAD/releases&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;DG wrote&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&lt;img class='smiley' src='/images/smiley/smiley_unhappy.gif' /&gt;&amp;nbsp;It is unfortunate, hopefully there will be more interest in the future. Anyway respect for Librecad community. Some amazing work done. I am not sure what you mean of automatic building of v3 on GitHub. I am no coder, but maybe I could try to help.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;dxli wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi DG,
&lt;br/&gt;&lt;br/&gt;Unfortunately, I am not aware of.
&lt;br/&gt;&lt;br/&gt;If you are interested, can we do one basic at least: to get automatic building of v3 on GitHub(for windows, Linux, Mac)?
&lt;br/&gt;&lt;br/&gt;I tried a little bit, but looks like I will need some help.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;DG wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Is there still anyone working on V3? &lt;img class='smiley' src='/images/smiley/anim_working.gif' /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Block-synchronization-in-block-navigator-tp5725383p5725431.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725430"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725430</id>
		<title>Re: Block synchronization in block navigator</title>
		<published>2024-10-07T09:47:25Z</published>
		<updated>2024-10-07T09:47:25Z</updated>
		<author>
			<name>DG</name>
		</author>
		<content type="html">
			&lt;img class='smiley' src='/images/smiley/smiley_unhappy.gif' /&gt;&amp;nbsp;It is unfortunate, hopefully there will be more interest in the future. Anyway respect for Librecad community. Some amazing work done. I am not sure what you mean of automatic building of v3 on GitHub. I am no coder, but maybe I could try to help.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;dxli wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi DG,
&lt;br/&gt;&lt;br/&gt;Unfortunately, I am not aware of.
&lt;br/&gt;&lt;br/&gt;If you are interested, can we do one basic at least: to get automatic building of v3 on GitHub(for windows, Linux, Mac)?
&lt;br/&gt;&lt;br/&gt;I tried a little bit, but looks like I will need some help.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;DG wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Is there still anyone working on V3? &lt;img class='smiley' src='/images/smiley/anim_working.gif' /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				Electrical engineering and automation
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Block-synchronization-in-block-navigator-tp5725383p5725430.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725405"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725405</id>
		<title>Re: Block synchronization in block navigator</title>
		<published>2024-10-03T06:53:33Z</published>
		<updated>2024-10-03T06:53:33Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			Hi DG,
&lt;br/&gt;&lt;br/&gt;Unfortunately, I am not aware of.
&lt;br/&gt;&lt;br/&gt;If you are interested, can we do one basic at least: to get automatic building of v3 on GitHub(for windows, Linux, Mac)?
&lt;br/&gt;&lt;br/&gt;I tried a little bit, but looks like I will need some help.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;DG wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Is there still anyone working on V3? &lt;img class='smiley' src='/images/smiley/anim_working.gif' /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Block-synchronization-in-block-navigator-tp5725383p5725405.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725404"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725404</id>
		<title>Re: Block synchronization in block navigator</title>
		<published>2024-10-02T10:55:00Z</published>
		<updated>2024-10-02T10:55:00Z</updated>
		<author>
			<name>DG</name>
		</author>
		<content type="html">
			Is there still anyone working on V3? &lt;img class='smiley' src='/images/smiley/anim_working.gif' /&gt;

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				Electrical engineering and automation
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Block-synchronization-in-block-navigator-tp5725383p5725404.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725383"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725383</id>
		<title>Block synchronization in block navigator</title>
		<published>2024-09-24T11:18:17Z</published>
		<updated>2024-09-24T11:18:17Z</updated>
		<author>
			<name>DG</name>
		</author>
		<content type="html">
			Hi everyone,
&lt;br/&gt;&lt;br/&gt;Not sure if I am writing in the correct place or if I can ask for features for V3, but I realised that sync for blocks in navigator would be very helpful. Because when you have a lot of blocks and don't want to explode it, but want to edit text for example you need to search for it in the navigator. While it could be easier if you select the block, press shortcut or button and then its selected in navigator. Then you can easily edit the block in other window. If this feature is already available please let me know, maybe I just lack knowledge.

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				Electrical engineering and automation
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Block-synchronization-in-block-navigator-tp5725383.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725259</id>
		<title>Re: .dwg file read by LibreCad when?</title>
		<published>2024-08-24T12:33:49Z</published>
		<updated>2024-08-24T12:33:49Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			Dwg support is limited. Currently, no developer is working on it from librecad side.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;PaulfromPoland wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hello 
&lt;br/&gt;&lt;br/&gt;When will I have the possibility of opening .dwg file on LibreCad. Is any team working on this? 
&lt;br/&gt;Best regards
&lt;br/&gt;Pawel 
&lt;br/&gt;&lt;br/&gt;Or any hint how can I open .dwg file directly, not after the previous change to .dxf
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/dwg-file-read-by-LibreCad-when-tp5725251p5725259.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5725251"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5725251</id>
		<title>.dwg file read by LibreCad when?</title>
		<published>2024-08-22T10:26:56Z</published>
		<updated>2024-08-22T10:26:56Z</updated>
		<author>
			<name>PaulfromPoland</name>
		</author>
		<content type="html">
			Hello 
&lt;br/&gt;&lt;br/&gt;When will I have the possibility of opening .dwg file on LibreCad. Is any team working on this? 
&lt;br/&gt;Best regards
&lt;br/&gt;Pawel 
&lt;br/&gt;&lt;br/&gt;Or any hint how can I open .dwg file directly, not after the previous change to .dxf

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/dwg-file-read-by-LibreCad-when-tp5725251.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5724120</id>
		<title>Re: Read AutoCAD's DWG file format</title>
		<published>2024-01-15T07:31:43Z</published>
		<updated>2024-01-15T07:31:43Z</updated>
		<author>
			<name>LordOfBikes</name>
		</author>
		<content type="html">
			Sadly it is still not possible for LibreCAD 2.*!
&lt;br/&gt;It was extensively discussed back in 2012 iirc that the LibreDWG license is not compatible with GPLv2, to which LibreCAD is still bound because of its QCAD roots.

	
	
	&lt;div class=&quot;signature weak-color&quot;&gt;
				&lt;sup&gt;investing less than half an hour into &lt;a href=&quot;https://forum.librecad.org/template/NamlServlet.jtp?macro=adv_search_page&amp;node=4499512&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;Search&lt;/a&gt; function can save hours or days of waiting for a solution&lt;/sup&gt;
			&lt;/div&gt;
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Read-AutoCAD-s-DWG-file-format-tp5724062p5724120.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5724119"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5724119</id>
		<title>Re: Read AutoCAD's DWG file format</title>
		<published>2024-01-14T22:52:01Z</published>
		<updated>2024-01-14T22:52:01Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			I think it's possible, if you want join the development.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;桃花潭水 wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Can I use LibreDWG, the open source DWG file library, to complete LibreCAD's DWG format
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Read-AutoCAD-s-DWG-file-format-tp5724062p5724119.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5724076"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5724076</id>
		<title>Re: Read AutoCAD's DWG file format</title>
		<published>2024-01-04T19:37:41Z</published>
		<updated>2024-01-04T19:37:41Z</updated>
		<author>
			<name>桃花潭水</name>
		</author>
		<content type="html">
			Can I use LibreDWG, the open source DWG file library, to complete LibreCAD's DWG format

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Read-AutoCAD-s-DWG-file-format-tp5724062p5724076.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5724074"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5724074</id>
		<title>Re: Read AutoCAD's DWG file format</title>
		<published>2024-01-04T13:36:02Z</published>
		<updated>2024-01-04T13:36:02Z</updated>
		<author>
			<name>dxli</name>
		</author>
		<content type="html">
			Dwg support is minimum. Dxf support is only up to dxf 2007.
&lt;br/&gt;&lt;br/&gt;&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;桃花潭水 wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hello LibreCAD developers：
&lt;br/&gt;&amp;nbsp; I compiled LibreCAD according to the official documentation and can build it with QT, but I found that it seems to be not so friendly to AutoCAD DWG files. Even DXF files drawn in AutoCAD, I opened them with LibreCAD, and the text in the files was gone. What plugins can I use to improve these features?
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;——Xiao Ke
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;


	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Read-AutoCAD-s-DWG-file-format-tp5724062p5724074.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5724062"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5724062</id>
		<title>Read AutoCAD's DWG file format</title>
		<published>2024-01-04T01:05:38Z</published>
		<updated>2024-01-04T01:05:38Z</updated>
		<author>
			<name>桃花潭水</name>
		</author>
		<content type="html">
			Hello LibreCAD developers：
&lt;br/&gt;&amp;nbsp; I compiled LibreCAD according to the official documentation and can build it with QT, but I found that it seems to be not so friendly to AutoCAD DWG files. Even DXF files drawn in AutoCAD, I opened them with LibreCAD, and the text in the files was gone. What plugins can I use to improve these features?
&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;——Xiao Ke
&lt;br/&gt;&lt;br/&gt;

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Read-AutoCAD-s-DWG-file-format-tp5724062.html" />
		
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5723259</id>
		<title>Re: Appimage for librecad 3</title>
		<published>2023-08-23T00:05:07Z</published>
		<updated>2023-08-23T00:05:07Z</updated>
		<author>
			<name>dnh234589</name>
		</author>
		<content type="html">
			There was an error in my pseudo code. Trying again:
&lt;br/&gt;&lt;br/&gt;line = lineBuilder(start=(0,0),end=(10,100),layer=0).insert()
&lt;br/&gt;for j in range(7):
&lt;br/&gt;&amp;nbsp; line.rotate(angle=45*(j+1),about=(0,0)).insert()

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Appimage-for-librecad-3-tp5723225p5723259.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5723258"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5723258</id>
		<title>Re: Appimage for librecad 3</title>
		<published>2023-08-23T00:02:43Z</published>
		<updated>2023-08-23T00:02:43Z</updated>
		<author>
			<name>dnh234589</name>
		</author>
		<content type="html">
			In terms of how it's going, well it's functional aside from known bugs that I've read about (green screen on startup, etc) but I think I'll keep using v2.x.x for my main work for now. I have many suggestions or feature requests but I'm afraid of offering too many too early. In other words I recognize this is super fresh and young, and I'm blessed to be able to have it for free.. so suggesting large features is a little like looking a gift horse in the mouth. With that said, if the following is helpful then here are two high level comments:
&lt;br/&gt;&lt;br/&gt;. GUI. The buttons are huge and.the gaps between panels are huge and the space around the properties table is huge and everything is huge. So even with my best efforts to move things around and make it all as compact and out of the way as possible, and even stacking panels on top of other panels by dragging them on top of each other to create tabs, I still have a very very small space to actually draw in. It's frustrating to have only 1/2 to 2/3 of the screen area as the drawing area. Basically everything in the GUI needs to be way smaller, tighter, and more space-efficient so the drawing area can be huge instead.
&lt;br/&gt;&lt;br/&gt;. The new scripting functionality is awesome and it's what I came for but (a) I know others have suggested python, but it really would make it more appealing to more people I think. Still, if I've gotta learn lua I'll learn lua. I'll just grumble as I do it. (b) I see the way it operates is basically to give a list of operations that sort of stack on top of each other. Using appendEntity and appendOperation. Maybe I'm missing something but it feels so awkward and super clunky to do it that way. Take the first example here: &lt;a href=&quot;https://wiki.librecad.org/index.php/LibreCAD_3_-_Lua_Scripting&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot; link=&quot;external&quot;&gt;https://wiki.librecad.org/index.php/LibreCAD_3_-_Lua_Scripting&lt;/a&gt;&lt;br/&gt;In that example &amp;quot;This create 128 entities, because the Copy operation copy all the lines on each loop.&amp;quot; Wow. I could imagine how to write it to NOT &amp;nbsp;copy all the lines on each loop but it'd be much longer and quite repetitive. Why is it being done this way with all the operations appended on previous operations? Could it not be more like the following pseudo code? This is more what I was expecting.
&lt;br/&gt;&lt;br/&gt;line = lineBuilder(start=(0,0),end=(10,100),layer=0).insert()
&lt;br/&gt;for j in range(7):
&lt;br/&gt;&amp;nbsp; line.rotate(angle=45,about=(0,0)).insert()
&lt;br/&gt;&lt;br/&gt;That paradigm for coding is super short and understandable to the reader. No need to stack operations. Though I understand maybe under the hood that is what is happening...

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Appimage-for-librecad-3-tp5723225p5723258.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5723257"/>
	</entry>
	<entry>
		<id>tag:librecad.169.s1.nabble.com,2006:post-5723257</id>
		<title>Re: Appimage for librecad 3</title>
		<published>2023-08-22T23:33:08Z</published>
		<updated>2023-08-22T23:33:08Z</updated>
		<author>
			<name>flywire</name>
		</author>
		<content type="html">
			&lt;blockquote class=&quot;quote dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;dnh234589 wrote&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I'm interested in trying Librecad 3... I'm attracted to the scripting capability.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
It would be nice if you could keep the community updated on how it is going.

	
	
	
			
		</content>
		<link rel="alternate" type="text/html" href="https://forum.librecad.org/Appimage-for-librecad-3-tp5723225p5723257.html" />
		<thr:in-reply-to ref="tag:librecad.169.s1.nabble.com,2006:post-5723225"/>
	</entry>
</feed>