MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
631 stars 58 forks source link

build on a Pi4 #175

Closed Exarkuniv closed 3 years ago

Exarkuniv commented 3 years ago

can the be built on a Pi4 or is this project only on x86.

and this is a very cool project BTW. FF8 is my Fav

Sebanisu commented 3 years ago

It runs on linux but the current program. If you can get to compile it should run on your pi. Though it might run out of memory. You'd need like arm versions of the libraries. It might take some playing around to get it to work.

Though this not done. So it mostly lets you test out the menu, world map, and battle modules. It's far from the whole game right now.

The code is a bit memory hungry mostly my fault. I was trying to preload a lot of things into memory. So I'd fill up the ram real fast. I'm trying to do better in my c++ port but it's slow going. I plan to back port things to this if I whenever get caught up. :)

Exarkuniv commented 3 years ago

thank you for getting back to me. might be something i would play around to see if i can get working just to do so. once i get better at hunting down things when errors pop up