Pinned Repositories
CadCanvas
A 3d display for CAD and CAM files currently supporting GCode based on HTML5's Canvas element.
graphql-live-subscriptions
RFC4627-compatible JSON patches over GraphQL
graphql-things
P2P GraphQL connections for the Internet of Things. Deprecated.
h264_webcam_stream
A Rust-based proof of concept for streaming from a webcam (using v4l2) in h264 over webrtc
implicitcad.org
MCAD
The original MCAD repo, no longer maintained by me. Please use https://github.com/elmom/MCAD.
node_avahi_pub
Quick and dirty Node bindings for Avahi service advertisements.
p3d
A Coffeescript 3D Mesh Parser for a better web
ReplicatorG
An open-source gcode interpreter for driving RepRaps, Makerbots, and other similar CNC beasties
tegh-cli
Tegh (Tea, Earl Grey, Hot): A command line client for the Tegh Protocol. Because replicators, that's why.
D1plo1d's Repositories
D1plo1d/graphql-live-subscriptions
RFC4627-compatible JSON patches over GraphQL
D1plo1d/h264_webcam_stream
A Rust-based proof of concept for streaming from a webcam (using v4l2) in h264 over webrtc
D1plo1d/tiny-artnet
A no_std ArtNet 4 implementation for creating microcontroller-based ArtNet Nodes.
D1plo1d/nom-gcode
D1plo1d/nom-reprap-response
A nom-based parser for the RepRap/Marlin serial protocol
D1plo1d/quiche
🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
D1plo1d/raves-on-rust
A pure Rust OSC receiver for controlling APA102 LEDs.
D1plo1d/advent-of-code-2021
D1plo1d/BeltEngine
A commandline slicer for belt-style printers utilising CuraEngine
D1plo1d/bonsaidb
A developer-friendly document database that grows with you, written in Rust
D1plo1d/bsd-pidfile-rs
Rust wrapper for pidfile_* functions from libbsd/libutil
D1plo1d/compiler-builtins
Porting `compiler-rt` intrinsics to Rust
D1plo1d/dioxus-charts
A simple chart components library for Dioxus
D1plo1d/GladiusSlicer
A Modern Adaptable 3D Printing Slicer
D1plo1d/h3
D1plo1d/local-ip-address
Retrieve system's local IP address and Network Interfaces/Adapters on Linux, macOS and Windows
D1plo1d/nannou-led-controller
Prototype GUI for simulating a MicroTree OSC controller in Rust.
D1plo1d/node-saml
SAML assertion creation for node
D1plo1d/node-samlp
SAML Protocol support for node (only IdP for now)
D1plo1d/pg-embed
Run a Postgresql database locally on Linux, MacOS or Windows as part of another Rust application or test.
D1plo1d/print-spool-release-test
A bold new way to 3D print over WiFi.
D1plo1d/rosc
An OSC library for Rust.
D1plo1d/rust-esp32-example
Example of Rust integration into an ESP-IDF project, for ESP32 series of chips
D1plo1d/sea-orm
🐚 An async & dynamic ORM for Rust
D1plo1d/self-host-space-rust
Experimental secure & offline-resiliant dynamic dns replacement in Rust. Not production ready. Work in progress.
D1plo1d/self-host-space-web-app
Experimental: The service worker frontend infrastructure for a proposed self-host.space service
D1plo1d/sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
D1plo1d/three-d
2D/3D renderer - makes it simple to draw stuff across platforms (including web)
D1plo1d/webrtc
A pure Rust implementation of WebRTC
D1plo1d/webrtc-capture-proof-of-concept