This is a little post about using Haxe's macro class {} reification syntax to make it easier to write macros that make it easier to write your code.
Continue reading⚂ Now with random descriptions!
This is a little post about using Haxe's macro class {} reification syntax to make it easier to write macros that make it easier to write your code.
Continue reading
This is a little post about how to give your Haxe-Neko (or just Neko VM) executables (made using nekotools boot) a custom icon on Windows.
Continue readingI made a web-based icon converter tool! You can check it out and/or read this small post I wrote about development.
Continue readingI released a new tool today! It takes pixel font "tilesets" and converts them into actual TTF fonts! It is also 100% web-based, meaning that you can try it out right now. And this post details the development process for it. Also it doesn't have a catchy name for now since I've not come up with a good pun yet.
Continue reading
This is a small post about the algorithm I wrote for the recent pixel font tool to establish paths of shapes and holes on the image.
Continue reading
This is a small note that I have made a quick Haxe variant of the first part of my "small guide on writing interpreters". You can see an interactive Haxe-JS demo above, and find the Haxe source code on bitbucket.
Recently someone pointed out that they never knew that GMEdit was made in Haxe, and that you often don't even know that something was made in Haxe. Which is a pretty good point - for instance, you might suspect that a lot of things that I do have some parts of them written in Haxe, but never exact.
So, as for my activities, I looked over the local projects and formed a semi-comprehensive list of which of my works to date were made in Haxe, and to what extent (excluding ones still under non-disclosure agreements, obviously).
Also includes an opening on why I like Haxe anyway.
Continue readingSometimes I have one or other semi-obscure Haxe question, find nothing via search, and think "I feel like I asked about this before somewhere". And sometimes it turns out that yes, I did, but it usually takes a while to find what project houses the solution code, or where did I ask it.
This post is a small dump of such questions, mostly eventually self-answered.
Continue readingFor a little while now, I was working on a new thing - a program that would allow to test GameMaker code right in your browser. It is now complete, published, and is pretty cool.
You can either check it out right now or continue reading for development details and a bunch of demonstrations of it in action.
Continue reading
Game's title screen
This week a One Script Games jam was held on GameMaker forums. In short, the rules are that the entire game must be done inside a single script (function), which is then called once per frame, and must make use of built-in functions to store and process all needed information.
While potentially a little quirky, this seemed like an interesting challenge, so I made a game for it.
The result is a mini-FPS that is a mix of Doom, Quake, and a particular cue sport.
You can download it right now or read the full post for technical details.
Continue reading