Pinned Repositories
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
bgfx.cmake
Independently maintained CMake build scripts for bgfx. Released under public domain.
bimg
Image library.
binance-rs
Rust Library for the Binance API
bx
Base library used across multiple projects
chatty
Simple multi-user chat app in the terminal
gull
OpenGL and Gtk experiments in Rust
pt-rust
A toy path tracer program, used to learn rust in earnest
ttrys
TTY meets Rust
webgpu-tutorial
Series of sample scripts made while learning webgpu
goodartistscopy's Repositories
goodartistscopy/webgpu-tutorial
Series of sample scripts made while learning webgpu
goodartistscopy/bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
goodartistscopy/bgfx.cmake
Independently maintained CMake build scripts for bgfx. Released under public domain.
goodartistscopy/bimg
Image library.
goodartistscopy/binance-rs
Rust Library for the Binance API
goodartistscopy/bx
Base library used across multiple projects
goodartistscopy/chatty
Simple multi-user chat app in the terminal
goodartistscopy/gull
OpenGL and Gtk experiments in Rust
goodartistscopy/pt-rust
A toy path tracer program, used to learn rust in earnest
goodartistscopy/RayTracing
Exploring Peter Shirley's introductory books on ray tracing
goodartistscopy/ttrys
TTY meets Rust
goodartistscopy/color_transfer
Histogram retargeting using sliced optimal transport
goodartistscopy/console
A rust console and terminal abstraction
goodartistscopy/dawn
Native WebGPU implementation. Mirror of https://dawn.googlesource.com/dawn
goodartistscopy/iteration_benchmark
Benchmarking the impact of memory layout on iterating other a set of data
goodartistscopy/prefix_sum_bench
Benchmark prefix sum computation
goodartistscopy/wgpu-tutorial
Tutorial for WebGPU in Rust