Post #3118848
2026-02-13 04:28 UTC
@demofox@mastodon.gamedev.place Cool library! For compilation on macOS one can use (maybe you want to add this to the readme file, could be useful for some people):
clang++ main.cpp -framework Metal -framework Cocoa
Replies (1)
-
@demofox@mastodon.gamedev.place 2026-02-13 04:48
@sol_prog@mastodon.social Thanks Paul, added!