Simplex Noise Example
by anthonysavatar
Terra Firma Flight Sim
Pico Tanks
Noise Explorer
A* pathfinding example
One-Off GFX
aajibi (512b intro)
Paint a Char
Simple Rotation Example
Top Down AI for Enemies
Music Fountain (plus example code)
picocross
Pico Illustrator v2.0.0
Solid Rogue
Desert Road (generated animation)
A Tiny Ray of Hope
Ray Marched Blob
mtrx
Tunes of Rage
flyover_toy
Pro Bowling 3D
Sneak Out 3D
Picowings Flight Simulator
Tiny Platformer (TutorialExample Project)
Dungeon Generator
hypercolor_paint
Trifill Thunderdome
Spring Physics 0.1
PicoCam 3D Camera Library
Pineapple's snippets and other resources
Mini Ex Machina
Just Push the Button
orchard
Loto the Avatar (1.01)
print9() custom font library (no sprites)
Burgertime Demake
A selection of easing functions
Simple FPS Controller
Soviet Supremacy Game
Animation through Palette Cycling
Brick Breaker
About 1600mm ~ Now with Post-Jam version!
TOYTRAIN (for PICO-8 ZINE Issue 1)
Spaghetti Forever
Tween Engine
Dance Santa Revolution
2D transforms
Little platform
60 FPS Interlace Color Test
Simplex Noise Example
Hi all,
I'm working on a space game with procedurally generated planets and thought others may benefit from the simplex noise functions I'm using.
This is ported the reference examples at:
http:staffwww.itn.liu.se~stegusimplexnoiseNoise.lua
The whitepaper can be found here:
http:www.itn.liu.se~stegusimplexnoisesimplexnoise.pdf
Feel free to use. Be aware that perlin noise (predecessor to simplex noise) has a patent. Here's an alternative: OpenSimplexNoise
Enjoy!
Edit: That patent is for simplex noise
License: -