You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of Godot shaders to generate pixel planets. Try a web version here: https://deep-fold.itch.io/pixel-planet-generator
4
+
4
5
The web version only exposes some options, to use all options (noise generation, lighting, colors, etc.) you have to use the actual shaders.
5
6
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