<?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>hexmap | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/hexmap/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>Wed, 18 Feb 2026 13:48:54 +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>hexmap | 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>The joys of Flutter web</title>
		<link>https://learncgames.com/the-joys-of-flutter-web/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-joys-of-flutter-web</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 16 Feb 2026 20:41:47 +0000</pubDate>
				<category><![CDATA[Dart]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[hexmap]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=3513</guid>

					<description><![CDATA[<p>Originally I was going to use Tiled to draw hexagons in a Flutter web game. But it seemed easier to do it manually without having to worry about working with the .tmx format which is an all singing format based on a XML file structure, and seems more suited to static maps. My game includes [&#8230;]</p>
The post <a href="https://learncgames.com/the-joys-of-flutter-web/">The joys of Flutter web</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-3514" src="https://learncgames.com/wp-content/uploads/2026/02/hexmap.png" alt="Hexmap running at 10.9 fps" width="934" height="877" srcset="https://learncgames.com/wp-content/uploads/2026/02/hexmap.png 934w, https://learncgames.com/wp-content/uploads/2026/02/hexmap-300x282.png 300w, https://learncgames.com/wp-content/uploads/2026/02/hexmap-768x721.png 768w" sizes="(max-width: 934px) 100vw, 934px" />Originally I was going to use Tiled to draw hexagons in a Flutter web game. But it seemed easier to do it manually without having to worry about working with the .tmx format which is an all singing format based on a XML file structure, and seems more suited to static maps.</p>
<p>My game includes a map generator although that&#8217;s not hooled up yet.</p>
<p>I&#8217;ve been doing experiments and have a Flutter web program displaying a 40 x 40 hexes map, complete with text. It does this at around 6-10 fps.   This is on a 3 1/2 year old PC. I think it should be sufficent frame rate for a web strategy game. It also displays images and there&#8217;s a faint one on the sizth row.</p>
<p>If you look very closely in the middle of the ninth row you might see a hex with the value 2 that&#8217;s been clicked on with a faint circle highighting it.</p>
<p>The hexes aren&#8217;t quite meshing together with a solid border so that needs sorting.</p>The post <a href="https://learncgames.com/the-joys-of-flutter-web/">The joys of Flutter web</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">3513</post-id>	</item>
	</channel>
</rss>
