Continuum is a hobby project I started to learn more about low-level rendering on the GPU as well as astrophysics.
Important
This project is currently a WORK IN PROGRESS! Features may not work properly, or even work at all.
Requirements:
- Apple M3+ chip
- macOS which supports Metal 4
Instructions: Clone repo and execute the following commands:
mkdir build
cd build
cmake ..
cmake --build .When you are ready to run, enter ./continuum.
In the future, a pre-compiled .app / dmg installer will be available to download.