44[ ![ GoDoc] ( https://godoc.org/github.com/bcvery1/tilepix?status.svg )] ( https://godoc.org/github.com/bcvery1/tilepix )
55
66# ![ TilePixLogo] ( https://github.com/bcvery1/tilepix/blob/master/.github/assets/logo_small.png ) TilePix
7- TilePix is a complementary library, designed to be used with the [ Pixel] ( https://github.com/faiface/pixel ) library (see
7+ TilePix is a complementary library, designed to be used with the [ Pixel] ( https://github.com/duysqubix/pixel2 ) library (see
88below for more details on Pixel). TilePix was born out of [ Ludum Dare] ( https://ldjam.com/ ) ; having found that a vast
99amount of very limited time during the Ludum Dare weekends was used planing out map layouts, and defining collision
1010or activation areas. TilePix should make those activities a trivially short amount of time.
1111
1212## Pixel
13- This library is a complement to the [ Pixel] ( https://github.com/faiface/pixel ) 2D games library, and is largely inspired
13+ This library is a complement to the [ Pixel] ( https://github.com/duysqubix/pixel2 ) 2D games library, and is largely inspired
1414by it. A huge thanks to [ faiface] ( https://github.com/faiface ) for one, giving us access to such a fantastic library;
15- and two, providing the inspiration for this library!
15+ and two, providing the inspiration for this library! Further thanks to [ duysqubix] ( https://github.com/duysqubix ) and
16+ collaborators for continuing the effort with ` Pixel2 ` .
1617
1718TilePix would not have been possible without the great amount of care and effort that has been put into
18- [ Pixel] ( https://github.com/faiface/pixel ) .
19+ [ Pixel] ( https://github.com/duysqubix/pixel2 ) .
1920
2021### Legal
21- Pixel is subject to the [ MIT] ( https://github.com/faiface/pixel /blob/master/LICENSE ) licence.
22+ Pixel is subject to the [ MIT] ( https://github.com/duysqubix/pixel2 /blob/master/LICENSE ) licence.
2223
2324## Stability
2425TilePix is a work-in-progress project; as such, expect bugs and missing features. If you notice a bug or a feature you
@@ -27,7 +28,7 @@ feel is missing, please consider [contributing](https://github.com/bcvery1/tilep
2728
2829## Example
2930Here is a very basic example of using the library. It is advisable to view the excellent
30- [ Pixel tutorials] ( https://github.com/faiface/pixel /wiki ) before trying to understand this package, as TilePix is very
31+ [ Pixel tutorials] ( https://github.com/duysqubix/pixel2 /wiki ) before trying to understand this package, as TilePix is very
3132Pixel centric.
3233
3334``` go
0 commit comments