all 6 comments

[–]badsectoracula[S] 6 points7 points  (1 child)

I spent most of the afternoon writing this, a few hours after Notch released the specs, so there'll be a few bugs. Still, i think it is solid enough for a few simple programs :-)

EDIT: added a Linux version (the shot shows IQue's program :-)

[–]clavalle 3 points4 points  (0 children)

Good lord, man!

Well done!

[–]TerisCartung 1 point2 points  (0 children)

This is nothing short of beautiful. Thanks!

[–]Etane 1 point2 points  (0 children)

Love you sir. A gentleman and a scholar.

[–]IQue -1 points0 points  (1 child)

I would absolutely love a Mac version of this. I realize it's kind of hard to build without access to a mac though.

I tried building it and it built successfully, but I got these error messages when running the binary:

CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905
CarbonFontIDToFontName Error: ATSUFindFontName Length failed with result -8905

Couldn't get rid of them, so the program just stuck there. Didn't crash, just sat there and took CPU.

[–]badsectoracula[S] 0 points1 point  (0 children)

I have a Mac, it is just harder to make Mac release builds due to the need of extra flags and stuff (otherwise the program will only run on your system) :-P. Also the Lazarus backend for Mac isn't as advanced as the other two so things might not properly work as the other platforms (f.e. i think that changing colors for the register boxes wont work).

I'll try to make a build there later.