esnosy / minimal_window

A very small C library for putting pixels on the screen, perfect for software raytracing projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native macOS AppKit backend

esnosy opened this issue · comments

I don't have access to a mac but maybe GNUstep will help
https://gnustep.github.io/
https://github.com/gnustep/tools-scripts

Using scripts instead
image

Turn out you need both the tools-scripts and the other repos (base, gui, back, make), the tools-scripts has scripts that install build dependencies and also build GNUstep, so cool

Compiled hello world in Obj-C
image