Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T13:55:28.000Z (over 4 years ago)
- Last Synced: 2024-11-02T14:34:20.337Z (2 months ago)
- Topics: au, cocoa, gui, iced, macos, ui, vst
- Language: Rust
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 2
- 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.