<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for LibreCAD</title>
	<atom:link href="http://blog.librecad.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.librecad.org</link>
	<description>Blog about LibreCAD, an Open Source  2D CAD program</description>
	<lastBuildDate>Sat, 12 May 2012 17:20:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on More New features planned for LibreCAD 2.0.0 by Rono</title>
		<link>http://blog.librecad.org/2012/04/more-new-features-planned-for-librecad-2-0-0/#comment-2847</link>
		<dc:creator>Rono</dc:creator>
		<pubDate>Sat, 12 May 2012 17:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=294#comment-2847</guid>
		<description>Please give me an Autosnap!</description>
		<content:encoded><![CDATA[<p>Please give me an Autosnap!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1.0.0-rc4 released by загрузки</title>
		<link>http://blog.librecad.org/2011/10/1-0-0-rc4-released/#comment-2844</link>
		<dc:creator>загрузки</dc:creator>
		<pubDate>Fri, 11 May 2012 19:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=236#comment-2844</guid>
		<description>&lt;strong&gt;загрузки...&lt;/strong&gt;

[...]LibreCAD &#187; Blog Archive &#187; 1.0.0-rc4 released - Blog about LibreCAD, an Open Source 2D CAD program[...]...</description>
		<content:encoded><![CDATA[<p><strong>загрузки&#8230;</strong></p>
<p>[...]LibreCAD &raquo; Blog Archive &raquo; 1.0.0-rc4 released &#8211; Blog about LibreCAD, an Open Source 2D CAD program[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appollonius Gasket by mbue</title>
		<link>http://blog.librecad.org/2012/04/appollonius-gasket/#comment-2843</link>
		<dc:creator>mbue</dc:creator>
		<pubDate>Fri, 11 May 2012 11:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=297#comment-2843</guid>
		<description>I&#039;m not really involved with the FreeCAD project anymore (lack of extra spare time :-( ).
But if they still need the code for their 2D Sketcher I&#039;d suggest to contact them directly about your implementation(s). They are certainly more advanced than anything I&#039;ve done with my amateur coding.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not really involved with the FreeCAD project anymore (lack of extra spare time <img src='http://blog.librecad.org/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ).<br />
But if they still need the code for their 2D Sketcher I&#8217;d suggest to contact them directly about your implementation(s). They are certainly more advanced than anything I&#8217;ve done with my amateur coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appollonius Gasket by dli</title>
		<link>http://blog.librecad.org/2012/04/appollonius-gasket/#comment-2842</link>
		<dc:creator>dli</dc:creator>
		<pubDate>Thu, 10 May 2012 14:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=297#comment-2842</guid>
		<description>Hi mbue,

we can share the code here. Since I actually wrote the code from scratch, there&#039;s no problem of licensing/copyright.

Currently, LC has its own solvers for: linear equation sets, quadratic, cubic, and quartic equations, simultaneous quadratic equation sets of two variables. I&#039;m building a more unified equation solver to take everything here as a quadratic form (with linear as a special case), then, a unified quadratic-quadratic intersection can be used to find intersections between any two of: line, circle, ellipse, hyperbola and parabola. With hyperbola and parabola, we can construct any tangent circle of given circles (with points as zero-radius circles, and lines as a special case using parabola). The development is not complete yet, more testing is needed, but I do think this is viable way, and the code base should be neat in C++11 (without boost).

Thanks,

dli</description>
		<content:encoded><![CDATA[<p>Hi mbue,</p>
<p>we can share the code here. Since I actually wrote the code from scratch, there&#8217;s no problem of licensing/copyright.</p>
<p>Currently, LC has its own solvers for: linear equation sets, quadratic, cubic, and quartic equations, simultaneous quadratic equation sets of two variables. I&#8217;m building a more unified equation solver to take everything here as a quadratic form (with linear as a special case), then, a unified quadratic-quadratic intersection can be used to find intersections between any two of: line, circle, ellipse, hyperbola and parabola. With hyperbola and parabola, we can construct any tangent circle of given circles (with points as zero-radius circles, and lines as a special case using parabola). The development is not complete yet, more testing is needed, but I do think this is viable way, and the code base should be neat in C++11 (without boost).</p>
<p>Thanks,</p>
<p>dli</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appollonius Gasket by mbue</title>
		<link>http://blog.librecad.org/2012/04/appollonius-gasket/#comment-2841</link>
		<dc:creator>mbue</dc:creator>
		<pubDate>Thu, 10 May 2012 07:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=297#comment-2841</guid>
		<description>Ohhh, nice!
I tried to implement something for FreeCAD a while ago, but gave up because of my limited knowledge (or rather experience) of the more complex math. So much kudos to you for actually managing it. :-)

Now I only wish this would also work for lines/points (radius infinite &amp; zero respectively) already ;-)</description>
		<content:encoded><![CDATA[<p>Ohhh, nice!<br />
I tried to implement something for FreeCAD a while ago, but gave up because of my limited knowledge (or rather experience) of the more complex math. So much kudos to you for actually managing it. <img src='http://blog.librecad.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now I only wish this would also work for lines/points (radius infinite &amp; zero respectively) already <img src='http://blog.librecad.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Experimental &#8220;Offset&#8221; support in LibreCAD by Outdoor Shutters For Windows</title>
		<link>http://blog.librecad.org/2011/11/experimental-offset-support-in-librecad/#comment-2836</link>
		<dc:creator>Outdoor Shutters For Windows</dc:creator>
		<pubDate>Mon, 07 May 2012 11:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=263#comment-2836</guid>
		<description>&lt;strong&gt;Outdoor Shutters For Windows...&lt;/strong&gt;

[...]LibreCAD &#187; Blog Archive &#187; Experimental &#8220;Offset&#8221; support in LibreCAD - Blog about LibreCAD, an Open Source 2D CAD program[...]...</description>
		<content:encoded><![CDATA[<p><strong>Outdoor Shutters For Windows&#8230;</strong></p>
<p>[...]LibreCAD &raquo; Blog Archive &raquo; Experimental &#8220;Offset&#8221; support in LibreCAD &#8211; Blog about LibreCAD, an Open Source 2D CAD program[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Beta 6 plans, Community Development, Ubuntu 11.04 by Woodworking The Golden Rules Of Wood Turning Safety</title>
		<link>http://blog.librecad.org/2011/04/beta-6-plans-community-development-ubuntu-11-04/#comment-2835</link>
		<dc:creator>Woodworking The Golden Rules Of Wood Turning Safety</dc:creator>
		<pubDate>Mon, 07 May 2012 06:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.librecad.org/?p=181#comment-2835</guid>
		<description>&lt;strong&gt;Woodworking The Golden Rules Of Wood Turning Safety...&lt;/strong&gt;

[...]LibreCAD &#187; Blog Archive &#187; Beta 6 plans, Community Development, Ubuntu 11.04 - Blog about LibreCAD, an Open Source 2D CAD program[...]...</description>
		<content:encoded><![CDATA[<p><strong>Woodworking The Golden Rules Of Wood Turning Safety&#8230;</strong></p>
<p>[...]LibreCAD &raquo; Blog Archive &raquo; Beta 6 plans, Community Development, Ubuntu 11.04 &#8211; Blog about LibreCAD, an Open Source 2D CAD program[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s up with the DWG adoption in free software? by RvT</title>
		<link>http://blog.librecad.org/2012/01/whats-up-with-the-dwg-adoption-in-free-software/#comment-2829</link>
		<dc:creator>RvT</dc:creator>
		<pubDate>Thu, 03 May 2012 21:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=286#comment-2829</guid>
		<description>Thanks for your words!

We do know that LibreCAD is used in countries where there is no $$ to buy proprietary software (I live in such country myself), therefor it&#039;s import for us to keep LibreCAD free. Personally I wouldn&#039;t say that DWG support is upmost important, but a very nice to have so users like you don&#039;t have to use software to do the DWG conversion and be able to exchange  drawings freely.

- Automatic snap will be coming with LibreCAD 2.0

Currently we are thinking and putting out ideas what LibreCAD 3 (it will hopefully be a full re-write) will look like and what it&#039;s capabilities should be and we will put up a list of features we want to implement later this year and ask for our users input and decide what is important and not.
We do know already that the following items are important:

1) Theming, create and use your own icons
2) Scripting support by means of Python for example
3) Create your own keyboard maps shortcuts and command line entries

Ries</description>
		<content:encoded><![CDATA[<p>Thanks for your words!</p>
<p>We do know that LibreCAD is used in countries where there is no $$ to buy proprietary software (I live in such country myself), therefor it&#8217;s import for us to keep LibreCAD free. Personally I wouldn&#8217;t say that DWG support is upmost important, but a very nice to have so users like you don&#8217;t have to use software to do the DWG conversion and be able to exchange  drawings freely.</p>
<p>- Automatic snap will be coming with LibreCAD 2.0</p>
<p>Currently we are thinking and putting out ideas what LibreCAD 3 (it will hopefully be a full re-write) will look like and what it&#8217;s capabilities should be and we will put up a list of features we want to implement later this year and ask for our users input and decide what is important and not.<br />
We do know already that the following items are important:</p>
<p>1) Theming, create and use your own icons<br />
2) Scripting support by means of Python for example<br />
3) Create your own keyboard maps shortcuts and command line entries</p>
<p>Ries</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s up with the DWG adoption in free software? by Vladzimir</title>
		<link>http://blog.librecad.org/2012/01/whats-up-with-the-dwg-adoption-in-free-software/#comment-2827</link>
		<dc:creator>Vladzimir</dc:creator>
		<pubDate>Thu, 03 May 2012 20:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=286#comment-2827</guid>
		<description>I&#039;m sorry for my English, but I say:
-- what will give dwg-support?
-- nothing.

below will explain why.
- Why you need dwg-support???
- To get users of other (proprietary) software.

Implementation of the &#039;dwg-support&#039; coming this project to this: full compatibility with other software will not.
files from AutoCAD will open in librecad with a buggy.
At the same time, the librecad-files will be displayed incorrectly  in AutoCAD (and other *-cad).

I am using (with varying success) qcad \ librecad from 2007. mainly develop small schemes for construction workers (I&#039;m an engineer for thermal insulation). for my work it nearly enough.
but my fellow architects, for whom * cad is the main instrument from morning to night, terribly lacking functionality librecad.
the fact that they are important speed - and this is closely related to the functionality of the application.

a shortage of the basic functions:
- Automatic snap
- The possibility to assign keyboard shortcuts to various commands
- Editing, creating, destination  of styles to objects (the ability to adjust the parameters for drawing standards, modify
dimension lines and arrows, etc.)
- (Then you can implement support for dwg)
- In the future - built-in language

 and once again return to dwg.
If librecad will have a normal feature, you can go to him and without a dwg.
Nothing prevented me to convert my dwg-projects (by the way, from  stolen proprietary CAD - I live in one of the post-Soviet countries) in dxf, and then then finish them in a  qcad.


PS Many house-developers of my country would have gladly switched to free software, instead of sitting, fear, and wait for them to come :)
and in recent years come more often.

Thank you for your attention.
and again sorry for my english ...</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry for my English, but I say:<br />
&#8211; what will give dwg-support?<br />
&#8211; nothing.</p>
<p>below will explain why.<br />
- Why you need dwg-support???<br />
- To get users of other (proprietary) software.</p>
<p>Implementation of the &#8216;dwg-support&#8217; coming this project to this: full compatibility with other software will not.<br />
files from AutoCAD will open in librecad with a buggy.<br />
At the same time, the librecad-files will be displayed incorrectly  in AutoCAD (and other *-cad).</p>
<p>I am using (with varying success) qcad \ librecad from 2007. mainly develop small schemes for construction workers (I&#8217;m an engineer for thermal insulation). for my work it nearly enough.<br />
but my fellow architects, for whom * cad is the main instrument from morning to night, terribly lacking functionality librecad.<br />
the fact that they are important speed &#8211; and this is closely related to the functionality of the application.</p>
<p>a shortage of the basic functions:<br />
- Automatic snap<br />
- The possibility to assign keyboard shortcuts to various commands<br />
- Editing, creating, destination  of styles to objects (the ability to adjust the parameters for drawing standards, modify<br />
dimension lines and arrows, etc.)<br />
- (Then you can implement support for dwg)<br />
- In the future &#8211; built-in language</p>
<p> and once again return to dwg.<br />
If librecad will have a normal feature, you can go to him and without a dwg.<br />
Nothing prevented me to convert my dwg-projects (by the way, from  stolen proprietary CAD &#8211; I live in one of the post-Soviet countries) in dxf, and then then finish them in a  qcad.</p>
<p>PS Many house-developers of my country would have gladly switched to free software, instead of sitting, fear, and wait for them to come <img src='http://blog.librecad.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
and in recent years come more often.</p>
<p>Thank you for your attention.<br />
and again sorry for my english &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Initial support for simplified Chinese fonts by Ian</title>
		<link>http://blog.librecad.org/2011/11/initial-support-for-simplified-chinese-fonts/#comment-2822</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 01 May 2012 14:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.librecad.org/?p=247#comment-2822</guid>
		<description>Nice. LibreCAD simplified fonts for Chinese is sure to be helpful for Chinese out there. With this, they can understand it more and comprehend faster. Just a sort of suggestion, I think it would be better if the Chinese fonts are bigger than the word LibreCAD to add more emphasis on the Chinese font. However, it&#039;s already fine though. 

Ian from &lt;a href=&quot;http://www.robedebaptemefille.com&quot; rel=&quot;nofollow&quot;&gt;robe de baptême fille&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Nice. LibreCAD simplified fonts for Chinese is sure to be helpful for Chinese out there. With this, they can understand it more and comprehend faster. Just a sort of suggestion, I think it would be better if the Chinese fonts are bigger than the word LibreCAD to add more emphasis on the Chinese font. However, it&#8217;s already fine though. </p>
<p>Ian from <a href="http://www.robedebaptemefille.com" >robe de baptême fille</a> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

