cacao icon indicating copy to clipboard operation
cacao copied to clipboard

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!

Results 37 cacao issues
Sort by recently updated
recently updated
newest added

While exploring this crate for a project, I noticed there was no support for custom fonts (only system fonts.) After reading through the AppKit docs and the source code a...

Hello, I'd like to implement file pasting on OSX, but sadly I know nothing about Swift and Obj-C. Thankfully, I found your project, and I'd like to add a patch...

Not sure if its an issue with Cacao or macOS itself but it seems as though my main window in cacao apps closes if I perform a blocking operation on...

Add trait to get layout anchors for a view, implement it on common components and add some functions that make use of it to simplify creating layout constraints

I'm attempting to build a table component, similar to what's in the todo list example but can't seem to get anything to display and the most progress I've been able...

I want to premise by saying that I just started using cacao so probably there's something silly I'm missing. I apologize in advance if that's the case. The issue that...

When running the ios-beta on tvOS simulator it triggers an error. Works on iOS simulator. Wondering if it can work on tvOS or not

I think we should add the following features to make development easier: - Async - Maybe you need to call async functions - Could be done by calling a background...

question
theoretical

This is useful to allow overriding some behaviours that are not sent to WindowsDelegate (for example canBecomeKey, etc). Will default to NSWindow so it will be a noop for existing...

Got a little carried away going down the rabbit hole of getting some notifications and `NSWorkspace` methods working. I believe this PR should cover the majority of usecases, though there...