Sergio Vera Castellano
|
dc889f0631
|
Fixed comments
|
2018-01-12 10:33:24 +01:00 |
Michal Štrba
|
8dd236979d
|
Merge pull request #84 from peterhellberg/change-screenshot-aspect-ratios
Change screenshot aspect ratios
|
2018-01-11 23:18:13 +01:00 |
Peter Hellberg
|
9942ab3da3
|
Change screenshot aspect ratios
|
2018-01-11 23:14:54 +01:00 |
faiface
|
3afca9093d
|
add some community examples screenshots to README
|
2018-01-11 22:55:26 +01:00 |
Michal Štrba
|
97f07acd5e
|
Merge pull request #83 from peterhellberg/add-pixel-experiments-to-community-examples
Add pixel experiments to community examples
|
2018-01-11 22:50:56 +01:00 |
Peter Hellberg
|
da55b9ddca
|
Add bouncing experiment to community examples
|
2018-01-11 22:42:04 +01:00 |
Peter Hellberg
|
b50671c353
|
Add starfield experiment to community examples
|
2018-01-11 22:39:45 +01:00 |
Peter Hellberg
|
dc2b6fe7b1
|
Add raycaster experiment to community examples
|
2018-01-11 22:39:36 +01:00 |
Sergio Vera Castellano
|
bd468c8629
|
Added result image
|
2018-01-11 17:53:16 +01:00 |
Sergio Vera Castellano
|
060142a8f9
|
Added readme
|
2018-01-11 17:43:39 +01:00 |
Sergio Vera Castellano
|
75e90bb010
|
Refactored code
|
2018-01-11 16:55:20 +01:00 |
Sergio Vera Castellano
|
f4b7c74524
|
First commit
|
2018-01-11 14:52:23 +01:00 |
Sergio Vera Castellano
|
55fa9fd100
|
Fixed readme
|
2018-01-11 09:58:34 +01:00 |
Sergio Vera Castellano
|
814aff8f1c
|
Removed log
|
2018-01-11 09:56:36 +01:00 |
Sergio Vera Castellano
|
79a78f2f1c
|
First commit
|
2018-01-11 09:54:39 +01:00 |
Michal Štrba
|
95f4386cf5
|
Merge pull request #79 from mewpull/poll
pixelgl: export UpdateInput
|
2018-01-04 19:32:21 +01:00 |
mewmew
|
f7b8a5a1a3
|
pixelgl: clarify UpdateInput docs
|
2018-01-04 19:23:53 +01:00 |
mewmew
|
4dc0b013f3
|
pixelgl: export UpdateInput
|
2018-01-01 21:04:56 +01:00 |
Michal Štrba
|
597550c16b
|
Merge pull request #77 from svera/isometric-basics
Isometric community example
|
2017-12-31 18:33:17 +01:00 |
Sergio Vera Castellano
|
c65ed3a739
|
Added sample image
|
2017-12-31 18:07:00 +01:00 |
Sergio Vera Castellano
|
b04ac93aaa
|
First commit
|
2017-12-31 17:56:58 +01:00 |
Michal Štrba
|
9b325eee4e
|
Merge pull request #74 from svera/scrolling-background
Infinite scrolling background demo
|
2017-12-28 12:20:12 +01:00 |
Sergio Vera Castellano
|
82de22b7cf
|
made framerate independent
|
2017-12-28 10:43:17 +01:00 |
Sergio Vera Castellano
|
302f1f5411
|
Small example explanation
|
2017-12-27 17:05:43 +01:00 |
Sergio Vera Castellano
|
5b2ad29f7b
|
First commit
|
2017-12-27 16:29:21 +01:00 |
Michal Štrba
|
225de575de
|
Merge pull request #70 from PlainSight/improve-geo-tests
Improve geometry tests
|
2017-11-20 02:17:18 +01:00 |
Michal Štrba
|
cceaac897e
|
Merge pull request #69 from PlainSight/add-getpos-to-window
Add GetPos function to window
|
2017-11-20 02:15:20 +01:00 |
ALex Ogier
|
1c4776d672
|
minor adjustments with how tests are named and run
|
2017-11-20 13:51:15 +13:00 |
ALex Ogier
|
c9df32add0
|
refactor and add test cases
|
2017-11-20 13:51:15 +13:00 |
ALex Ogier
|
41a3073be3
|
add GetPos function to window
|
2017-11-20 13:37:22 +13:00 |
faiface
|
be9fbb76bd
|
README: add Windows guide mention
|
2017-11-15 21:38:24 +01:00 |
faiface
|
3d6f497bd5
|
dirty fix #58 (panic on minimizing windows)
|
2017-11-08 22:28:32 +01:00 |
Michal Štrba
|
0d89f0e36e
|
Merge pull request #61 from Schobers/master
Added SetPos to pixelgl.Window
|
2017-10-27 20:48:00 +02:00 |
Sander Schobers
|
8e68e71083
|
Added SetPos to pixelgl.Window
|
2017-10-27 20:35:45 +02:00 |
faiface
|
5612defeba
|
README: mention OpenGL version
|
2017-10-19 21:34:09 +02:00 |
faiface
|
926b8181b3
|
add Vec.Project
|
2017-10-15 19:50:41 +02:00 |
faiface
|
6e27fc84e7
|
add pixel.Unit
|
2017-10-15 19:43:12 +02:00 |
faiface
|
6215259c1d
|
add pixel.Clamp
|
2017-10-15 19:42:13 +02:00 |
faiface
|
4792a9ebd8
|
fix Matrix.Chained (wrong order of composition)
|
2017-09-04 00:40:12 +02:00 |
faiface
|
1de2dbe561
|
fix Vec.Normal to rotate by pi/2, not -pi/2
|
2017-08-29 20:23:32 +02:00 |
Michal Štrba
|
9eaf82e088
|
Merge pull request #48 from PlainSight/fix-rectangle-resize
Fix Rectangle "Resized" function
|
2017-07-29 01:11:02 +02:00 |
Alex
|
78d02fe8ea
|
add more test transforms, now includes: center, origin, min, max and middle of side
|
2017-07-29 11:05:46 +12:00 |
Alex
|
35ebc39ba6
|
fix operation order for rectangle resize function, add tests
|
2017-07-29 00:40:06 +12:00 |
faiface
|
d34b63676d
|
remove audio package in favor of faiface/beep
|
2017-07-14 18:34:28 +02:00 |
faiface
|
321c494681
|
audio: wav: fix Stream for non 2 chans 2 bytes configurations
|
2017-07-14 02:41:01 +02:00 |
faiface
|
7fbd71cecc
|
audio: wav: more precise Position and Seek
|
2017-07-14 02:22:33 +02:00 |
faiface
|
264bdff76d
|
audio: wav: fix Stream (move position, forgot to do it previously)
|
2017-07-14 02:10:12 +02:00 |
faiface
|
447050b720
|
audio: wav: simplify Stream
|
2017-07-14 02:09:36 +02:00 |
faiface
|
4573035f89
|
merge master
|
2017-07-13 01:24:50 +02:00 |
faiface
|
63ababf515
|
audio: add Gain effect
|
2017-07-13 00:29:53 +02:00 |