Skip to content

๐ŸŒ€ An open-source fractal renderer with React, TypeScript and WebGL components.

License

Notifications You must be signed in to change notification settings

xSNOWM4Nx/react-fractal-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

react-fractal-renderer

An open-source project written with React and TypeScript.

The goal of this project is to render fractals on a canvas with the usgae of WebGL and a custom fragment shader.

JavaScript Style Guide

๐Ÿ“ฆ Packages:

๐Ÿ”ฎ Features:

  • Using "Hooks", "Context", "Suspense", "React.lazy" and other popular React patterns.
  • Written entirely in TypeScript.
  • Using WebGL implementation from three.js with the React friendly wrapper react-three-fiber.
  • Using styling components from MUI project.
  • Using Vite to serve the app.

๐Ÿ”Œ Usage:

Start by cloning the repository and install the packages:

npm install

Start the project:

npm run preview

๐Ÿ“‘ License: