1
0
Fork 0
Go to file
Charles Saracco 3b85a4dcda Add README.md
2020-05-30 15:46:35 -04:00
.github/workflows make example platform-independent (ish) 2020-05-25 21:18:23 -04:00
examples unify api and file structure across platforms; make example platform-independent 2020-05-25 21:32:55 -05:00
src Merge 2020-05-29 11:30:43 +02:00
.gitignore Add Windows initial code 2020-05-25 21:35:03 +02:00
Cargo.toml initial macos code 2020-05-25 16:17:59 -05:00
README.md Add README.md 2020-05-30 15:46:35 -04:00

baseview

A low-level windowing system geared towards making audio plugin UIs.

baseview abstracts the platform-specific windowing APIs (winapi, cocoa, xcb) into a platform-independent API, but otherwise gets out of your way so you can write plugin UIs.

Roadmap

Below is a proposed list of milestones (roughly in-order) and their status. Subject to change at any time.

Feature Windows Mac OS Linux
Spawns a window, no parent ✔️ ✔️ ✔️
Cross-platform API for window spawning ✔️ ✔️ ✔️
Window uses an OpenGL surface ✔️
Basic DPI scaling support