Cy-Tek
I always love learning about new technologies, and in my spare time, I enjoy fishing, hiking, camping, and meeting new people,
IBMApex, NC
Pinned Repositories
aoc-2021-kotlin
My first time attempting AoC with Kotlin!
aoc-cpp-2021
aoc-kotlin-2022
Attempt at Advent of Code through Kotlin
aoc-rust-2021
aoc-rust-2022
aoc_cpp_2021
boid-sim
vulkan-tutorial-zig
xphoto-wasm
This is the WASM portion of the XPhoto application created for the IBM Developer Conference
zig-sdl-shooter
This is a basic version of pong written in the Zig programming language
Cy-Tek's Repositories
Cy-Tek/vulkan-tutorial-zig
Cy-Tek/boid-sim
Cy-Tek/zig-sdl-shooter
This is a basic version of pong written in the Zig programming language
Cy-Tek/aoc-cpp-2021
Cy-Tek/aoc-kotlin-2022
Attempt at Advent of Code through Kotlin
Cy-Tek/aoc-rust-2021
Cy-Tek/aoc-rust-2022
Cy-Tek/aoc_cpp_2021
Cy-Tek/astronvim_config
My personal AstroNvim config
Cy-Tek/functional_cpp
A basic porting of some of the Iterator code from Rust. I'm using this as a learning tool for better understanding c++.
Cy-Tek/grpc-test
This is a very basic project that creates a gRPC based todo service with an in-memory DB.
Cy-Tek/lazyvim
My presonal LazyVim configuration
Cy-Tek/lazyvim-config
This is my lazyvim config
Cy-Tek/learn-opengl-odin
This is a project to recreate the Learn OpenGL website in the Odin programming language
Cy-Tek/mach-glfw
Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.
Cy-Tek/monkey
The Monkey language implemented in modern C++ 23
Cy-Tek/monkey_rs
A test project to convert the monkey interpreter to rust.
Cy-Tek/monkeyz
A basic start of the Writing an Interpreter in Go series in the Zig programming language
Cy-Tek/nim_learn_opengl
An attempt to port the excellent Learn OpenGL tutorials to the Nim programming language
Cy-Tek/nvchad_config
This is a basic configuration for NvChad that I am working on.
Cy-Tek/pbupdate
This is a utility library written primarily to assist gRPC patch type updates. Typically these updates are accomplished by passing in a list of paths, where each field is separated with a ".".
Cy-Tek/rtiow-cpp
This is the Ray Tracing in One Weekend book upgraded to modern C++ with various performance optimizations.
Cy-Tek/rtiow-nim
Ray Tracing in One Weekend implemented in the Nim programming language
Cy-Tek/rtiow-odin
A simple ray tracer based on Ray Tracing in One Weekend written in Odin
Cy-Tek/rtiow-zig
Ray Tracing in One Weekend with Zig
Cy-Tek/spacemed
This is my submission for the 100 days game challenge. It is a small project that will be written in C++ 20 using the SDL framework.
Cy-Tek/SwiftMonkey
An implementation of the Monkey interpreter in Swift
Cy-Tek/VulkanizeD
This is a repo for seeing all of the steps of the Vulkan tutorial written in the D programming language.
Cy-Tek/zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Cy-Tek/zig-aoc-2021