Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pixel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nproject
pixel
Commits
43aae3d3bd58198ede1474ce14371f7db567f0d7
Select Git revision
0 results
pixel
Author
Search by author
Any Author
authors
0 authors
Mar 07, 2017
fix newly introduced bug in Sprite.SetPicture
· 43aae3d3
faiface
authored
8 years ago
43aae3d3
slightly optimize Sprite.SetPicture
· 6874fff0
faiface
authored
8 years ago
6874fff0
minor change
· 48241540
faiface
authored
8 years ago
48241540
add Sprite
· 055da8df
faiface
authored
8 years ago
055da8df
add clarifying comment
· e4ecafef
faiface
authored
8 years ago
e4ecafef
allow efficiently drawing one Canvas onto another
· 3d13e52a
faiface
authored
8 years ago
3d13e52a
implement Picture for Canvas
· f65ea40e
faiface
authored
8 years ago
f65ea40e
clarify doc
· ee634c2a
faiface
authored
8 years ago
ee634c2a
correct glhf.Bounds in Canvas
· 7feecc2e
faiface
authored
8 years ago
7feecc2e
Mar 06, 2017
make Canvas code more consistent
· 6b643e58
faiface
authored
8 years ago
6b643e58
minor change
· 741df929
faiface
authored
8 years ago
741df929
minor change
· 15f0c6b7
faiface
authored
8 years ago
15f0c6b7
replace Transform by much simpler Matrix
· f0394ec7
faiface
authored
8 years ago
f0394ec7
add Picture.Original
· 1083ca72
faiface
authored
8 years ago
1083ca72
fix Picture drawing in Canvas
· 53066d47
faiface
authored
8 years ago
53066d47
fix Window.MousePosition (new coordinate system)
· 17d1731d
faiface
authored
8 years ago
17d1731d
fix PictureData.Color (off by 1)
· 146797ba
faiface
authored
8 years ago
146797ba
Mar 05, 2017
return pointers from constructors of Triangles/PictureData
· c91d49da
faiface
authored
8 years ago
c91d49da
big big commit - rework whole pixelgl
· 69a3c17c
faiface
authored
8 years ago
69a3c17c
change PictureData receiver to pointer
· e9d6e33b
faiface
authored
8 years ago
e9d6e33b
change TrianglesPicture to retun intensity instead of ok
· 3aa7e6e8
faiface
authored
8 years ago
3aa7e6e8
add Lerp function
· 28f0f011
faiface
authored
8 years ago
28f0f011
change TrianglesPicture to return (pic Vec, ok bool)
· c1c1bae3
faiface
authored
8 years ago
c1c1bae3
Mar 01, 2017
rename Vec.Apply -> Vec.Map
· 77c39d03
faiface
authored
8 years ago
77c39d03
add Vec.Apply
· a7fdbd61
faiface
authored
8 years ago
a7fdbd61
fix newly introduced bug in PictureDataFromImage
· 767a5a8b
faiface
authored
8 years ago
767a5a8b
fix bug in PictureDataFromImage
· b1311c29
faiface
authored
8 years ago
b1311c29
Feb 28, 2017
add clarifying comment
· 0644103b
faiface
authored
8 years ago
0644103b
fix bug in PictureDataFromPicture
· 1f91ae62
faiface
authored
8 years ago
1f91ae62
remove debug prints
· 3e81c81f
faiface
authored
8 years ago
3e81c81f
minor changes
· 7f7912cc
faiface
authored
8 years ago
7f7912cc
implement and document PictureData
· d598e68c
faiface
authored
8 years ago
d598e68c
Feb 25, 2017
add Rect.Contains(Vec) bool method
· 7974f86c
faiface
authored
8 years ago
7974f86c
Feb 24, 2017
fix PictureColor
· 095fec86
faiface
authored
8 years ago
095fec86
adapt GLTriangles (+ make them exported)
· f7a52854
faiface
authored
8 years ago
f7a52854
stop using mainthread.CallVal
· 67529bf8
faiface
authored
8 years ago
67529bf8
adjust imprecise doc
· 812df66d
faiface
authored
8 years ago
812df66d
fix a bug + doc
· 589becbc
faiface
authored
8 years ago
589becbc
adapt Batch to Picture
· 7e099884
faiface
authored
8 years ago
7e099884
add Picture interface
· bffb3598
faiface
authored
8 years ago
bffb3598
Loading