ChevyRay
I'm a video game programmer, designer, artist, and writer. Creator of Ikenfell: http://ikenfell.com
Happy Ray Games LTD.Vancouver, BC, Canada
Pinned Repositories
arena
A compact generational arena data structure for Rust.
chevyray.dev
My personal website.
Coroutines
A simple system for running nested coroutines in C#.
crunch
Command line texture packer created for Celeste.
crunch-rs
A packer for cramming lots of rectangles into a larger one, designed primarily with sprite packing in mind. Written in Rust.
GridMap
A simple Unity tool for organizing scenes into grids.
qoi_rs
A Rust encoder/decoder for Dominic Szablewski's QOI format for fast, lossless image compression.
Rise
A collection of C# libraries designed for creating games and developer tools.
rust-gamedev
My curated list of cool/useful crates for game development.
smarticles
Rust port of https://github.com/hunar4321/life_code with some fun features.
ChevyRay's Repositories
ChevyRay/crunch
Command line texture packer created for Celeste.
ChevyRay/rust-gamedev
My curated list of cool/useful crates for game development.
ChevyRay/crunch-rs
A packer for cramming lots of rectangles into a larger one, designed primarily with sprite packing in mind. Written in Rust.
ChevyRay/qoi_rs
A Rust encoder/decoder for Dominic Szablewski's QOI format for fast, lossless image compression.
ChevyRay/smarticles
Rust port of https://github.com/hunar4321/life_code with some fun features.
ChevyRay/arena
A compact generational arena data structure for Rust.
ChevyRay/color_space
A Rust library for converting between color spaces and comparing colors.
ChevyRay/chevyray.dev
My personal website.
ChevyRay/aoc2021
Advent of Code 2021 puzzles & solutions in Rust
ChevyRay/plot
Rust pixel-plotting algorithms.
ChevyRay/scrunch
command-line sprite packing tool
ChevyRay/grid
2D array structures
ChevyRay/msdf
A rust port of Chlumsky's msdfgen (https://github.com/Chlumsky/msdfgen)
ChevyRay/advent_of_code_2020
ChevyRay/math
rust math library
ChevyRay/wren-rs
Rust bindings for the Wren scripting language.
ChevyRay/gl_wrapper
A wrapper around https://github.com/brendanzab/gl-rs
ChevyRay/rle
A rust library for run-length encoded sequences.
ChevyRay/aoc2022
Advent of Code 2022 Solutions in Rust
ChevyRay/bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
ChevyRay/bx
Base library used across multiple projects
ChevyRay/pixel_font_megapack_license
License agreement for the Pixel Font Megapack: https://chevyray.itch.io/pixel-font-megapack
ChevyRay/SDL
Automated mirror of https://hg.libsdl.org/SDL/
ChevyRay/wren
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
ChevyRay/bimg
Image library.
ChevyRay/chevyray.github.io
Source code for my website, located at http://chevyray.ca (statically generated)
ChevyRay/chevyray_zola
ChevyRay/msdf-c
Pure C multi-channel signed distance field generator
ChevyRay/tic-tac-toe
My first Rust programme
ChevyRay/zola_syntax_line_endings_fail
a failing test to demonstrate: https://github.com/getzola/zola/issues/1590