Skip to content

sloganking/2D-function-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-function-viewer

This program renders any function that takes an x-y coordinate in world space and outputs a pixel. It also lets the user move the camera to explore the render space.

Example Renders:

2D-function-viewer-quad.mp4
julia_mp4.mp4

Mandelbrot

image

Perlin Noise

image

Wave Pattern

(x.sin() + y.sin()) / 2.0

image

Circular Pattern

((x * x + y * y).sqrt()).sin() image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages