Commit Graph

150 Commits

Author SHA1 Message Date
Chillance 16e4c45283 Added newline to put animated gif on a new line. 2018-10-07 16:08:46 +02:00
Chillance e5d5ae4d32 Added links. 2018-10-07 16:04:29 +02:00
Chillance 4291ffb4f0 Added seascape shader example. 2018-10-07 15:59:47 +02:00
faiface b56a517782 make a README 2018-09-07 18:00:48 +02:00
Robin Eklind bc29868459 Update import paths.
Automated using:

	find . -type f | grep -v "\.git" | xargs -I '{}' sar -i "github.com/faiface/pixel/examples/" "github.com/faiface/pixel-examples/" "{}"

With the sar tool, https://godoc.org/github.com/mewkiz/cmd/sar

Updates faiface/pixel#135.
2018-09-04 00:12:02 +02:00
Robin Eklind d8311efa94 Add README and LICENSE 2018-09-03 23:33:14 +02:00
Nanite Factory d50fdb3565 add community example: amidakuji 2018-08-26 21:45:01 +09:00
Jason Wangsadinata 1f3ab6edb9 add sudoku community example
This commit adds a simple sudoku community example that demonstrates the
use of text batching and imdraw drawing capabilities.
2018-07-03 22:49:30 +07:00
Brandon 31192ae8e8 fixed accessing png files from disk every frame 2018-06-25 11:51:55 -06:00
David Linus Briemann f33825d48e adjusts VideoMode and associated function to pull request change requests. 2018-05-04 18:03:25 +02:00
David Linus Briemann f11f8fd3c4 adds a community example for the usage of video modes 2018-05-03 20:52:42 +02:00
bcamp1 b895bbd6b1 Simplified variable declaration 2018-03-10 16:04:01 -07:00
Branson Camp 862907a849 Added go-jetpack
Remove .DS_Store

Added screenshot

Added README.md
2018-03-10 16:00:37 -07:00
Nathan 6178d3ef7c addressing PR feedback 2018-01-18 20:44:54 -05:00
Nathan 17c9db7140 adds a game of life example 2018-01-18 19:52:52 -05:00
Michal Štrba 435cc32abf Merge pull request #87 from svera/parallax-scroll
Parallax scroll
2018-01-12 12:59:03 +01:00
Michal Štrba d857351eeb Merge pull request #86 from svera/update-image
Update image
2018-01-12 12:57:11 +01:00
Sergio Vera Castellano 47b78a7c85 Removed unneeded parentheses 2018-01-12 12:52:50 +01:00
Sergio Vera Castellano f32d37d688 Removed unneeded parentheses 2018-01-12 12:51:07 +01:00
Sergio Vera Castellano 0daccce0f1 Added new image 2018-01-12 12:48:09 +01:00
Sergio Vera Castellano 95a0f895b2 Fixed image positioning 2018-01-12 12:47:16 +01:00
Michal Štrba 1cd42aacbd Merge pull request #85 from svera/parallax-scroll
Parallax scroll (fixes #75)
2018-01-12 12:44:11 +01:00
Sergio Vera Castellano 0e13750f77 Corrected image placement 2018-01-12 12:43:09 +01:00
Michal Štrba dc18c50cc9 Merge pull request #82 from svera/procedural-terrain-1d
Procedural terrain 1D
2018-01-12 12:42:22 +01:00
Sergio Vera Castellano ee32e77d47 Update image 2018-01-12 12:40:02 +01:00
Sergio Vera Castellano 9ea1048758 Updated comment 2018-01-12 12:31:00 +01:00
Sergio Vera Castellano c21a688a6c Added result image 2018-01-12 12:29:08 +01:00
Sergio Vera Castellano 2294900816 Updated window title 2018-01-12 12:23:10 +01:00
Sergio Vera Castellano fe852f27d5 Small adjustments 2018-01-12 12:19:58 +01:00
Sergio Vera Castellano bdbc1220c6 Fixed images 2018-01-12 10:37:52 +01:00
Sergio Vera Castellano d6ec23e417 Fixed comments 2018-01-12 10:33:24 +01:00
Peter Hellberg f3c09f05f9 Change screenshot aspect ratios 2018-01-11 23:14:54 +01:00
Peter Hellberg ada34c44da Add bouncing experiment to community examples 2018-01-11 22:42:04 +01:00
Peter Hellberg 502ed1c0a2 Add starfield experiment to community examples 2018-01-11 22:39:45 +01:00
Peter Hellberg 704acac0e5 Add raycaster experiment to community examples 2018-01-11 22:39:36 +01:00
Sergio Vera Castellano 926603c8c2 Added result image 2018-01-11 17:53:16 +01:00
Sergio Vera Castellano c0bfb137a6 Added readme 2018-01-11 17:43:39 +01:00
Sergio Vera Castellano 3963f5c735 Refactored code 2018-01-11 16:55:20 +01:00
Sergio Vera Castellano bb75f29fdb First commit 2018-01-11 14:52:23 +01:00
Sergio Vera Castellano f2ecebf8e1 Fixed readme 2018-01-11 09:58:34 +01:00
Sergio Vera Castellano d22ae68285 Removed log 2018-01-11 09:56:36 +01:00
Sergio Vera Castellano 498f3ddf8d First commit 2018-01-11 09:54:39 +01:00
Sergio Vera Castellano 664e6378ca Added sample image 2017-12-31 18:07:00 +01:00
Sergio Vera Castellano eb6f43d1dc First commit 2017-12-31 17:56:58 +01:00
Sergio Vera Castellano 3959af0d2f made framerate independent 2017-12-28 10:43:17 +01:00
Sergio Vera Castellano e478381144 Small example explanation 2017-12-27 17:05:43 +01:00
Sergio Vera Castellano d1127bf1c8 First commit 2017-12-27 16:29:21 +01:00
faiface 3aae286a93 Merge branch 'master' into gl2.1 2017-06-09 19:26:14 +02:00
faiface 1e166f45f2 add maze generator community example 2017-05-30 13:30:09 +02:00
faiface be077d6e60 add 07 guide code 2017-05-30 02:52:33 +02:00