https://github.com/linebender/piet-metal
Experimental Metal-based GPU renderer for piet 2D graphics.
https://github.com/linebender/piet-metal
Last synced: about 1 year ago
JSON representation
Experimental Metal-based GPU renderer for piet 2D graphics.
- Host: GitHub
- URL: https://github.com/linebender/piet-metal
- Owner: linebender
- License: apache-2.0
- Created: 2019-04-30T01:16:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T20:45:33.000Z (about 6 years ago)
- Last Synced: 2025-04-29T11:56:23.761Z (about 1 year ago)
- Language: Rust
- Size: 155 KB
- Stars: 141
- Watchers: 11
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# piet-metal
This repository is currently an experiment in using GPU compute to implement the piet 2D graphics API. In its initial stages it is an Objective-C macOS application, to make it easier to use Xcode tools. When it becomes more functional, Rust bindings will be added, with the Objective-C code for the Metal bindings built from the Rust library's build.rs.
## Following along
I'm discussing the design and my findings in the [#druid] stream on xi Zulip. I've also creates a [notes document].
## License
Licensed under either of these:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
https://opensource.org/licenses/MIT)
[notes document]: https://docs.google.com/document/d/1LILagXyJgYtlm6y83x1Mc2VoNfOcvW_ZiCldZbs4yO8/edit?usp=sharing
[#druid]: https://xi.zulipchat.com/#narrow/stream/147926-druid