From 620bf48933874ccc8457beb19391b8ec145dce6e Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 29 Sep 2020 11:14:43 -0400 Subject: [PATCH] Add new project --- _data/projects.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_data/projects.json b/_data/projects.json index de7a817..5a5a6ed 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -138,6 +138,21 @@ "img_src": "/assets/images/projects/ner-search.jp2" } }, + { + "title": "JState", + "description": "JState is a library for implementing Finite State Machines in Java code with minimal work. It was originally written by me for use at Raider Robotics, but has since been forked and updated to run without the team's infrastructure around it.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/jstate" + }, + { + "icon": "fas fa-book", + "url": "https://ewpratten.retrylife.ca/jstate" + } + ] + }, { "title": "InputLib", "description": "InputLib is a small and easy-to-use Java library for working with text-based user inputs in a terminal. InputLib is designed to reduce messy safety-checking code without sing a large parsing library like ANTLR",