This is a work-in-progress branch, please do not merge yet :)
Adds initial support for building LaGUI on macOS, using GLFW3 as its backend since Cocoa is a bit strange.
clang (as provided by XCode) is a bit more strict when it comes to compiling C code, so I had to add several more function declarations and fix up some returns.
Current state: it builds fine, but I have still to figure out how to get CMake to link to a project so I can actually try it out.
**This is a work-in-progress branch, please do not merge yet :)**
Adds initial support for building LaGUI on macOS, using GLFW3 as its backend since Cocoa is a bit strange.
`clang` (as provided by XCode) is a bit more strict when it comes to compiling C code, so I had to add several more function declarations and fix up some `return`s.
Current state: it builds fine, but I have still to figure out how to get CMake to link to a project so I can actually try it out.
Цей запрос не може бути влитий автоматично, тому що він має конфлікти.
Будь ласка влийте вручну щоб врегулювати конфлікти.
This is a work-in-progress branch, please do not merge yet :)
Adds initial support for building LaGUI on macOS, using GLFW3 as its backend since Cocoa is a bit strange.
clang
(as provided by XCode) is a bit more strict when it comes to compiling C code, so I had to add several more function declarations and fix up somereturn
s.Current state: it builds fine, but I have still to figure out how to get CMake to link to a project so I can actually try it out.