Pinned Repositories
aframe-rs
aframe library for rust
aframe-vr-mode-watcher
A-frame component which adds a state to an entity signaling whether or not VR mode is active.
const-gen
A crate for generating (relatively) complex compile-time constants in rust
const-gen-derive
Derive macro for the const-gen crate
dfb
Dynamic-Fifo-Buffer, like AnyMap but uses a VecDeque to store values and treats access as a Fifo.
enum-assoc
Rust procedural macro to associate constants with enum variants.
htmlify
Trait used to generate HTML from Rust structures.
inclip
A simple terminal utility for clipboard interaction and convenience
ipipe
Cross-platform named-pipe library for Rust
Programming-with-AI-help
A repo to show off that programming with AI help is pretty cool
Eolu's Repositories
Eolu/ipipe
Cross-platform named-pipe library for Rust
Eolu/const-gen
A crate for generating (relatively) complex compile-time constants in rust
Eolu/enum-assoc
Rust procedural macro to associate constants with enum variants.
Eolu/aframe-rs
aframe library for rust
Eolu/htmlify
Trait used to generate HTML from Rust structures.
Eolu/Programming-with-AI-help
A repo to show off that programming with AI help is pretty cool
Eolu/aframe-vr-mode-watcher
A-frame component which adds a state to an entity signaling whether or not VR mode is active.
Eolu/const-gen-derive
Derive macro for the const-gen crate
Eolu/dfb
Dynamic-Fifo-Buffer, like AnyMap but uses a VecDeque to store values and treats access as a Fifo.
Eolu/inclip
A simple terminal utility for clipboard interaction and convenience
Eolu/aframe-crawling-cursor
Eolu/aframe-play-sound-on-event
This is a component for AFRAME which allows events to trigger sounds.
Eolu/aframe-state-restrict
a-frame component which pauses and hides an entity if it does not contain any of the specified states.
Eolu/any_mpsc
A Rust mpsc wrapper that allows arbitrary types to be passed through
Eolu/const-default.rs
Eolu/cookieclicker
Cookie Clicker
Eolu/funcy-java
Added additional functional programming concepts by extending java.util.function interfaces
Eolu/javafx-one-time-listener
An extension of the JavaFX ChangeListener interface to support single-use listeners (run then discard)
Eolu/javafx-particle-fall
A particle fall effect for JavaFX.
Eolu/lazy-static-include
This crate provides `lazy_static_include_bytes` and `lazy_static_include_str` macros to replace `include_bytes` and `include_str` macros.
Eolu/pipe_watcher
A simple program for watching named pipes created with the ipipe library.
Eolu/sax-fingering-chart
Takes midi files and outputs fingering charts for a saxophone. This is primarily because I'm lazy and haven't figured out how to read music.
Eolu/select_start_bot2
Eolu/unicode-chart-generator
A unicode chart generator implemented in Java, Haskell, Rust, and Zig.
Eolu/ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.