Tag: svelte»
- April 21, 2024
Kex
I have implemented a game from my childhood days with Svelte and will go into a few details. KEX (Kern Explosion) is about using chain reactions to win over your opponents' atoms and in the end the entire game field.
- March 27, 2024
Woven basket
In this article we learn how to build weaved 2D shapes with Svelte and SVG and transform those into 3D woven basket solids using OpenSCAD. And while the circular basket is quite easy, complexity grows when it comes to a rounded, rectangular basket.
- January 23, 2024
Genuary 2024
I participated with submissions for the first ten days in Genuary 2024. It was quite stressful and charming, but I did stop when I became sick, so here are my thoughts on this online event.
- November 11, 2022
Link more circles
By seamlessly connecting multiple circles, we can draw a wavy path and build beautiful shapes out of it, first in two-dimensional SVG/Svelte and then in 3D.
- November 4, 2022
Link circles
How do we get a smooth connection of arcs? Is this the moment for the Pythagorean theorem? We'll find out with some Maths and SVG/Svelte Geometry.
- June 3, 2022
Intersecting rectangles
What's the size of a rotated and cropped rectangle? Another problem already solved, but now with some visual demos around the mathematic algorithms behind the solution.
- May 23, 2022
Circle Inversion and Steiner Chain
I saw a tweet about a Steiner chain and had to come up with this new blog post how to do this using circle inversion, which by itself offers a bunch of new possibilities to become creative.
- April 18, 2022
Tech Radar
Not the latest trend, but tech radars are currently or still finding their way into the management level. And with Svelte this kind of visualization is very easy to create.
- March 25, 2022
Block Puzzle
It's already two years I encoutered Svelte and one of the first things I've playes with was an implementation of an addictive casual game I played back then and still sometimes.
- January 1, 2022
Demos Section
Instead of writing a full featured article each time I come up with an experiment, I now introcude a new section to my website for that called Demos. Enjoy!
- December 24, 2021
Merry Christmas
Every year we come up with a creative X-mas card for 17 years already. This years card was inspired by the previous post about String Art and done with needle and a thread and some Pixelmator magix afterwards.
- December 6, 2021
String Art
Winter has started, sometimes dreadful weather, just the time to tinker something. How about string art with needle, thread and thin cardboard? I'll show you that it has a lot in common with computer graphics.
- December 3, 2021
Bezier curves
Well, here's one more post about a more general concept in computer graphics, bezier curves, and how easily they are constructed using the De-Casteljau algorithm. All explained using demos built with SVG and Svelte.
- August 20, 2021
Draw tomatoes with Svelte and SVG
I don't like to eat Tomatoes, at least not the fruit itself, but I do like Ketchup or a well tomato soup. And I did not plan to come up, but ended with a kind of tutorial, how to make reactive and animated SVG graphics with Svelte.
- August 10, 2021
Collatz conjecture
Do you like Maths? And have you heard about 3n+1, yet? Today on Hacker News I stumbled over this youtube video about 'The Simplest Math Problem No One Can Solve'. There are different names for this algorithm…