Go to file
Michal Štrba 6dea3ebe47
Merge pull request #10 from basilarchia/master
make a clean file that just is for parsing the command line
2019-02-03 12:54:30 +01:00
community make a clean file that just is for parsing the command line 2019-01-09 04:13:45 -08:00
guide add 07 guide code 2017-05-30 02:52:33 +02:00
lights replace complex128 Vec with a struct 2017-05-21 19:25:06 +02:00
platformer replace complex128 Vec with a struct 2017-05-21 19:25:06 +02:00
shader shader: fix wavy build 2018-11-22 05:34:14 +02:00
smoke replace complex128 Vec with a struct 2017-05-21 19:25:06 +02:00
typewriter minorly simplify typewriter example 2017-05-28 00:06:29 +02:00
xor replace complex128 Vec with a struct 2017-05-21 19:25:06 +02:00
.gitignore make a clean file that just is for parsing the command line 2019-01-09 04:13:45 -08:00
LICENSE Add README and LICENSE 2018-09-03 23:33:14 +02:00
README.md make a README 2018-09-07 18:00:48 +02:00

README.md

Pixel Examples

This repository contains a few examples demonstrating Pixel's functionality.

To run an example, navigate to it's directory, then go run the main.go file. For example:

$ cd platformer
$ go run main.go

Here are some screenshots from the examples!

Lights Platformer
Lights Platformer
Smoke Typewriter
Smoke Typewriter
Raycaster Starfield
Raycaster Starfield