Is Timo’s pixels Repositorie the full Original LowRes Coder source? :3

1

Sylveon 2025-11-23 22:21

Read the title


Sylveon 2025-11-23 22:21

Thinking of recompiling it for Debian and Android :3


Sylveon 2025-11-23 22:22

Maybe windows too soon or later


Timo 2025-11-24 09:33

Yes, it's the full source code, but it's written in Objective-C and using native iOS functions, so you cannot simply compile it for other platforms.


Sylveon 2025-11-24 17:34

@Timo my plan is to replace the IOS functions like if the code says “#import <UIKit/UIKit.h>” I will replace it with “#include <SDL2/SDL.h>” :3


Sylveon 2025-11-24 17:38

And I can use libobjc to compile Objective C instead of the default C files


Timo 2025-11-25 14:43

Replacing the imports will not help. They are just to tell the compiler which libraries are used. But UIKit and SDL have nothing in common, so in the end you would have to rewrite a lot of code from scratch.


Sylveon 2025-11-25 19:57

@Timo ok :3


Log in to reply.