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
53cd80eb347749fcddfbe445ba9669c352b245a8
Select Git revision
Branches
1
master
default
Tags
12
v0.10.0
v0.10.0-beta
v0.10.0-alpha
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.7
v0.6
v0.5.1
v0.5
13 results
pixel
Author
Search by author
Any Author
authors
BELLARDIE Nicolas
kiskit
LADEUILLE Guillaume
oreades
MAZEYRIE Laetitia
biscotte
SOARES Lucas
root
4 authors
Dec 06, 2016
clarify doc
· 53cd80eb
faiface
authored
8 years ago
53cd80eb
add Picture
· 275fc034
faiface
authored
8 years ago
275fc034
add Width and Height methods to Texture
· 5cff3673
faiface
authored
8 years ago
5cff3673
remove OpenGL error reporting
· 4323e83d
faiface
authored
8 years ago
4323e83d
Dec 05, 2016
add Rect
· c8ee45dd
faiface
authored
8 years ago
c8ee45dd
rename vec.go to geometry.go (stuff coming)
· 12575af7
faiface
authored
8 years ago
12575af7
improve code readability
· 30d301f4
faiface
authored
8 years ago
30d301f4
Dec 04, 2016
change NoOpDoer type just to Doer
· 0b2b73ce
faiface
authored
8 years ago
0b2b73ce
take advantage of reentrant Do in graphics primitives
· 3bc5f0a1
faiface
authored
8 years ago
3bc5f0a1
fix compile error
· 6564597c
faiface
authored
8 years ago
6564597c
make Do reentrant
· e2b361a8
faiface
authored
8 years ago
e2b361a8
add Group
· 1cc26d0c
faiface
authored
8 years ago
1cc26d0c
Dec 03, 2016
add line shape
· 0786726a
faiface
authored
8 years ago
0786726a
add ellipse shape
· 23fd33ac
faiface
authored
8 years ago
23fd33ac
add color blending
· ffc9a1a0
faiface
authored
8 years ago
ffc9a1a0
add Deleter and DrawDeleter interfaces
· 42d57337
faiface
authored
8 years ago
42d57337
add Drawer interface and PolygonColor shape
· d16037c9
faiface
authored
8 years ago
d16037c9
add MaskColor uniform
· fc96ec3a
faiface
authored
8 years ago
fc96ec3a
remove orphan functions from pixelgl (use OpenGL directly instead)
· a3e76569
faiface
authored
8 years ago
a3e76569
fix window viewport
· 26c44125
faiface
authored
8 years ago
26c44125
fix transform anchor
· c1e2968d
faiface
authored
8 years ago
c1e2968d
fix window context holder
· 63c9ab68
faiface
authored
8 years ago
63c9ab68
improve code in NewWindow
· 2af64d42
faiface
authored
8 years ago
2af64d42
Dec 02, 2016
fix Camera
· 966bce8c
faiface
authored
8 years ago
966bce8c
fix and improve code in NewShader
· ea63453f
faiface
authored
8 years ago
ea63453f
reorder VertexArray struct
· 1fcf4226
faiface
authored
8 years ago
1fcf4226
reorder Shader struct
· 63efe9e1
faiface
authored
8 years ago
63efe9e1
change Context to a field (instead of embed) in ContextHolder
· fc7fda18
faiface
authored
8 years ago
fc7fda18
simplify AttrType.Size
· 888e6989
faiface
authored
8 years ago
888e6989
remove obsolete doc
· 3fe283ff
faiface
authored
8 years ago
3fe283ff
remove camera attr purpose
· 9112aeb8
faiface
authored
8 years ago
9112aeb8
fix
· defb4b37
faiface
authored
8 years ago
defb4b37
remove int support from vertex format
· 9546652c
faiface
authored
8 years ago
9546652c
don't support Int as vertex attribute
· 5f6748f7
faiface
authored
8 years ago
5f6748f7
make window use a shader
· 237e2d54
faiface
authored
8 years ago
237e2d54
add ContextHolder
· f2460b34
faiface
authored
8 years ago
f2460b34
change vertex format to include names + add vertex format to shader + ID methods
· e009011c
faiface
authored
8 years ago
e009011c
add Camera function
· a1913661
faiface
authored
8 years ago
a1913661
add Transform.ScaleXY method
· 21733d08
faiface
authored
8 years ago
21733d08
fix typo
· 6a6a7791
faiface
authored
8 years ago
6a6a7791
Loading