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

i'm trying to run it on Wine as well (GNU/Linux operating system, Ubuntu distribution) - the editor window appears blank - are there any plans to have it native on GNU/Linux, OSX, and other operating systems? or is anyone here skilled enough for helping us on that?

(+1)

The editor program uses a lot of Windows functions so would need separate include files for Windows and Linux, it's currently just one solid block of twenty-odd thousand lines of C (yes, I know...)  The compilers don't use any Windows calls if I remember correctly so they should be straightforward enough.  The other thing is that the project is ongoing so we'd need someone to commit to the project to convert any future Windows calls that are included.  As ever, I'm always happy to co-operate if someone wants to help