https://github.com/ales-tsurko/iced-nsview
Iced for Cocoa applications.
https://github.com/ales-tsurko/iced-nsview
au cocoa gui iced macos ui vst
Last synced: 4 months ago
JSON representation
Iced for Cocoa applications.
- Host: GitHub
- URL: https://github.com/ales-tsurko/iced-nsview
- Owner: ales-tsurko
- License: mit
- Created: 2020-06-08T13:04:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T13:55:28.000Z (almost 6 years ago)
- Last Synced: 2025-08-20T00:30:28.922Z (10 months ago)
- Topics: au, cocoa, gui, iced, macos, ui, vst
- Language: Rust
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iced-nsview
This crate allows you to use Iced as NSView. Thus it makes Iced embeddable into
a macOS application or AU/VST plugins, for example.
## Usage
You should implement your GUI using `Application` trait, then you can initialize
`IcedView` with it.