Skip to content

Repository files navigation

misc-mini-project

A collection of small, miscellaneous code snippets and experiments.

Installation

Each mini project has its own requirements.txt inside its folder.

To install dependencies for one project:

cd <project-folder>
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt

Projects

Barnsley Fern

Barnsley fern

Mandelbrot Set

Overview Seahorse

Perlin Noise

Perlin noise generation

Ionizing Radiation Art

Ionizing raditaion art

Cnake (a simple terminal-based snake game)

Cnake screenshot

Runge-Kutta 4 Solver

Underdamped oscillator comparison

Deadly Slugs

Screenshot 1 Screenshot 2

Plane Rotation using Complex Numbers

Plane Rotation

Copyright

Copyright Aaron Dettmann.

About

✨ Miscellaneous mini projects

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages