Commit Graph

59 Commits

Author SHA1 Message Date
Zachary King b13a2c82ec updated screenshot preview 2019-02-03 16:37:45 -06:00
Zachary King 837695c0af load 'scene' data from tmx file render accordingly 2019-02-03 16:35:31 -06:00
Zachary King 1de5ec5af8 tilemap example added 2019-02-03 10:22:25 -06:00
Jason Wangsadinata 91dc0b2643 sudoku: optimize text creation of sudoku numbers
This commit optimizes the text creation of sudoku numbers re-using the
`text.Text` used for printing the numbers to the batch.

Fixes #7.
2019-02-03 19:47:05 +07:00
Jeff Carr 466083852c make a clean file that just is for parsing the command line
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-01-09 04:13:45 -08:00
Jeff Carr 80982259a0 set filename,width,height and drift from the command line
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-01-02 08:10:40 -08:00
Jeff Carr da1c53e20d Add another glsl example file 'planetfall' 2018-12-04 16:52:10 -08:00
David Linus Briemann c02f66edcc fix md formatting 2018-11-01 11:25:02 +01:00
David Linus Briemann 967f11c56b add screenie to markdown 2018-10-31 14:38:20 +01:00
David Linus Briemann 47bd4a71e8 remove binary.. 2018-10-31 14:36:32 +01:00
David Linus Briemann c5b7c6aac7 add gophermark example 2018-10-31 14:36:04 +01:00
Chillance 4bbbbcbfe6 Updated parameter names. 2018-10-07 21:20:55 +02:00
Chillance 99aeaab533 Variable updates to follow a standardized glsl variable naming convention and shader updates. 2018-10-07 17:15:34 +02:00
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
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
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