There is a list of my uploaded projects and exercises (from the latest to the oldest):
-
colors_generator - finds
N
colors with the farthest hue in the HSL color space (with common H & S) for your plot. -
normals - playground for calculating normal vectors from terrain height maps.
-
discrete-color-fields - a script generating pictures loosely inspired by Jan Pamuła's artworks:
-
chaos-game - implementation of the chaos game. My Youtube video.
-
ahrs - playing with attitude and heading reference systems using ahrs library and MPU-6050 data.
See also:
go-stuff/serial-read-accel - reading accelerometer and gyroscope data frames sent via serial port (...).
go-stuff/serial-read-quaternion - reading quaternion rotation data frames sent via serial port (...).
cpp-stuff/angle-visualization - visualizing quaternion rotations (...).
python-stuff/accelerometer-live-plot - below -
accelerometer-live-plot - real-time visualization tool for accelerometer data with 6 degrees of freedom. Nice YouTube video
-
plots - good-looking plots and data-science-realated stuff.
-
Mandelbrot - yet another Mandelbrot set generator in command line:
-
Galaxy generator - generates an unique image of a spiral galaxy and saves it as SVG/PNG file with matplotlib.
-
geopandas - examples/exercises notebook.
-
Miscellaneous/sunpy - examples/exercises notebook.
-
sympy - examples/exercises notebook.
-
matplotlib - examples/exercises notebook.
-
pandas - examples/exercises notebook.
-
numpy - examples/exercises notebook.
-
Discord - testing Discord webhooks and bots.
-
Live LCD Char Generator - Generates custom characters for your LCD screens connected to Arduino in real time:
- Wireframes - renders 3D-like cuboids using lines only. Requires
pygame
. Youtube video. - Roguelike level generator - converts RGB colors from png files to the matrix of characters; configurable with
config
file.
- Higher-Lower.
- Playing with urwid library.
- Fizz-Buzz.
- Name generator.