Pinned Repositories
airplane-mode
babel-plugin-transform-bigint
A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.
birhburh.github.io
camera_test
cargo-quad-apk
Glue between Rust and Android
egui-macroquad
egui bindings for macroquad
egui-miniquad
Fork to make egui not redraw on every frame as it works originaly
macroquad
Cross-platform game engine in Rust.
macroquad-android-platformer
watchface-rs
A rust library to parse/generate huami watchface bin files. Port of watchface-js. In progress.
birhburh's Repositories
birhburh/watchface-rs
A rust library to parse/generate huami watchface bin files. Port of watchface-js. In progress.
birhburh/airplane-mode
birhburh/babel-plugin-transform-bigint
A plugin for babel to transform `x * y` into something like `JSBI.multiply(x, y)` to support bigints.
birhburh/birhburh.github.io
birhburh/camera_test
birhburh/cargo-quad-apk
Glue between Rust and Android
birhburh/egui-macroquad
egui bindings for macroquad
birhburh/egui-miniquad
Fork to make egui not redraw on every frame as it works originaly
birhburh/macroquad
Cross-platform game engine in Rust.
birhburh/macroquad-android-platformer
birhburh/macroquad_android_snake
Added touch interface for macroquad android snake example
birhburh/macroquad_tic_tac_toe
Macroquad android proof of concept tic-tac-toe app with redraw only when input or resize
birhburh/miniquad
Cross platform rendering in Rust
birhburh/miniquad_kaios_tests
Yeah
birhburh/polywasm
birhburh/quad-log-test
first attempt to add logging to a miniquad program without root adb and logcat
birhburh/rust-book-epub
Tries to provide PDF and EPUB versions of various (maybe) Rust books
birhburh/svelte-telekram
A Telegram client for KaiOS using Svelte (We need to use latest telegram lib)
birhburh/tmx-util
deserializing tiled .tmx map files with serde, replacing tiles and serialising it back
birhburh/watchface-js
A javascript library and tools for huami watchfaces