X Tutup
Skip to content

Commit d2fcb18

Browse files
authored
Update README.md
1 parent 2a2a9fa commit d2fcb18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# PixelPlanets
22

33
A collection of Godot shaders to generate pixel planets. Try a web version here: https://deep-fold.itch.io/pixel-planet-generator
4+
45
The web version only exposes some options, to use all options (noise generation, lighting, colors, etc.) you have to use the actual shaders.
56

6-
Godot shader code is GLSL. Big thanks to EnthusiastGuy who made a MonoGame HLSL version of the shaders, see here: https://github.com/EnthusiastGuy/MonoGame-Pixel-Planets
7+
Ports to other engines:
8+
* Monogame port by EnthusiastGuy: https://github.com/EnthusiastGuy/MonoGame-Pixel-Planets
9+
* Unity port by Hmc: https://github.com/hmcGit/UniPixelPlanet
10+
* Defold port by Selimanac: https://github.com/selimanac/defold-pixel-planets

0 commit comments

Comments
 (0)
X Tutup