Fabian Vogt

Results 739 comments of Fabian Vogt

The processor core is the same (arm926ej-s), just with a higher frequency. That means recompiling wouldn't change anything. I'm planning to release a new version soon though, which is built...

> Can we also add a vanilla low-resolution texture pack from Minecraft? You can already do that! Just save the vanilla `terrain.png` in PPM format as `ndless/crafti.ppm.tns`. > Can you...

> It looks like a curved rail when flipped That's because of a bug which got fixed some time ago. Try a build from latest master: [crafti.zip](https://github.com/Vogtinator/crafti/files/6144173/crafti.zip)

> Do you know when ControlX be available for the CX II? No. That needs a public bootrom exploit first.

About redstone, maybe you're expecting the Minecraft redstone behaviour? Crafti is different, see https://github.com/Vogtinator/crafti/issues/11

The new calcs still don't have an FPU, so using `float` instead of `Fix` for `GLFix` would most likely not result in a usable framerate. It might be possible to...