1

adding java projs

This commit is contained in:
Evan Pratten 2022-12-16 16:41:13 -05:00
parent 14ed85db8e
commit c38e00f6b1
5 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
title: "FlippyCat"
date: 2019-05-28
extra:
icon: las la-toolbox
excerpt: "A purposefully bad flappy bird clone, built for a highschool computer science class"
redir_to: https://github.com/ewpratten/FlippyCat
---

View File

@ -0,0 +1,8 @@
---
title: "Rayzor"
date: 2019-12-28
extra:
icon: las la-toolbox
excerpt: "A toy raytracer, built as a highschool computer science final project."
redir_to: https://github.com/ewpratten/Rayzor
---

View File

@ -0,0 +1,8 @@
---
title: "Raider Robotics IMS"
date: 2020-02-29
extra:
icon: las la-toolbox
excerpt: "The 5024 Inventory Management System (IMS) is a small side-project designed by two team members to provide a simple tool for locating items in our team's shop."
redir_to: https://github.com/frc5024/parts
---

View File

@ -0,0 +1,8 @@
---
title: "Raider Robotics Testbench"
date: 2020-07-21
extra:
icon: las la-toolbox
excerpt: "A tool for performing hardware tests and measurements on various mechanical subsystems"
redir_to: https://github.com/frc5024/testbench
---

View File

@ -0,0 +1,8 @@
---
title: "Mandelbrot Set Viewer"
date: 2020-12-25
extra:
icon: las la-toolbox
excerpt: "This project is a fairly simple fractal viewer for the Mandelbrot Set that utilizes JNI calls to perform intense calculations outside the JVM"
redir_to: https://github.com/ewpratten/mandelbrot
---