Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hi right now i'm migrating the gui toolkit core to C and i found i spent so much time writting "library wrappers for Nim" D:, also i was eventually making use of unsafe code in Nim to match C behavior so the rewrite is just a "change of syntax" instead a "rewrite from scratch". i'm expecting maybe 1~2 months and there will be new benefits:

- it will now use SDL3 instead handmade platform code, so there will be a Mac version and initial Linux Wayland support. Also it's the first big step for Android/iPad version in a very future

- i will be able fix many bugs and remove a lot of workarounds related UI/UX due a crappy emulation of object oriented programming i did in Nim. Haxe aligns 1:1 with my gui toolkit architecture and thankfully i can use it as an embedded language so i will not commit the same errors with Nim  related making it the main language.