personal page for bits and things
10 Dec 2022
For an experiment I wanted to create some voxel-models in Magica Voxel and use them with the Bevy game engine. The problem I encountered was that my model did not have the the same colors in Bevy. This post is to hopefully help anyone who attempts the same.
10 May 2018
For a long time I have wanted to add some sort of back-lighting to my desk. I finally devised a realistic plan, which I will write about in this post.
You can tell by my previous posts that I enjoy toying with LED strips. I’m really fond of LED because they’re fairly cheap now days, and they are also fairly easy to interact with. You can use and Arduino, a Raspberry Pi, or even a remote control if micro-controllers aren’t your cup of tea.
I have also been experimenting with the Prusa i3 MK3 3D printer at school, so I felt this project gave me a real excuse to utilize it.
22 Jul 2017
When I write a python script, or package I often use lots of print()
statements and logging-functions to give med feedback on what the state of a variable is. I then change some part of the code and run the script again…