No description
Find a file
2025-03-05 19:20:55 +00:00
.github/workflows Add a clarifying comment in the Github workflow file 2023-10-26 22:56:46 +02:00
backends Replaced imports 2025-03-05 20:19:12 +01:00
ext Replaced imports 2025-03-05 20:19:12 +01:00
logo updated readme to show correct logo 2023-10-02 13:03:49 -05:00
tests Replaced imports 2025-03-05 20:19:12 +01:00
.gitignore add gitignore 2016-12-16 19:32:56 +01:00
.travis.yml Prevent default TravisCI install action 2019-05-30 15:23:12 +02:00
batch.go Run go fmt 2023-10-26 21:31:01 +02:00
circle.go Define bounds on both circle and rect for use with interfaces 2023-10-02 14:44:45 -05:00
color.go optimize ToRGBA (weird one) 2017-07-03 00:23:07 +02:00
compose.go fix type in ComposeMethod doc 2017-04-11 17:28:27 +02:00
CONTRIBUTING.md Replaced imports 2025-03-05 20:19:12 +01:00
data.go Merge branch 'master' into clipTris 2021-08-16 09:55:30 -04:00
doc.go minor change in pixel package doc 2017-04-21 17:01:46 +02:00
drawer.go Run go fmt 2023-10-26 21:31:01 +02:00
geometry.go updated PR#266 from original pixel lib. 2023-10-04 11:21:07 -05:00
go.mod Moved repository from github to codeberg 2025-03-05 20:06:02 +01:00
go.sum go mod tidy 2023-10-11 20:30:07 -05:00
input.go naming consistency 2023-10-27 21:40:40 -05:00
interface.go fix typo 2022-06-26 16:42:25 -04:00
LICENSE Initial commit 2016-11-19 12:15:34 +01:00
math.go actually add the files -.- 2021-08-16 19:10:10 -06:00
matrix.go Run go fmt 2023-10-26 21:31:01 +02:00
README.md Moved repository from github to codeberg 2025-03-05 20:06:02 +01:00
rectangle.go Define bounds on both circle and rect for use with interfaces 2023-10-02 14:44:45 -05:00
sprite.go Run go fmt 2023-10-26 21:31:01 +02:00
vector.go Run go fmt 2023-10-26 21:31:01 +02:00

Pixel 2

This is a fork of https://github.com/gopxl/pixel.

License

MIT