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
b1311c29b6ef988ea56911292a651ae476f75324
Select Git revision
0 results
pixel
Author
Search by author
Any Author
authors
BELLARDIE Nicolas
kiskit
LADEUILLE Guillaume
oreades
MAZEYRIE Laetitia
biscotte
SOARES Lucas
root
4 authors
Mar 01, 2017
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
Feb 23, 2017
add Drawer struct
· c1843b86
faiface
authored
8 years ago
c1843b86
Feb 22, 2017
change fundamental interfaces (add Picture)
· 6dc55b87
faiface
authored
8 years ago
6dc55b87
move OpenGL specific stuff to pixelgl (except for Picture)
· dbd90a0b
faiface
authored
8 years ago
dbd90a0b
Feb 11, 2017
adopt github.com/faiface/glhf
· 3300f02d
faiface
authored
8 years ago
3300f02d
Feb 03, 2017
remove unnecessary enabled field in Window
· ef763339
faiface
authored
8 years ago
ef763339
fix TrianglesDrawer flush (SetLen)
· 7a8967c9
faiface
authored
8 years ago
7a8967c9
Jan 28, 2017
update pixelgl.VertexSlice API similarly to Triangles
· 0771f078
faiface
authored
8 years ago
0771f078
rework Triangles API and adapt it
· 63339235
faiface
authored
8 years ago
63339235
Jan 26, 2017
reorder methods of TrianglesData
· e7a2af61
faiface
authored
8 years ago
e7a2af61
add TrianglesData.SetLen
· 0af28b0b
faiface
authored
8 years ago
0af28b0b
clarify doc
· e48c3dd6
faiface
authored
8 years ago
e48c3dd6
add PictureFromTexture function
· fc8dad2f
faiface
authored
8 years ago
fc8dad2f
rename Button.Name -> String
· e6707358
faiface
authored
8 years ago
e6707358
add Button.Name method
· df212795
faiface
authored
8 years ago
df212795
this should've been with prev commit
· b141bcbd
faiface
authored
8 years ago
b141bcbd
move glfw init to pixel.Run
· 19faeffc
faiface
authored
8 years ago
19faeffc
Jan 25, 2017
glTriangles optimization
· 95444e85
faiface
authored
8 years ago
95444e85
fixed a weird typo in code
· 9a4c02e4
faiface
authored
8 years ago
9a4c02e4
minor change in code
· 3579be2d
faiface
authored
8 years ago
3579be2d
fix typo in doc
· eb0c51e1
faiface
authored
8 years ago
eb0c51e1
add TrianglesDrawer.Dirty and simplify code
· e9b982cb
faiface
authored
8 years ago
e9b982cb
fix Sprite.SetPicture once again
· 2b300b48
faiface
authored
8 years ago
2b300b48
fix Sprite.SetPicture
· cf4ab7e3
faiface
authored
8 years ago
cf4ab7e3
add note to doc
· 7f5a21cd
faiface
authored
8 years ago
7f5a21cd
add Polygon shape
· 2890f8b4
faiface
authored
8 years ago
2890f8b4
optimize Sprite
· 16c1672c
faiface
authored
8 years ago
16c1672c
Loading