<?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>Janko in a Jar &#187; haxe</title>
	<atom:link href="http://itmmetelko.com/blog/category/haxe/feed/" rel="self" type="application/rss+xml" />
	<link>http://itmmetelko.com/blog</link>
	<description>Pickled ramblings and homemade marmalade</description>
	<lastBuildDate>Sun, 31 Jan 2010 14:41:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Embedding NekoVM with compiled Haxe code into C/C++ application</title>
		<link>http://itmmetelko.com/blog/2008/11/13/embedding-nekovm-with-compiled-haxe-code-into-cc-application/</link>
		<comments>http://itmmetelko.com/blog/2008/11/13/embedding-nekovm-with-compiled-haxe-code-into-cc-application/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 12:07:30 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[haxe]]></category>
		<category><![CDATA[nekovm]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2008/11/13/embedding-nekovm-with-compiled-haxe-code-into-cc-application/</guid>
		<description><![CDATA[C++ calls Neko
You can see how to embed NekoVM and make calls from C/C++ application to the Neko code on this page.
To reacap. You create a (exported) neko function like this:

$exports.add = function(a, b) { return a + b; }

And call it from c++ like this:

int n_add(value module)
{
    value n_add = val_field(module,val_id("add"));
 [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2008/11/13/embedding-nekovm-with-compiled-haxe-code-into-cc-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haxe &amp; NekoVM meet PTK</title>
		<link>http://itmmetelko.com/blog/2008/10/12/haxe-nekovm-meet-ptk/</link>
		<comments>http://itmmetelko.com/blog/2008/10/12/haxe-nekovm-meet-ptk/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 10:42:39 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[PTK]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[nekovm]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2008/10/12/haxe-nekovm-meet-ptk/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2008/10/12/haxe-nekovm-meet-ptk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>QUBIDRAW FIND &#8211; 4 activities done</title>
		<link>http://itmmetelko.com/blog/2008/04/20/qubidraw-find-4-activities-done/</link>
		<comments>http://itmmetelko.com/blog/2008/04/20/qubidraw-find-4-activities-done/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 20:43:32 +0000</pubDate>
		<dc:creator>janko</dc:creator>
				<category><![CDATA[Having some fun]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[my games]]></category>

		<guid isPermaLink="false">http://itmmetelko.com/blog/2008/04/20/qubidraw-find-4-activities-done/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://itmmetelko.com/blog/2008/04/20/qubidraw-find-4-activities-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
