You are browsing as a guest. Sign up (or log in) to start making projects!

Nolan-L-from-Milorad

@Nolan-L-from-Milorad

Joined June 18th, 2026

  • 29Devlogs
  • 9Projects
  • 2Ships
  • 30Votes
Open comments for this post

50m logged

So my friend gave me a bare circuit board for a premium nextech 0.5 UHF walkie talkie. I’m going to make a 3d printed case with space for a lithium battery that fits a nextech radio’s curcuit board, because we all know that cheap radio with smash the microsecond you drop it. So far I have built a Shrek Pod of a radio using stuff I had.

0
0
9
Open comments for this post

4h 20m 57s logged

I recently locked in and did a tonne (kinda forgot to post a bit) But I started designing a case in fusion 360 (FreeCad stinks) I also put screw terminals on the side with a DC barrel jack for power input

0
0
12
Open comments for this post

2h 8m 5s logged

I procrastinated trying to get the gradients look look smoother with random noise, ended up removing it because it was drawing like 700,000 pixels with RNG and made the menu run at like 3 - 10 fps lol.

I also added a credits part of the main menu that reads out of ./data/credits.txt and displays the credits on screen, the slider from the last devlog has competition now!

0
0
12
Open comments for this post

1h 29m logged

I’ve kept myself busy! I’ve soldered in the socket and part of the right channel, the rest of the circuit’s parts have been pushed in and I will solder them in the morning. additionally I have soldered up left / right RCA jacks and a volume knob out of two trimpots vertically mounted and attached with a board at the top.

This is all going surprisingly well considering the complexity of building a dual-channel amplifier with just the datasheet’s schematic to go off of!

0
0
16
Open comments for this post

2h 10m 27s logged

My goal for this project is to build a small high power amplifier that also doesn’t look trash and start fires. BUT STILL PLAYS SCARLET FIRE

I just dropped $50 NZD at jaycar for parts for this project 💀

somehow I managed to perfectly assemble one channel just out of following the datasheet’s example schematic, I know I’m amazed too but miracles happen! attached is the schematic I was using and a picture of what I built

0
0
6
Open comments for this post

3h 31m 53s logged

I’ve switched to a pi 3b and I got LXQT going, it took quite a while but I got rust installed and working. I’ve been able to start actually working on the application, it’s been going well so far just working out UI style and starting to get the base of the Pi-Track-Pi application down

sorry about the bad monitor photo but getting files on and off the pi takes years. :3-blahaj-spinning:

0
0
3
Open comments for this post

3h 10m 38s logged

Holy this is taking a while I’m trying to get graphics on the pi 1b+ and it’s a massive pain I’ve not been able to get Xinit or XFCE working due to package servers being down, I meant to borrow a pi 3b from code club and accidentally took a 1b+.

basically I got half the bits (32 instead of 64) half the ram (512MB instead of 1000MB) 700Mhz instead of 1200Mhz

I’m cooked, if I can’t get a DE I’m getting a pi 3b

0
0
8
Open comments for this post

1h 48m 31s logged

I now have made text appear on screen like it’s being printed out, making that really threw up a fight because of newlines taking up two characters in an array and only listing as one (I think) that has lead to me counting every \n in the text and compansating for it.

I have made a settings menu for setting the text speed with the world’s worst slider

0
0
11
Ship ✨ Blessed

I made this (FurView) to be a small program that displays images in a slideshow-like fashion when the executable is placed in a folder of images and run

Note: Linux only, requires shell and ImageMagick to work fully, might work on windows if you compile it yourself but will be lacking image conversion features

Quick-Start: Download the Linux executable from the gitlab release using the try project button, place the downloaded executable in a folder full of images run the program and wait a bit for it to make png copies of all non-png images, it will then show every image in that folder in a slideshow, click on the window for a settings menuwu

I just made this project as a fun can-I-do-this type thing, turns out I can! It took a bit for me to figure out file saving (thanks stack overflow!) but I got it working in the end.

  • 5 devlogs
  • 3h
  • 6.17x multiplier
  • 23 Stardust
Try project → See source code →
Open comments for this post

48m 43s logged

Finished the menu and made the software save a file .config/FurView.txt to keep your choice of time between furries saved between sessions and restarts.

getting file loading was fairly simple as I have experience from M.I.S.E. getting saving was a bit more difficult but stack overflow saved the day!

0
0
35
Open comments for this post

27m 48s logged

Images now crop to fit the window nicely, I made the window force itself into a perfect square as you probably want widgets to be square and also it makes the image cropping easier :yay: :3-blahaj-spinning:

also picture credit goes to it’s creator, I just saved a duckduckgo search for “protogen” as a complete page for testing and kept only the images

0
0
8
Open comments for this post

17m 42s logged

I’ve now implemented an std::duration to make sure each image stays on screen for ~two seconds if it is less than two seconds it redraws the frame buffer until it is

0
0
7
Open comments for this post

37m 33s logged

just getting started now! a problem with macroquad is that it cannot load .jpg files so when the program starts up it runs a shell command that uses ImageMagick’s mogrify command to convert every .jpg file to a .png file in the exec’s dir then starts looping through the images

0
0
2
Open comments for this post

2h 13m 32s logged

trying my best to get characters showing up on screen, it has been surprisingly difficult as I have to load in each character, expression and what the expression is titled, I then have to match the right one to the one that is requested in the text input in the slide file almost there though :3-blahaj-spinning: :3

0
0
11
Loading more…

Followers

Loading…