Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serenity4/windowabstractions.jl
Abstraction layer over windowing systems
https://github.com/serenity4/windowabstractions.jl
Last synced: 6 days ago
JSON representation
Abstraction layer over windowing systems
- Host: GitHub
- URL: https://github.com/serenity4/windowabstractions.jl
- Owner: serenity4
- License: mit
- Created: 2020-10-22T09:36:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T20:09:18.000Z (2 months ago)
- Last Synced: 2024-08-29T13:07:37.624Z (2 months ago)
- Language: Julia
- Homepage:
- Size: 774 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowAbstractions
![tests](https://github.com/serenity4/WindowAbstractions.jl/workflows/Run%20tests/badge.svg) [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://serenity4.github.io/WindowAbstractions.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://serenity4.github.io/WindowAbstractions.jl/dev)
Abstractions for windowing APIs. This library is intended for developers, and not for general use. It is currently only used by [XCB.jl](https://github.com/JuliaGL/XCB.jl) and [Wayland.jl](https://github.com/serenity4/Wayland.jl), but aims at being applicable to other windowing APIs such as Windows. Julia developers wrapping windowing APIs are encouraged to use and contribute to this library as much as possible.