https://github.com/peterhellberg/pixel-experiments
Various experiments using the pixel library
https://github.com/peterhellberg/pixel-experiments
experiments go pixel
Last synced: 10 months ago
JSON representation
Various experiments using the pixel library
- Host: GitHub
- URL: https://github.com/peterhellberg/pixel-experiments
- Owner: peterhellberg
- Created: 2017-08-25T11:24:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T20:23:16.000Z (about 7 years ago)
- Last Synced: 2025-03-25T04:12:34.023Z (11 months ago)
- Topics: experiments, go, pixel
- Language: Go
- Homepage:
- Size: 802 KB
- Stars: 96
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixel-experiments
These are some of my experiments with the [pixel library](https://github.com/faiface/pixel)
## Installation
Just go get it:
```
go get -u -d github.com/peterhellberg/pixel-experiments
```
## Experiments
### [bouncing](/bouncing)


### [double-pendulum](/double-pendulum)

### [metaballs](/metaballs)


### [particles](/particles)


### [pong](/pong)

### [raycaster](/raycaster)


### [starfield](/starfield)

### [tree](/tree)



### [tunnel](/tunnel)


### [warping](/warping)

### [xor](/xor.go)

### [plasma](/plasma.go)

### [julia](/julia.go)



## License (MIT)
Copyright (c) 2017-2018 [Peter Hellberg](https://c7.se/)
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
> "Software"), to deal in the Software without restriction, including
> without limitation the rights to use, copy, modify, merge, publish,
> distribute, sublicense, and/or sell copies of the Software, and to
> permit persons to whom the Software is furnished to do so, subject to
> the following conditions:
> The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.