calebfletcher
Electronic Engineer from Melbourne, Australia. Passionate about electronic design, aerospace engineering, and using technology to solve real-world problems.
@IAS-AP @arkeus-auMelbourne, Australia
Pinned Repositories
altreg
A Cargo sparse-registry implementation in pure Rust, with support for docs generation and a web UI.
annex
Hobby kernel to experiment with OS development.
calebfletcher.github.io
Profile Site thanks to GitHub Pages
check-url-variants
Checks whether variants of a base URL redirect to a common destination.
cortex-m-log
Logging facilities for Cortex-m
foc
A Rust implementation of various Field Oriented Control algorithms.
lumiere
A ray-tracing implementation in Rust, based on Peter Shirley's "Ray Tracing in One Weekend" series.
rust-veracrypt
A VeraCrypt implementation in pure Rust.
SerialTCPBridge
A Rust implementation of a scalable serial port to TCP bridge, supporting multiple concurrent TCP connections.
vhdx
An implementation of Microsoft's VHDX virtual hard disk format in Rust.
calebfletcher's Repositories
calebfletcher/foc
A Rust implementation of various Field Oriented Control algorithms.
calebfletcher/rust-veracrypt
A VeraCrypt implementation in pure Rust.
calebfletcher/SerialTCPBridge
A Rust implementation of a scalable serial port to TCP bridge, supporting multiple concurrent TCP connections.
calebfletcher/vhdx
An implementation of Microsoft's VHDX virtual hard disk format in Rust.
calebfletcher/altreg
A Cargo sparse-registry implementation in pure Rust, with support for docs generation and a web UI.
calebfletcher/annex
Hobby kernel to experiment with OS development.
calebfletcher/check-url-variants
Checks whether variants of a base URL redirect to a common destination.
calebfletcher/cortex-m-log
Logging facilities for Cortex-m
calebfletcher/eclat
A toy CPU-based software renderer that mimics a full GPU pipeline.
calebfletcher/lager
A linear algebra implementation in Rust.
calebfletcher/LearningRust
A collection of small projects used to teach myself Rust.
calebfletcher/lumiere
A ray-tracing implementation in Rust, based on Peter Shirley's "Ray Tracing in One Weekend" series.
calebfletcher/autocxx
Tool for safe ergonomic Rust/C++ interop driven from existing C++ headers
calebfletcher/galileo
General purpose cross-platform GIS-rendering library written in Rust
calebfletcher/graph_gui
An experimental dynamic graph computation engine with GUI-based configuration.
calebfletcher/obscuro
An FPGA-based Hardware-in-the-Loop environment.
calebfletcher/PPMAnalyzer
Analyzer for the Saleae Logic for PPM streams common in RC radios.
calebfletcher/probe-rs
A debugging toolset and library for debugging embedded ARM and RISC-V targets on a separate host
calebfletcher/ractor
Rust actor framework
calebfletcher/riscv_cpu
An experimental RISC-V CPU designed in VHDL for the Digilent Arty A7.
calebfletcher/ruckus-template
A template for a Vivado project using the Ruckus build system.
calebfletcher/rustwide
Execute your code on the Rust ecosystem.
calebfletcher/SudokuSolver