Pinned Repositories
RockChalkRendezvous
The goal is to enable users to form groups and immediately assess what times are best for group meetings based on the personal schedule of each group member.
befunge_interpreter
This is a web app interpreter and debugger for the befunge programming language.
clic_firmware
Device application for a custom portable camera architecture. Uses OpenGL ES 1.0 in an Alpine Linux environment.
cool_elytra
A minecraft mod that adds camera effects and a new control scheme for flight.
disk_pie
Tool to display a disk's file structure as a radial pie chart with size proportional to storage space to assist cleanliness and diagnosis.
fpga_proc_gen
Making procedurally generated terrain with noise techniques and running it all on an FPGA.
gl_engine
This is the start of a 3d graphics engine that uses opengl through the rust glium module. I am learning techniques with shaders, and I may use this for a game engine in the future.
moire_models
A modeling / visual simulation utility for finding potentially important twist angles in 2D material systems.
pico_plot
Interface with and plot readings over time from a keithly picoammeter. Designed for calibrating exposure levels in a SEM electron beam lithography system.
source_movement
An unreleased minecraft mod that completely rewrites player movement and enables user-configurable movement physics schemes, including ports of movement from popular source engine games.
Jorbon's Repositories
Jorbon/js_orbital_sim
This is a 3D wireframe n-body orbital mechanics simulator.
Jorbon/befunge_interpreter
This is a web app interpreter and debugger for the befunge programming language.
Jorbon/js_cloth_sim
This is a simple particle-based physics sim that has a few different modes for similar types of simulation.
Jorbon/js_projects
A collection of my small or incomplete javascript projects.
Jorbon/python_projects
My miscellaneous python projects that aren't large enough for their own repositories.
Jorbon/dnd_map
This finished web app allows building and saving roleplaying maps with toggleable fog-of-war regions.
Jorbon/mc_server_stop
A minecraft mod that cleanly stops a dedicated server at a specific time of day. I made this for my personal server in order to safely make daily world backups.
Jorbon/mtg_sim
Runs games of MTG in software. The goal of this project is to see how much complexity is required to implement a conceptually expansive rule system. I currently plan to have a text-based interface and interpret card rules using custom language processing.
Jorbon/MeasureIt-DO
Measurement sweep layer over qcodes devices
Jorbon/wld_io
Original python version of my current wld_edit rust project for reading and writing bytecode in terraria .wld files.
Jorbon/jarmor
A partially developed minecraft mod that seeks to develop mechanics around armor to increase the overall level of strategy and decision making involved when gearing up.
Jorbon/Jorbon
Config files for my GitHub profile.
Jorbon/ray
A very simple ray tracing program that simulates reflection and refraction on glass spheres using optical physics. Uses wxWidgets.
Jorbon/fisick
A physics engine designed to accurately simulate sphere kinematics. This project is discontinued since I determined that correct energy distribution would require a detailed material properties system to be added.