sunjay
I'm experimenting with and exploring all kinds of interesting things! Everything here might not be clean and production ready code. Enjoy!
AWS@sunjay03 on Twitter
Pinned Repositories
rust
Empowering everyone to build reliable and efficient software.
brain
A high level programming language that compiles into the brainfuck esoteric programming language
brainfuck
Brainfuck interpreter companion to the brain programming language
bst
A map and set type based on a binary search tree (BST)
caves
2D Cave Exploration Game with Procedurally Generated Levels
component_group
A Rust crate for working with a group of Components (in the Specs ECS)
portrayer
A hierarchical, recursive ray tracer written in Rust
rust-simple-game-dev-tutorial
Rust game development tutorial with specs ECS and SDL2
tic-tac-toe
A fully commented Tic-Tac-Toe example written in Rust
turtle
Create Animated Drawings in Rust
sunjay's Repositories
sunjay/rust-simple-game-dev-tutorial
Rust game development tutorial with specs ECS and SDL2
sunjay/rust-game-dev-workshop
A very minimal game with a player, enemies, and a goal (that's it!)
sunjay/portrayer
A hierarchical, recursive ray tracer written in Rust
sunjay/sudoku
Fast sudoku solver
sunjay/vecbit
A crate for managing memory bit by bit
sunjay/lion
A programming language and interactive REPL for performing calculations involving units
sunjay/advent-of-code-2019
My solutions for Advent of Code 2019
sunjay/board-games
(Work in progress) Implementations of various board games, playable in your terminal
sunjay/chalk
A PROLOG-ish interpreter written in Rust, intended eventually for use in the compiler
sunjay/drawc
(Work in progress) Teaching the basics of compilers by generating programs that draw pictures
sunjay/kale
(Work in progress) A 2D graphics library aiming to support the needs of the turtle crate
sunjay/async-std
Async version of the Rust standard library
sunjay/balls-game
sunjay/comrak
CommonMark + GFM compatible Markdown parser and renderer
sunjay/euc
A software rendering crate that lets you write shaders with Rust
sunjay/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
sunjay/metal-warrior-x
(in progress) Game about the metal warrior who saves us from a post-apocalyptic world dominated by robots
sunjay/multi_try
Safely combine results
sunjay/nfd2
OS native dialogs for Windows, MacOS, and Linux
sunjay/nom
Rust parser combinator framework
sunjay/nom_locate
A special input type for nom to locate tokens
sunjay/orbtk
The Rust UI-Toolkit.
sunjay/patch-rs
sunjay/ray-tracer
My implementation of the book Ray Tracing in a Weekend
sunjay/roots
Library of well known algorithms for numerical root finding.
sunjay/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code
sunjay/rustup.rs
The Rust toolchain installer
sunjay/shared_memory-rs
A wrapper around native shared memory for Linux and Windows
sunjay/UnityCsReference
Unity C# reference source code
sunjay/vek
Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience.