Pinned Repositories
wgpu
A cross-platform, safe, pure-Rust graphics API.
audio-visualizer
A web audio visualizer experiment
encase
Provides a mechanism to lay out data into GPU buffers according to WGSL's memory layout rules
factorio-blueprint-editor
A feature-rich Factorio Blueprint Editor
lua-in-js
A Lua to JS transpiler / runtime
naga
Universal shader translation in Rust
profile-readme-stats
Showcase your github stats on your profile README.md
rust-riscv-os
https://osblog.stephenmarz.com/
teoxoy
github profile readme
teoxoy's Repositories
teoxoy/factorio-blueprint-editor
A feature-rich Factorio Blueprint Editor
teoxoy/profile-readme-stats
Showcase your github stats on your profile README.md
teoxoy/encase
Provides a mechanism to lay out data into GPU buffers according to WGSL's memory layout rules
teoxoy/teoxoy
github profile readme
teoxoy/lua-in-js
A Lua to JS transpiler / runtime
teoxoy/all-of-fabric-5-docker
All of Fabric 5 server docker image
teoxoy/arewegameyet
The repository for https://arewegameyet.rs
teoxoy/ash
Vulkan bindings for Rust
teoxoy/bevy
A refreshingly simple data-driven game engine built in Rust
teoxoy/dat.gui
dat.gui is a lightweight controller library for JavaScript.
teoxoy/DefinitelyTyped
The repository for high quality TypeScript type definitions.
teoxoy/gpuweb
Where the GPU for the Web work happens!
teoxoy/lazy-regex
lazy static regular expressions checked at compile time
teoxoy/metal-rs
Rust bindings for Metal
teoxoy/mint
Math Interoperability Types
teoxoy/moz-wgpu-update
Scripts to automate the process of updating wgpu in mozilla-central
teoxoy/naga
Universal shader translation in Rust
teoxoy/pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
teoxoy/ring
Safe, fast, small crypto using Rust
teoxoy/rspirv
Rust implementation of SPIR-V module processing functionalities
teoxoy/rust-decimal
A Decimal Implementation written in pure Rust suitable for financial calculations.
teoxoy/rust-gamedev.github.io
The repository for https://gamedev.rs
teoxoy/rust-riscv-os
https://osblog.stephenmarz.com/
teoxoy/Theseus
Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧, novel OS structure, and state management. It strives to close the semantic gap between compiler and hardware to maximally leverage the power of language safety, and thus shift OS responsibilities like resource management into the compiler.
teoxoy/Vulkan-Docs
The Vulkan API Specification and related tools
teoxoy/webgpu-samples
WebGPU Samples
teoxoy/wgpu
Safe and portable GPU abstraction in Rust, implementing WebGPU API.
teoxoy/gpuinfo-vulkan-query
Program your own vulkan.gpuinfo.org query in Python. Used to determine baseline hardware for WebGPU.
teoxoy/rust-font-loader
A font loading utility written in rust.
teoxoy/wgpu-native
Native WebGPU implementation based on wgpu-core