Skip to content

Instantly share code, notes, and snippets.

View Demizdor's full-sized avatar
😒
On a coding spree!

Vlad Adrian Demizdor

😒
On a coding spree!
View GitHub Profile
@Demizdor
Demizdor / noisepl.c
Last active April 14, 2023 03:00
Noise Planets
// ========================================================================
// NOISE PLANETS WITH RAYLIB
// BASED ON: https://avinayak.github.io/art/2021/01/09/noise-planets.html
// ========================================================================
#include <raylib.h>
#include <stdlib.h>
#include <limits.h>
#include <math.h>