<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GUI | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/gui/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Fri, 13 Mar 2020 16:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>GUI | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>I&#8217;m tempted to go Nuklear</title>
		<link>https://learncgames.com/im-tempted-to-go-nuklear/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=im-tempted-to-go-nuklear</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 17 Mar 2020 00:00:01 +0000</pubDate>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[GUI]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=150</guid>

					<description><![CDATA[<p>Nuklear is a library that is a single-header ANSI C immediate mode cross-platform GUI toolkit. It lets you develop stylish and beautiful GUIs for your applications. It&#8217;s written in C but any programming language that can work with C such as C++ or Python can also use it. Importantly, it also includes documentation so you [&#8230;]</p>
The post <a href="https://learncgames.com/im-tempted-to-go-nuklear/">I’m tempted to go Nuklear</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:815,&quot;href&quot;:&quot;https:\/\/github.com\/Immediate-Mode-UI\/Nuklear&quot;,&quot;archived_href&quot;:&quot;&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[],&quot;broken&quot;:false,&quot;last_checked&quot;:null,&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:816,&quot;href&quot;:&quot;https:\/\/cdn.statically.io\/gh\/Immediate-Mode-UI\/nuklear\/master\/doc\/nuklear.html&quot;,&quot;archived_href&quot;:&quot;&quot;,&quot;redirect_href&quot;:&quot;http:\/\/cdn.statically.io\/gh\/Immediate-Mode-UI\/nuklear@master\/doc\/nuklear.html&quot;,&quot;checks&quot;:[],&quot;broken&quot;:false,&quot;last_checked&quot;:null,&quot;process&quot;:&quot;done&quot;}]'></div>
<p><a href="https://github.com/Immediate-Mode-UI/Nuklear" target="_blank" rel="noopener noreferrer"><img fetchpriority="high" decoding="async" class="size-medium wp-image-152 alignleft" src="https://learncgames.com/wp-content/uploads/2020/03/Nuklear-1-300x231.png" alt="Gallery Image of GUI developed with Nuklear" width="300" height="231" srcset="https://learncgames.com/wp-content/uploads/2020/03/Nuklear-1-300x231.png 300w, https://learncgames.com/wp-content/uploads/2020/03/Nuklear-1.png 579w" sizes="(max-width: 300px) 100vw, 300px" />Nuklear</a> is a library that is a single-header ANSI C immediate mode cross-platform GUI toolkit. It lets you develop stylish and beautiful GUIs for your applications. It&#8217;s written in C but any programming language that can work with C such as C++ or Python can also use it.</p>
<p>Importantly, it also includes <a href="https://cdn.statically.io/gh/Immediate-Mode-UI/nuklear/master/doc/nuklear.html" target="_blank" rel="noopener noreferrer">documentation</a> so you can make use of it. The best software in the world is useless if you can&#8217;t use it and GUI toolkits tend to be a little bit more complicated than say a text editor.  This is nicely written, and though it&#8217;s just one document, it&#8217;s a long one!</p>
<p>It&#8217;s one thing to write a simple GUI as I did in that Empire game but mine was only 600 lines long and pretty rough looking. Nuklear is 18,000 lines long ie 30x as big.  If there&#8217;s one thing I&#8217;ve found from my software development experience, it&#8217;s that a nice looking piece of software will get away with having more bugs than something that looks not as nice.</p>
<p>&nbsp;</p>The post <a href="https://learncgames.com/im-tempted-to-go-nuklear/">I’m tempted to go Nuklear</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150</post-id>	</item>
	</channel>
</rss>
