Michal Štrba
|
9e0f11abbb
|
Merge pull request #154 from StephenMichaelis/master
Mouse/Cursor Operations
|
2019-01-21 23:18:30 +01:00 |
Stephen Michaelis
|
8d20deea05
|
update MouseEntered to MouseInsideWindow
|
2019-01-21 17:13:51 -05:00 |
Stephen Michaelis
|
e7a625f5d2
|
updated Floor method
|
2019-01-20 10:00:35 -05:00 |
Stephen Michaelis
|
d3f6331240
|
Adding a pixel.Vec Floor method to geometry.go
|
2019-01-20 09:56:30 -05:00 |
Stephen Michaelis
|
ee54171247
|
Revert to 4c817d7
|
2019-01-19 14:39:29 -05:00 |
Stephen Michaelis
|
2b79131104
|
added go mod files
|
2019-01-19 13:59:38 -05:00 |
Stephen Michaelis
|
4c817d7c20
|
adding mouse operations
|
2019-01-19 10:24:01 -05:00 |
Ben Cragg
|
3bed5a8449
|
WIP adding tests
|
2019-01-18 11:37:17 +00:00 |
Michal Štrba
|
a1bbfa3020
|
Merge pull request #152 from Humpheh/master
Added joystick input
|
2019-01-10 20:56:20 +01:00 |
Humphrey Shotton
|
026878de07
|
Mark API as experimental
|
2019-01-10 19:25:55 +00:00 |
Humphrey Shotton
|
52b4384240
|
Removed JoystickLast
|
2019-01-09 21:07:46 +00:00 |
Humphrey Shotton
|
676509d856
|
Added joystick input
|
2018-12-30 18:42:02 +00:00 |
Michal Štrba
|
bdd9349b37
|
Merge pull request #147 from Lallassu/Lallassu-patch-1
Added position as out variable from vertex shader.
|
2018-12-11 23:55:13 +01:00 |
Magnus
|
c18b8f1c29
|
Added position as out variable from vertex shader.
Adding the position out form vertex shader makes us skip computation of position in the fragment shader based on gl_FragCoord.
|
2018-12-11 09:24:17 +01:00 |
Michal Štrba
|
7b509e1d7d
|
Merge pull request #145 from gonutz/master
Add No-Brain Jogging to examples
|
2018-11-23 11:34:30 +01:00 |
Lars
|
4a0b2f5107
|
Replace startfield example with No-Brain Jogging
|
2018-11-23 11:23:38 +01:00 |
lars
|
17e407f0c1
|
Add No-Brain Jogging to examples
|
2018-11-21 23:44:46 +00:00 |
faiface
|
0c2d627cfa
|
README: update the list of tutorials
|
2018-10-10 13:48:53 +02:00 |
Michal Štrba
|
749271768b
|
Merge pull request #142 from thegtproject/glslstandardization
standardized glsl variable naming
|
2018-10-07 20:37:30 +02:00 |
Brandon
|
dc545043c1
|
lowercased SetUniform arguments
|
2018-10-07 12:28:20 -06:00 |
Brandon
|
f4edf628b1
|
standardized glsl variable naming
|
2018-10-07 08:33:37 -06:00 |
faiface
|
8f9e91e617
|
fix .travis.yml
|
2018-10-06 23:34:21 +02:00 |
Michal Štrba
|
d7dcc8d167
|
Merge pull request #141 from thegtproject/shaders
implemented custom fragment shader support
|
2018-10-06 23:22:31 +02:00 |
Brandon
|
e9dfd22ffa
|
pr 141 review #3 changes, see https://github.com/faiface/pixel/pull/141#pullrequestreview-162261776
|
2018-10-06 10:27:47 -06:00 |
Brandon
|
fa10844351
|
pr 141 review #2 changes, see https://github.com/faiface/pixel/pull/141#pullrequestreview-162259357
|
2018-10-06 10:01:05 -06:00 |
Brandon
|
a25a444cbf
|
pr 141 review #1 changes, see https://github.com/faiface/pixel/pull/141#pullrequestreview-161208458
|
2018-10-03 13:02:10 -06:00 |
Brandon
|
45642083a2
|
renamed file shader.go to glshader.go
|
2018-10-03 09:37:10 -06:00 |
Brandon
|
55d3a6ab00
|
implemented custom fragment shader support
|
2018-10-02 08:59:37 -06:00 |
faiface
|
87980dd647
|
fix merge conflicts
|
2018-10-01 18:26:22 +02:00 |
faiface
|
88243fbfa4
|
README: fix links to examples
|
2018-09-07 17:55:20 +02:00 |
faiface
|
c1ead8e0a0
|
move examples directory to faiface/pixel-examples repo (~90MB of data)
|
2018-09-07 17:51:10 +02:00 |
Michal Štrba
|
578343e58c
|
Merge pull request #125 from jwangsadinata/add-scenes-guide
add a guide for making scenes
|
2018-09-05 22:14:50 +02:00 |
Michal Štrba
|
ebabf74263
|
Merge pull request #136 from NaniteFactory/patch-2
fix typo for matrix
|
2018-09-05 22:13:28 +02:00 |
NaniteFactory
|
abfdf18fb6
|
fix typo for matrix
|
2018-09-05 12:53:25 +09:00 |
Michal Štrba
|
49ee5d6e77
|
Merge pull request #134 from NaniteFactory/master
CI support for example/amidakuji
|
2018-09-03 20:34:24 +02:00 |
NaniteFactory
|
74ef0e3256
|
CI support for example/amidakuji
|
2018-09-03 21:00:36 +09:00 |
Michal Štrba
|
a8270e58e0
|
Merge pull request #114 from dbriemann/feature/video-modes
Adds video mode support and a community example for its usage.
|
2018-05-04 22:58:59 +02:00 |
David Linus Briemann
|
446247e369
|
adjusts VideoMode and associated function to pull request change requests.
|
2018-05-04 18:03:25 +02:00 |
David Linus Briemann
|
2a1ab90ad5
|
adds a community example for the usage of video modes
|
2018-05-03 20:52:42 +02:00 |
faiface
|
9817425914
|
Merge branch 'master' of https://github.com/faiface/pixel
|
2018-03-29 16:18:46 +02:00 |
faiface
|
2e38a287de
|
fix mutating *image.RGBA when converting PictureDataFromImage
|
2018-03-29 16:18:37 +02:00 |
Michal Štrba
|
1ea9235b6f
|
Merge pull request #107 from mewpull/master
readme: remove tracking from Gitter URL
|
2018-03-26 13:58:02 +02:00 |
mewmew
|
f2f9fd315d
|
readme: remove tracking from Gitter URL
|
2018-03-26 10:37:03 +02:00 |
faiface
|
d6a898e82f
|
Merge branch 'master' of https://github.com/faiface/pixel
|
2018-02-27 09:53:25 +01:00 |
faiface
|
3cf59b1044
|
fix #100
|
2018-02-26 18:38:12 +01:00 |
Michal Štrba
|
a7bcddc921
|
Merge pull request #97 from mewpull/master
contributing: remove tracking from link to Gitter
|
2018-02-19 12:21:47 +01:00 |
mewmew
|
db33885652
|
contributing: remove tracking from link to Gitter
|
2018-02-19 09:30:03 +01:00 |
faiface
|
baabf3adac
|
update README.md
|
2018-02-18 20:58:41 +01:00 |
faiface
|
bb1d0b2d10
|
add CONTRIBUTING.md
|
2018-02-18 20:53:23 +01:00 |
Michal Štrba
|
4498635b26
|
Merge pull request #90 from peterhellberg/text-reset-and-default-atlas
Add Atlas7x13, Clear now sets Dot field to Orig
|
2018-01-19 23:29:34 +01:00 |