You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Anton Lydike d72321b14a got mandelbulbs working 5 years ago
images@a070980af1 cleaned up, added new images.h version 5 years ago
renders got mandelbulbs working 5 years ago
src got mandelbulbs working 5 years ago
.gitignore added example render 5 years ago
.gitmodules Initial commit, basic shading 5 years ago
README.md added fish hint in readme 5 years ago
default.nix Initial commit, basic shading 5 years ago
main.c got mandelbulbs working 5 years ago
marcher.h fixed some stuff 5 years ago

README.md

Raymarching in C

infinite spheres

Compiling:

in fish:

# load requirements
nix-shell --run fish
# run gcc with flags
gcc (pkg-config --cflags --libs gtk+-3.0 | string split " ") -lm -Wall -Wextra -o march.out main.c