Skip to content

Instantly share code, notes, and snippets.

View tirbofish's full-sized avatar
😵
dependency management will be the death of me

Thribhu K tirbofish

😵
dependency management will be the death of me
  • Sydney, NSW
  • 16:51 (UTC +11:00)
View GitHub Profile
@tirbofish
tirbofish / keybase.md
Created November 11, 2025 05:28
keybase.md

Keybase proof

I hereby claim:

  • I am tirbofish on github.
  • I am 4tkbytes (https://keybase.io/4tkbytes) on keybase.
  • I have a public key whose fingerprint is 015C 79A6 87E1 113F C19B 88F5 BDAC 0F91 798A 150B

To claim this, I am signing this object:

Eucalyptus

Hi there. I am assuming you are reading this file out of pure boredom, curiosity or if you recieved an error regarding assimp. Well, most likely you are running on an ARM64 chip and the release did not include a dynamic library. Due to it not existing, you are consulting this readme to find a solution.

Download

Your best solution is to download the assimp library from the package manager of your choice.

@tirbofish
tirbofish / howto.md
Last active October 16, 2025 23:15
Installing Rust on windows desktops without admin

Installing rust on desktops without admin

Are you on a computer where you cannot get MSVC on a computer because of admin? Well, this guide should help you out!

Note

This guide is only for windows.

  1. Download rustup/rust-init for windows. Download from here: https://www.rust-lang.org/tools/install or download from the web. Don't install it yet
  2. Download msys2. You will not be using MSVC, but instead be compiling using GNU. It does not make any differences (afaik) compared to MSVC. Download it from here: https://www.msys2.org/ and run through the setup. Msys2 should not require admin as it is copying folders. In the case that it does require it,
@tirbofish
tirbofish / main.rs
Created May 8, 2025 00:01
ESP32 and ST7789 with Rust (with std) with no cs
// This is an image demo of the esp32 with the st7789 using esp-rs
//
// I have had many troubles trying to get it to work, so take this
// however the hell you want.
//
// Pin Layout:
// GND - Ground
// VCC - 3.3v (power)
// SCL - Gpio18 / D18
// SDA - Gpio23 / D23