1
This commit is contained in:
Evan Pratten 2020-11-25 08:27:10 -05:00
parent 8bf4332f3b
commit 193c34c63d
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
2 changed files with 19 additions and 0 deletions

View File

@ -76,6 +76,21 @@
"img_src": "/assets/images/projects/mcinfo.jp2"
}
},
{
"title": "LegalAccess",
"description": "LegalAccess is a small Java library that wraps some commonly used reflection code for fetching / modifying private variables and methods.",
"text_buttons": [],
"icon_buttons": [
{
"icon": "fab fa-github",
"url": "https://github.com/Ewpratten/legalaccess"
},
{
"icon": "fas fa-book",
"url": "https://ewpratten.retrylife.ca/legalaccess"
}
]
},
{
"title": "Easy Pose Notation library",
"description": "LibEPN is a Java library I built that provides a common interface for working with the position and orientation of objects in 3-dimensional space by making heavy use of Quaternions.",

4
r/gradledefaults.md Normal file
View File

@ -0,0 +1,4 @@
---
layout: redir
redirect_to: https://github.com/Ewpratten/gradle-sensible-defaults
---