Pinned Repositories
adafruit-macropad-rust
various Rust projects for using the adafruit macropad
blender-letterbox
add-on for blender to provide quick letterboxing functionality
blender-marching-cubes
a blender python script for creating a mesh approximating an isosurface of a scalar field
blender-tetrahedral-sphere
An addon for the Blender 3D animation suite for creating spheres based on a tetrahedral topology
blender-vse-loop
add-on for blender to provide quick media looping
Glitch-clock-for-android
This is a home screen widget for android which displays the current time in the game world of Glitch
jluadata
Java library to parse data structures that look like Lua
minecraft-stronghold-triangulator
A javascript-based web page to help you triangulate the location of Strongholds in the game Minecraft
ndk-speex
an NDK-friendly android "port" of speex. It includes a very thin java wrapper around a JNI wrapper around the regular speex library.
pycharm-blender
This is an updated version of Campbell Barton and Witold Jaworski's pypredef_gen.py script that generates stubs of blender's python API
mutantbob's Repositories
mutantbob/adafruit-macropad-rust
various Rust projects for using the adafruit macropad
mutantbob/rust-arduino-helpers
experients in mixing Rust and C/C++ on the Arduino Uno
mutantbob/rust-arduino-wrappers
rust crates that wrap C/C++ libraries for the Aruino Uno
mutantbob/avr-timer
experiments with the AVR timer API
mutantbob/lcd-esp32
driving an ST7789 display from an ESP32 feather.
mutantbob/rust_jni_boilerplate
A set of procedural macros for generating rust boilerplate for invoking java functions
mutantbob/VR-gorgon
a virtual reality art crime for the Oculus Quest 2 using OpenXR. This is a club for your visual cortex, if your visual cortex were a baby seal.
mutantbob/3d-printed-maze-generator
Rust app to generate a cylindrical maze puzzle.
mutantbob/aHash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
mutantbob/android-openxr-exp
experiments with rust/android ndk OpenXR VR applications
mutantbob/ans-password
password generator that uses a hash followed by Asymmetrical Numeral System decoding
mutantbob/arduino-spi
prototype replacement for the arduino_hal::Spi interface that supports SPI devices that use a channel select pin other than d10
mutantbob/atomic-polyfill
mutantbob/avr-hal
embedded-hal abstractions for AVR microcontrollers
mutantbob/avr-progmem-rs
Progmem utility for the AVR architecture
mutantbob/esp-idf-hal
embedded-hal implementation for Rust on ESP32 and ESP-IDF
mutantbob/godot
Godot Engine – Multi-platform 2D and 3D game engine
mutantbob/great-circle-erp
egui Rust app to render the globe as an equirectangular projection (ERP) with the "equator" on an arbitrary great circle
mutantbob/hashbrown
Rust port of Google's SwissTable hash map
mutantbob/heapless
Heapless, `static` friendly data structures
mutantbob/http-cliches
Utility classes for HTTP servers using various frameworks.
mutantbob/ili9341-exp-2
experimental app using the ILI9341 to drive an Adafruit ST7789 display
mutantbob/ili9341-rs
A WIP, no_std, generic driver for the ILI9341 (and ILI9340C) TFT LCD display
mutantbob/once_cell
Rust library for single assignment cells and lazy statics without macros
mutantbob/openxrs
OpenXR bindings for Rust
mutantbob/rp-hal
A Rust Embedded-HAL for the rp series microcontrollers
mutantbob/rust-avr-code-generation-bug
I am seeing some weirdness in code generation from rust nightly-2022-05-10 on AVR
mutantbob/st7789
Rust library for displays using the ST7735 driver
mutantbob/teensy-four-way
rust app that turns a teensy into a keyboard with four different "macros"
mutantbob/ufmt
a smaller, faster and panic-free alternative to core::fmt