Harald Reingruber's repositories
rust-java-example
Integrating Rust into Java via Java Native Interface (JNI). This repo implements 2 simple image processing algorithms for comparing Java and Rust for image processing.
awesome-graphics-libraries
:sunglasses: A curated list of 3D graphics libraries and resources
awesome-graphics-programming
Graphics Programming Resources List
caniuse
Raw browser/feature support data from caniuse.com
cargo-about
📜 Cargo plugin to generate list of all licenses for a crate 🦀
ChatGPT-unity-demo
Live experiment of AI-assisted development in Unity3D.
comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.
foodsoft
Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).
haraldreingruber
The repository for my GitHub profile.
krates
📦 Creates graphs of crates from cargo metadata 🦀
mob
Tool for smooth git handover.
mobtime
Collaborative mob timer
nodejs-compute
Node.js client for Google Compute Engine: Scalable, High-Performance Virtual Machines
pqueue-jni
JNI Version of pqueue example for integrating Rust code in a Java application.
rockysboots
Recreation of Rocky's Boots
rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
slicereg
A 2D-3D histological brain slice registration application for mouse, rat, zebrafish brains.
template-dotnet-core-cli-csharp
A CLI template for .NET, written in C#, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
wasm-pack
📦✨ your favorite rust -> wasm workflow tool!
webcam-capture
The goal of this project is to allow integrated or USB-connected webcams to be accessed directly from Java. Using provided libraries users are able to read camera images and detect motion. Main project consist of several sub projects - the root one, which contains required classes, build-in webcam driver compatible with Windows, Linux and Mac OS, which can stream images as fast as your camera can serve them (up to 50 FPS). Main project can be used standalone, but user is able to replace build-in driver with different one - such as OpenIMAJ, GStreamer, V4L4j, JMF, LTI-CIVIL, FMJ, etc.
webgpu-cross-platform-demo
Barebones demo of WebGPU cross-platform (web/native) via CMake/Emscripten
wgpu
Safe and portable GPU abstraction in Rust, implementing WebGPU API.