Hajime Hoshi
|
1849b59741
|
graphicsutil: Refactoring
|
2018-06-17 17:29:36 +09:00 |
|
Hajime Hoshi
|
5d37c331bb
|
graphicsutil: Remove unused arguments
|
2018-06-17 16:38:21 +09:00 |
|
Hajime Hoshi
|
95561bbf6b
|
affine: Use float32 values for GeoM
float32 was slow on GopherJS, but not slow on Wasm.
|
2018-06-17 15:38:10 +09:00 |
|
Hajime Hoshi
|
4c2fc30311
|
graphicsutil: Don't allow nil GeoM
|
2018-06-17 01:48:56 +09:00 |
|
Hajime Hoshi
|
b4ace53596
|
affine: Remove GeoM to avoid GeoM allocations on the heap
|
2018-06-17 00:59:50 +09:00 |
|
Hajime Hoshi
|
3ee76ffd8e
|
graphicsutil: Move vertices.go to graphicsutil
|
2018-06-10 23:08:22 +09:00 |
|
Hajime Hoshi
|
bc8a96eda7
|
graphicsutil: Avoid duplicated copying
Fixes #521
|
2018-03-09 01:00:23 +09:00 |
|
Hajime Hoshi
|
4c7025a05f
|
graphicsutil: Add tests
|
2018-03-09 00:19:10 +09:00 |
|
Hajime Hoshi
|
8dbb11a23c
|
graphicsutil: Remove Gosched that might be harmful on browsers
This was introduced at 006f87d02b but this can be harmful when many images are created by NewImageFromImage
|
2018-03-03 23:43:57 +09:00 |
|
Hajime Hoshi
|
247cd6e1c3
|
Add graphicsutil package
|
2018-03-02 12:34:56 +09:00 |
|