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
7023d5dfdc12fd8b411902ed4a3fb25b6a00585e
Select Git revision
0 results
pixel
Author
Search by author
Any Author
authors
0 authors
Dec 01, 2016
add Vec.XY method
· 7023d5df
faiface
authored
8 years ago
7023d5df
Nov 30, 2016
change unsafe.Pointer to interface{} in vertex
· 3b70c803
faiface
authored
8 years ago
3b70c803
shader uniforms
· d53eefbf
faiface
authored
8 years ago
d53eefbf
Nov 29, 2016
use new attr
· 96f134d4
faiface
authored
8 years ago
96f134d4
Nov 28, 2016
add context
· 9d411128
faiface
authored
8 years ago
9d411128
Nov 26, 2016
better error checking
· 6253156e
faiface
authored
8 years ago
6253156e
replace UpdateData with more convenient SetVertexAttribute
· c6e2d67a
faiface
authored
8 years ago
c6e2d67a
Nov 25, 2016
prettier doc
· 4421c7db
faiface
authored
8 years ago
4421c7db
fix doc
· 6889c7f2
faiface
authored
8 years ago
6889c7f2
handle error from glfw.Init
· 2f7af40c
faiface
authored
8 years ago
2f7af40c
move GLFW init from Run to NewWindow
· 0fe2df46
faiface
authored
8 years ago
0fe2df46
nicer code
· c8dba6aa
faiface
authored
8 years ago
c8dba6aa
replace BeginEnder with Doer and migrate everything
· 52a3a96d
faiface
authored
8 years ago
52a3a96d
more idiomatic error reporting
· f7c4a6e1
faiface
authored
8 years ago
f7c4a6e1
replace Init and Quit with Run
· ee9c6a6b
faiface
authored
8 years ago
ee9c6a6b
improve error reporting; add GLError type
· 0986e0c3
faiface
authored
8 years ago
0986e0c3
change pixelgl, so that it runs on the main thread
· 5043d062
faiface
authored
8 years ago
5043d062
Nov 24, 2016
add VertexArray.Data function
· 2bc43c7e
faiface
authored
8 years ago
2bc43c7e
basic window control functions
· 07dde4c8
faiface
authored
8 years ago
07dde4c8
remove pixegl.Do from monitor stuff (unnecessary)
· a1325c8a
faiface
authored
8 years ago
a1325c8a
fullscreen support + several window handling functions
· f6db65f2
faiface
authored
8 years ago
f6db65f2
use Monitor as pointer (*Monitor)
· 106471a1
faiface
authored
8 years ago
106471a1
add monitor
· 40d2c420
faiface
authored
8 years ago
40d2c420
improve window doc + improve window mutex handling
· 3b589b96
faiface
authored
8 years ago
3b589b96
doc fix
· ea2ed1bc
faiface
authored
8 years ago
ea2ed1bc
use Color from image/color
· 5e909b3f
faiface
authored
8 years ago
5e909b3f
clarify doc
· 58e2d014
faiface
authored
8 years ago
58e2d014
some blank lines
· ecce5fdc
faiface
authored
8 years ago
ecce5fdc
spartan window doc
· 53222d1c
faiface
authored
8 years ago
53222d1c
add orphan function Clear
· 08af9e40
faiface
authored
8 years ago
08af9e40
implement non-blocking call queue calls
· c6c3e020
faiface
authored
8 years ago
c6c3e020
Nov 23, 2016
fix window switching
· d4e242a5
faiface
authored
8 years ago
d4e242a5
clarity doc
· 3b929ad5
faiface
authored
8 years ago
3b929ad5
another small fix
· 62bc194e
faiface
authored
8 years ago
62bc194e
fixes
· 4480f61a
faiface
authored
8 years ago
4480f61a
add window creation
· eb316e51
faiface
authored
8 years ago
eb316e51
add Init function
· 32583297
faiface
authored
8 years ago
32583297
remove unecessary comment
· b81eba03
faiface
authored
8 years ago
b81eba03
small fix
· 29aa4aa3
faiface
authored
8 years ago
29aa4aa3
add resource delete methods
· 832425c6
faiface
authored
8 years ago
832425c6
Loading