libretro / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
43 stars 19 forks source link

Craft compile fixes & rpi3&4 platform addition #34

Closed paradadf closed 4 years ago

paradadf commented 4 years ago

The core now compiles on rpi 3&4, but it still seems like an unfinished port (terrain isn't being rendered, no blocks can be placed, etc.).

inactive123 commented 4 years ago

Terrain definitely should be rendered and blocks should be able to be placed. For whatever reason indeed on ARM it exhibits these issues. I wish it could be fixed.