Go to file
faiface 4bebc7e6e4 add Vec.WithX/WithY and Rect.WithMin/WithMax 2017-03-23 19:27:39 +01:00
imdraw fix 0 vector len + fix imdraw polyline 2017-03-23 19:15:06 +01:00
pixelgl fix bug in Canvas.MakeTriangles 2017-03-20 23:11:50 +01:00
.gitignore add gitignore 2016-12-16 19:32:56 +01:00
LICENSE Initial commit 2016-11-19 12:15:34 +01:00
README.md add a note to readme 2017-01-23 22:27:27 +01:00
batch.go fix updating Batch's TargetTriangles 2017-03-19 19:49:08 +01:00
color.go optimize color.NRGBA -> pixel.NRGBA conversion 2017-03-19 20:09:05 +01:00
data.go rename PictureData.Offset -> Index 2017-03-20 23:13:18 +01:00
drawer.go minor doc change 2017-03-16 00:40:52 +01:00
geometry.go add Vec.WithX/WithY and Rect.WithMin/WithMax 2017-03-23 19:27:39 +01:00
graphics.go move IMDraw to separate package 2017-03-21 11:33:11 +01:00
interface.go fix many bugs in doc 2017-03-15 19:40:39 +01:00

README.md

pixel

A simple and fast desktop multimedia/gamedev library.

The core features of the library are pretty much completed. I'm doing some proofreading and improving quality of the code. Will announce the library after.