Craft icon indicating copy to clipboard operation
Craft copied to clipboard

Delphi Translation :)

Open tothpaul opened this issue 6 years ago • 5 comments

Hello,

I've just published a Delphi translation of this repository, thank you very much for this amasing code !

tothpaul avatar Oct 28 '18 23:10 tothpaul

Very interesting. I'll have to check it out!

twetzel59 avatar Nov 09 '18 23:11 twetzel59

the network part do not work for now BTW, they are some mistake in the sscanf() implementation

https://github.com/tothpaul/DelphiCraft

tothpaul avatar Nov 10 '18 10:11 tothpaul

BTW not sure of the size of char in C but in my translation I had to extend Byte (8bit) to Word (16bits) the highest array in compute_chunk because the maximum value is 258

https://github.com/fogleman/Craft/blob/master/src/main.c#L961

tothpaul avatar Nov 10 '18 10:11 tothpaul

That's awesome. You should translate that to Nim now ;)

dom96 avatar Nov 10 '18 12:11 dom96

updated :) now I can connect on Michael's server but I have disabled the authentication.

tothpaul avatar Nov 11 '18 14:11 tothpaul