-
Clone this repo
-
git clone https://github.com/AqeAyen/Rotating-Cube-No-Vector3-Raylib-.git
-
Install xmake
pkg i xmake
(in termux) and raylibpkg i raylib
(termux) -
type
xmake
to build -
and
xmake run
to run
- Clone this repo
- generate a cmakelists by using
xmake project -k cmakelists
- Make a build directory
mkdir build
(bash) - Enter the directory and type
cmake .. && make