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.
Yêu cầu kéo này không thể được kết hợp tự động bởi vì có các xung đột.
Xin vui lòng nhập theo cách thủ công để giải quyết các cuộc xung đột.
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.