Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.