<?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>OpenGL | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/opengl/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>Mon, 15 Jun 2020 14:32:23 +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>OpenGL | 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>A Game engine in C &#8211; permafrost</title>
		<link>https://learncgames.com/a-game-engine-in-c-permafrost/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-game-engine-in-c-permafrost</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sun, 21 Jun 2020 23:00:14 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[OpenGL]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=848</guid>

					<description><![CDATA[<p>It just shows what you can do in 38,000 lines of code. Permafrost Engine is an OpenGL 3.3 Real Time Strategy game engine written in C.  The image is from the game Everglory. You need SDL 2 plus a few other dependencies listed on the site to build the engine.  It&#8217;s also cross-platform. I&#8217;ve added [&#8230;]</p>
The post <a href="https://learncgames.com/a-game-engine-in-c-permafrost/">A Game engine in C – permafrost</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;:656,&quot;href&quot;:&quot;https:\/\/github.com\/eduard-permyakov\/permafrost-engine&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260202100355\/https:\/\/github.com\/eduard-permyakov\/permafrost-engine&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 17:12:20&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-16 23:28:37&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-22 05:50:41&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-27 12:29:55&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-06 17:33:00&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-10 09:23:11&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-18 07:21:08&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-26 07:07:35&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 09:11:30&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-05 11:19:19&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-11 14:23:01&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-15 05:15:10&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-18 06:56:55&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-18 06:56:55&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-850" src="https://learncgames.com/wp-content/uploads/2020/06/permafrost-screenshot-1.png" alt="Permafrost image" width="450" height="253" srcset="https://learncgames.com/wp-content/uploads/2020/06/permafrost-screenshot-1.png 450w, https://learncgames.com/wp-content/uploads/2020/06/permafrost-screenshot-1-300x169.png 300w" sizes="(max-width: 450px) 100vw, 450px" />It just shows what you can do in 38,000 lines of code. <a title="Link to Permafrost Engine on Github" href="https://github.com/eduard-permyakov/permafrost-engine" target="_blank" rel="noopener noreferrer">Permafrost Engine</a> is an OpenGL 3.3 Real Time Strategy game engine written in C.  The image is from the game Everglory.</p>
<p>You need SDL 2 plus a few other dependencies listed on the site to build the engine.  It&#8217;s also cross-platform.</p>
<p>I&#8217;ve added it as a permanent link to the <a title="Link to C Code links" href="https://learncgames.com/c-code-links/" target="_blank" rel="noopener noreferrer">C Code links</a>.</p>The post <a href="https://learncgames.com/a-game-engine-in-c-permafrost/">A Game engine in C – permafrost</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">848</post-id>	</item>
	</channel>
</rss>
