C-Macs – a pure C macOS application
github.com
C-Macs – a pure C macOS application
1–10 of 138 posts
Re: C-Macs – a pure C macOS application
#2Re: C-Macs – a pure C macOS application
#3Re: C-Macs – a pure C macOS application
#4Perhaps you want to release this into the public domain (see SQLite)?
Re: C-Macs – a pure C macOS application
#5Re: C-Macs – a pure C macOS application
#6Re: C-Macs – a pure C macOS application
#7As someone with no experience in native application development, could someone explain to me why this is significant? I have a rough idea, but I would like to understand it properly.
Re: C-Macs – a pure C macOS application
#8As someone with no experience in native application development, could someone explain to me why this is significant? I have a rough idea, but I would like to understand it properly.
The code in this template is interfacing with the Objective-C runtime but with pure C.
Re: C-Macs – a pure C macOS application
#9As someone with no experience in native application development, could someone explain to me why this is significant? I have a rough idea, but I would like to understand it properly.
MacOS apps are typically written in either Objective-C or Swift as these are the officially supported languages for the MacOS APIs. The code in this template is interfacing with the Objective-C runtime but with pure C.
Re: C-Macs – a pure C macOS application
#10As someone with no experience in native application development, could someone explain to me why this is significant? I have a rough idea, but I would like to understand it properly.
MacOS apps are typically written in either Objective-C or Swift as these are the officially supported languages for the MacOS APIs. The code in this template is interfacing with the Objective-C runtime but with pure C.
There's a number of apps that run on modern Macs, that were written in C, but it is unusual to see ones that leverage the GUI.
That said, it's possible to walk from Boston to Portland (OR), but I'd rather take a plane.