Tetra is a simple 2D game framework written in Rust. It uses SDL2 for event handling and OpenGL 3.2+ for rendering. API Docs Installation Guide Distribution Guide Examples Tutorial FAQ Status Tetra is being passively maintained, as of January 2022. No new features are planned, but occasional ...
You can also follow this video tutorial. Termux 0. Install packages to Termux pkg install python git rust libjpeg-turbo libcrypt ndk-sysroot clang zlib LDFLAGS="-L${PREFIX}/lib/" CFLAGS="-I${PREFIX}/include/" pip install --upgrade wheel pillow 1. Clone this repository git clone https...