diff --git a/content/software/2019-05-28-flippycat.md b/content/software/2019-05-28-flippycat.md new file mode 100644 index 0000000..f7847d7 --- /dev/null +++ b/content/software/2019-05-28-flippycat.md @@ -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 +--- diff --git a/content/software/2019-12-28-rayzor.md b/content/software/2019-12-28-rayzor.md new file mode 100644 index 0000000..57a57bc --- /dev/null +++ b/content/software/2019-12-28-rayzor.md @@ -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 +--- diff --git a/content/software/2020-02-29-parts.md b/content/software/2020-02-29-parts.md new file mode 100644 index 0000000..33967db --- /dev/null +++ b/content/software/2020-02-29-parts.md @@ -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 +--- diff --git a/content/software/2020-07-21-testbench.md b/content/software/2020-07-21-testbench.md new file mode 100644 index 0000000..e2b260c --- /dev/null +++ b/content/software/2020-07-21-testbench.md @@ -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 +--- diff --git a/content/software/2020-12-25-mandelbrot.md b/content/software/2020-12-25-mandelbrot.md new file mode 100644 index 0000000..85ff420 --- /dev/null +++ b/content/software/2020-12-25-mandelbrot.md @@ -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 +---