Daniel Gray

Thoughts, Notes, Ideas, Projects

Contact

Connected Categories

Loading...

Most Linked Posts

Loading...

10 nodes0 links
Node Colors
Selected
Connected
Search Result
Default

All Posts (10)

GLSL 3D Fractals - 3D IFS Fractals
GLSL 3D Fractals - Mandelbulb
GLSL 3D Fractals - Distance Estimation Methods
GLSL 3D Fractals - Hybrid Fractals
GLSL 3D Fractals - Mandelbox
GLSL 3D Fractals - Menger Sponge
GLSL 3D Fractals - Quaternion Julia Sets
GLSL 3D Fractals - Sierpinski Tetrahedron
GLSL 3D Fractals Series
Mathematics & Learning

October 2018

22 posts

GLSL 3D Fractals - 3D IFS Fractals

Part 6 of 9GLSL 3D Fractals

GLSL 3D Fractals - 3D IFS Fractals Iterated Function Systems (IFS) are a powerful method for generating fractals using affine transformations. In 3D, IFS fractals can create stunning organic and geome...

GLSL 3D Fractals - Distance Estimation Methods

Part 7 of 9GLSL 3D Fractals

GLSL 3D Fractals - Distance Estimation Methods Distance estimation is the cornerstone of efficient 3D fractal rendering. Unlike traditional ray tracing, which requires expensive intersection tests, di...

GLSL 3D Fractals - Hybrid Fractals

Part 8 of 9GLSL 3D Fractals

GLSL 3D Fractals - Hybrid Fractals Hybrid fractals combine multiple fractal formulas to create entirely new structures. By blending Mandelbulbs with Julia sets, mixing geometric and algebraic fractals...

GLSL 3D Fractals - Mandelbox

Part 4 of 9GLSL 3D Fractals

GLSL 3D Fractals - Mandelbox The Mandelbox is a fascinating 3D fractal discovered by Tom Lowe in 2010. It combines sphere inversion with box folding and scaling operations, creating intricate geometri...

GLSL 3D Fractals - Mandelbulb

GLSL 3D Fractals - Mandelbulb The Mandelbulb is the 3D extension of the classic Mandelbrot set, discovered by Daniel White and Paul Nylander in 2009. It creates stunning organic, bulbous structures wi...

GLSL 3D Fractals - Menger Sponge

Part 3 of 9GLSL 3D Fractals

GLSL 3D Fractals - Menger Sponge The Menger Sponge is the 3D generalization of the Sierpinski carpet, discovered by Karl Menger in 1926. It's a fascinating geometric fractal with paradoxical propertie...

GLSL 3D Fractals - Quaternion Julia Sets

Part 2 of 9GLSL 3D Fractals

GLSL 3D Fractals - Quaternion Julia Sets Quaternion Julia sets extend the classic 2D Julia sets into 4D space using quaternion algebra, then project them back into 3D for visualization. The result is ...

GLSL 3D Fractals - Sierpinski Tetrahedron

Part 5 of 9GLSL 3D Fractals

GLSL 3D Fractals - Sierpinski Tetrahedron The Sierpinski Tetrahedron is the 3D generalization of the classic Sierpinski triangle. It's created by recursively subdividing a regular tetrahedron, removin...

GLSL 3D Fractals Series

Part ? of 9GLSL 3D Fractals

GLSL 3D Fractals Series 3D fractals represent some of the most visually stunning and mathematically fascinating objects in computer graphics. This series explores how to render these infinite structur...

Mathematics & Learning

Mathematics & Learning Mathematics is a powerful tool for understanding patterns, solving problems, and thinking logically. This section focuses on effective techniques and resources for learning math...

Advanced Concepts and Applications

Part 6 of 6Turing Machines

Advanced Concepts and Applications This is Part 6 of the Turing Machines series. Here we explore advanced topics including computability theory, complexity theory, variations of Turing machines, and c...

Building Your First Turing Machine

Part 5 of 6Turing Machines

Building Your First Turing Machine This is Part 5 of the Turing Machines series. Here we walk through building Turing machines step by step, from simple examples to more complex problems. We'll use pr...

Computer Science

Computer Science Computer Science is the study of abstract mathematical concepts related to information theory, computation, and algorithms. This section explores the theoretical foundations that unde...

Exploring turingmachine.io

Part 4 of 6Turing Machines

Exploring turingmachine.io This is Part 4 of the Turing Machines series. Here we provide a comprehensive hands-on guide to turingmachine.io, an interactive visualization tool that makes Turing machine...

Introduction to Turing Machines

Part 2 of 6Turing Machines

Introduction to Turing Machines This is Part 2 of the Turing Machines series. Here we explore the foundational concepts, historical context, and mathematical structure of Turing machines—one of the mo...

Turing Machines: A Complete Guide

Turing Machines: A Complete Guide Welcome to the Turing Machines series! This comprehensive guide explores one of the most fundamental concepts in Computer Science and Discrete Mathematics—the Advance...

Understanding State Diagrams and Transitions

Part 3 of 6Turing Machines

Understanding State Diagrams and Transitions This is Part 3 of the Turing Machines series. Here we explore how Turing machines are visually represented through state diagrams and how to read and under...