Go to file
12private12 ae9d7f2375
Delete README.md
2025-08-12 23:16:16 +08: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
CHANGELOG.md update CHANGELOG.md 2021-08-17 23:27:19 -06:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-05-09 10:15:57 -07:00
LICENSE Initial commit 2016-11-19 12:15:34 +01:00
batch.go Cached parameter added. 2021-10-01 18:31:18 +00:00
circle.go actually add the files -.- 2021-08-16 19:10:10 -06:00
circle_test.go update from master 2021-08-16 19:12:25 -06:00
color.go optimize ToRGBA (weird one) 2017-07-03 00:23:07 +02:00
color_test.go remove unnecessary reassign in color benchmarks 2017-07-02 19:26:43 +02:00
compose.go fix type in ComposeMethod doc 2017-04-11 17:28:27 +02:00
data.go Merge branch 'master' into clipTris 2021-08-16 09:55:30 -04:00
data_test.go Adding new triangles type: TrianglesClipped 2021-06-21 10:29:53 -04:00
doc.go minor change in pixel package doc 2017-04-21 17:01:46 +02:00
drawer.go Cached parameter added. 2021-10-01 18:31:18 +00:00
drawer_test.go improve sprite.Draw(batch) benchmark 2017-07-03 00:22:45 +02:00
go.mod Bump golang.org/x/image from 0.0.0-20210628002857-a66eb6448b8d to 0.5.0 2023-03-07 03:27:23 +00:00
go.sum Bump golang.org/x/image from 0.0.0-20210628002857-a66eb6448b8d to 0.5.0 2023-03-07 03:27:23 +00:00
interface.go fix typo 2022-06-26 16:42:25 -04:00
line_test.go update from master 2021-08-16 19:12:25 -06:00
math.go actually add the files -.- 2021-08-16 19:10:10 -06:00
math_test.go update from master 2021-08-16 19:12:25 -06:00
matrix.go actually add the files -.- 2021-08-16 19:10:10 -06:00
matrix_test.go update from master 2021-08-16 19:12:25 -06:00
pixel_test.go make testing window invisible 2021-08-16 19:12:38 -06:00
rectangle.go Fixing #277 2021-08-16 23:51:13 -04:00
rectangle_test.go Fixing #277 2021-08-16 23:51:13 -04:00
sprite.go Cached parameter added. 2021-10-01 18:31:18 +00:00
vector.go feat(Vec): add squared len method 2023-03-09 22:43:37 +01:00