janm31415 / fltk-metal

How to use Metal to draw in an FLTK window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fltk-metal

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.

building

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.

About

How to use Metal to draw in an FLTK window

License:MIT License


Languages

Language:C++ 99.4%Language:CMake 0.3%Language:Objective-C++ 0.2%Language:Metal 0.1%