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
chevyray.dev
My personal website.
color_space
A Rust library for converting between color spaces and comparing colors.
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.
flex-layout
A simple css file to simplify page layouts and screen-fitted designs using flex boxes.
grid
2D grid trait and data structure.
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/Coroutines
A simple system for running nested coroutines in C#.
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/smarticles
Rust port of https://github.com/hunar4321/life_code with some fun features.
ChevyRay/Rise
A collection of C# libraries designed for creating games and developer tools.
ChevyRay/color_space
A Rust library for converting between color spaces and comparing colors.
ChevyRay/chevyray.dev
My personal website.
ChevyRay/flex-layout
A simple css file to simplify page layouts and screen-fitted designs using flex boxes.
ChevyRay/aoc2021
Advent of Code 2021 puzzles & solutions in Rust
ChevyRay/grid
2D grid trait and data structure.
ChevyRay/advent_of_code_2020
ChevyRay/rle
A rust library for run-length encoded sequences.
ChevyRay/aoc2022
Advent of Code 2022 Solutions in Rust
ChevyRay/aoc2024
Advent of code 2024 in Rust.
ChevyRay/calc-ts
Simple 2D math library for typescript & javascript.
ChevyRay/pixel_font_megapack_license
License agreement for the Pixel Font Megapack: https://chevyray.itch.io/pixel-font-megapack
ChevyRay/chevyray.github.io
Source code for my website, located at http://chevyray.ca (statically generated)
ChevyRay/chevyray_zola
ChevyRay/msdfgen
Multi-channel signed distance field generator
ChevyRay/refbox
A smart pointer with a single owner and many weak references for the Rust programming language.