Commit Graph

811 Commits

Author SHA1 Message Date
Michal Štrba 2dff742a8b Merge pull request #87 from svera/parallax-scroll
Parallax scroll
2018-01-12 12:59:03 +01:00
Michal Štrba d4ae092923 Merge pull request #86 from svera/update-image
Update image
2018-01-12 12:57:11 +01:00
Michal Štrba 9436339e0b Merge pull request #85 from svera/parallax-scroll
Parallax scroll (fixes #75)
2018-01-12 12:44:11 +01:00
Michal Štrba 42e7d07767 Merge pull request #82 from svera/procedural-terrain-1d
Procedural terrain 1D
2018-01-12 12:42:22 +01:00
faiface 295498ab3e add some community examples screenshots to README 2018-01-11 22:55:26 +01:00
Michal Štrba cb5a468ba2 Merge pull request #79 from mewpull/poll
pixelgl: export UpdateInput
2018-01-04 19:32:21 +01:00
mewmew 98be0b43c8 pixelgl: clarify UpdateInput docs 2018-01-04 19:23:53 +01:00
mewmew 6c69d9b06b pixelgl: export UpdateInput 2018-01-01 21:04:56 +01:00
Michal Štrba a151e31929 Merge pull request #70 from PlainSight/improve-geo-tests
Improve geometry tests
2017-11-20 02:17:18 +01:00
Michal Štrba 08308279ca 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 2a32545253 minor adjustments with how tests are named and run 2017-11-20 13:51:15 +13:00
ALex Ogier eedeb85b14 refactor and add test cases 2017-11-20 13:51:15 +13:00
ALex Ogier 3c78161418 add GetPos function to window 2017-11-20 13:37:22 +13:00
faiface 5e2a944a48 README: add Windows guide mention 2017-11-15 21:38:24 +01:00
faiface e554b1e3c1 dirty fix #58 (panic on minimizing windows) 2017-11-08 22:28:32 +01:00
Michal Štrba cc4c905b49 Merge pull request #61 from Schobers/master
Added SetPos to pixelgl.Window
2017-10-27 20:48:00 +02:00
Sander Schobers 48e37828c8 Added SetPos to pixelgl.Window 2017-10-27 20:35:45 +02:00
faiface 78a2373870 README: mention OpenGL version 2017-10-19 21:34:09 +02:00
faiface 721a10ef10 add Vec.Project 2017-10-15 19:50:41 +02:00
faiface c87741300d add pixel.Unit 2017-10-15 19:43:12 +02:00
faiface 62cefc262e add pixel.Clamp 2017-10-15 19:42:13 +02:00
faiface ce09bb1114 fix Matrix.Chained (wrong order of composition) 2017-09-04 00:40:12 +02:00
faiface 7c5e5588e2 fix Vec.Normal to rotate by pi/2, not -pi/2 2017-08-29 20:23:32 +02:00
Michal Štrba 977f5710f5 Merge pull request #48 from PlainSight/fix-rectangle-resize
Fix Rectangle "Resized" function
2017-07-29 01:11:02 +02:00
Alex e3d056d36f add more test transforms, now includes: center, origin, min, max and middle of side 2017-07-29 11:05:46 +12:00
Alex 3e3a9aaa48 fix operation order for rectangle resize function, add tests 2017-07-29 00:40:06 +12:00
faiface 96df742331 remove audio package in favor of faiface/beep 2017-07-14 18:34:28 +02:00
faiface 4d94c04476 audio: wav: fix Stream for non 2 chans 2 bytes configurations 2017-07-14 02:41:01 +02:00
faiface 9a6fbad6ce audio: wav: more precise Position and Seek 2017-07-14 02:22:33 +02:00
faiface 7624d11cfc audio: wav: fix Stream (move position, forgot to do it previously) 2017-07-14 02:10:12 +02:00
faiface 35308e4ebf audio: wav: simplify Stream 2017-07-14 02:09:36 +02:00
faiface 52b52e4eca merge master 2017-07-13 01:24:50 +02:00
faiface d325ce3198 audio: add Gain effect 2017-07-13 00:29:53 +02:00
faiface 8ad3d94d7e audio: minor change 2017-07-13 00:21:16 +02:00
faiface 1db65503e3 update .travis.yml for ALSA 2017-07-12 22:54:36 +02:00
faiface 217fbdb30c audio: minor change 2017-07-12 22:44:15 +02:00
faiface 3a40ec4435 audio: add Ctrl doc comments 2017-07-12 22:43:55 +02:00
faiface 82afa289f4 audio: wav: add doc comments 2017-07-12 21:30:35 +02:00
faiface 502347d987 audio: wav: simplify code, more DRY, encapsulate decoder type, only export Decode function 2017-07-12 19:37:20 +02:00
faiface 55c94b6cc5 audio: make Take propagate errors 2017-07-12 02:58:17 +02:00
faiface 81dbcb5bd1 audio: wav: update streamer to satisfy StreamSeekCloser 2017-07-12 00:32:37 +02:00
faiface 78674d35b9 add StreamSeeker, StreamCloser and StreamSeekCloser interfaces 2017-07-12 00:05:42 +02:00
faiface d1953900cc audio: add Err method to Streamer 2017-07-11 23:42:57 +02:00
faiface 35a24edbda audio: wav: fix seeking to include the header 2017-07-11 20:12:04 +02:00
faiface ce53548e84 audio: rename Ctrl.Duration -> Ctrl.Position 2017-07-11 20:01:15 +02:00
faiface 72b34b78c4 audio: wav: add Seek and Position 2017-07-11 20:00:29 +02:00
faiface 81de53181c audio: wav: rename decoder.go -> streamer.go 2017-07-11 18:31:33 +02:00
faiface 3851f37503 minor change 2017-07-11 17:36:00 +02:00
faiface a748a0cdce audio: add initial wav streamer implementation 2017-07-11 17:34:17 +02:00
faiface eb429bea68 audio: speaker: fix byte encoding 2017-07-11 16:42:16 +02:00