Docs Showcase

Showcase


Showcase

Haxe Summit 2018 - Consuming injections with minimal dependencies


Find below the video and slide for Francis’s talk about hexInject at Haxe Summit 2018 in Seattle.

Read more »
Showcase

TicTacToe


Find below two examples of the popular tic-tac-toe game. I’ve made a single and a multi-module version to showcase you have the free choice to make your aplication as much scaled as you want. If you need, you can go for really module oriented implementation, but if you just want a simple game, without DSL, modules and all the crazy structures, you can just make a simple MVC implementation in one module.

Read more »
Showcase

Flickr Gallery - MDVC (Experimental)


This is a simple example using hexMachina to load images from Flickr and display them. It uses a hexMachina’s ICompletable API and is based on a MDVC architecture.

Read more »
Showcase

Flickr Gallery - MVC


This is a simple example using hexMachina to load images from Flickr and display them. It uses hexMachina’s classical MVC implementation.

Read more »