NSG650 / c64cube

spinny cube on the C64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spinny cube

spinny cube

c64cube running ih VICE (C64SC)

how 2 build

you need the LLVM-MOS SDK to build c64cube.

once you extracted it somewhere, invoke CMake like so:

cmake .. -DCMAKE_PREFIX_PATH=$HOME/.local/llvm-mos

CMake might complain that it couldn't find a make program. if that is the case, add -DCMAKE_MAKE_PROGRAM=$(which make) to your CMake arguments.

now run make -j$(nproc), then load the c64cube.prg program file into an emulator of choice

About

spinny cube on the C64


Languages

Language:C++ 50.6%Language:C 40.7%Language:CMake 4.5%Language:Python 4.2%