How to use Metal to draw in an FLTK window...
Only for MacOS. Make a window with FLTK and use metal-cpp as C++ interface for rendering with Metal.
All dependencies are delivered with the code, but FLTK is delivered as submodule, so don't forget to call
git submodule update --init
before you make an Xcode project with CMake.