Two-dimensional graphics using glow
Find a file
John Nunley b3473f30a8
All checks were successful
ci/woodpecker/push/github Pipeline was successful
ci/woodpecker/push/tidy Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/3 Pipeline was successful
ci/woodpecker/push/msrv Pipeline was successful
v0.1.8
Signed-off-by: John Nunley <[email protected]>
2024-02-10 22:09:26 -08:00
.github Split out from piet-hardware 2023-10-11 21:02:24 -07:00
.woodpecker chore: Port to codeberg 2024-02-10 21:01:42 -08:00
examples Add test image 2023-10-11 21:21:02 -07:00
run-wasm Update Rust crate cargo-run-wasm to 0.3.2 2023-12-11 10:01:45 +00:00
src feat: Add support for piet-hardware scissor rectangles 2023-12-16 16:26:04 +00:00
Cargo.lock v0.1.8 2024-02-10 22:09:26 -08:00
Cargo.toml v0.1.8 2024-02-10 22:09:26 -08:00
CHANGELOG.md v0.1.8 2024-02-10 22:09:26 -08:00
CONTRIBUTING.md chore: Port to codeberg 2024-02-10 21:01:42 -08:00
DCO.txt Split out from piet-hardware 2023-10-11 21:02:24 -07:00
deny.toml Split out from piet-hardware 2023-10-11 21:02:24 -07:00
LICENSE-LGPL-3.0.md Split out from piet-hardware 2023-10-11 21:02:24 -07:00
LICENSE-MPL-2.0.md Split out from piet-hardware 2023-10-11 21:02:24 -07:00
MAINTAINERS.md Move to src.notgull.net 2023-12-03 16:10:41 -08:00
README.md chore: Port to codeberg 2024-02-10 21:01:42 -08:00
renovate.json Add renovate.json 2023-12-11 00:28:50 +00:00

piet-glow

A piet frontend over OpenGL, using the glow crate.

Source Code

The canonical code for this repository is kept on our Codeberg. For convenience, a mirror is kept on GitHub.

License

piet-glow is free software: you can redistribute it and/or modify it under the terms of either:

  • GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
  • Mozilla Public License as published by the Mozilla Foundation, version 2.

piet-hardware is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License or the Mozilla Public License for more details.

You should have received a copy of the GNU Lesser General Public License and the Mozilla Public License along with piet-hardware. If not, see https://www.gnu.org/licenses/ or https://www.mozilla.org/en-US/MPL/2.0/.