Skip to content

Commit 8b5eab8

Browse files
committed
Add more pictures & Projects
1 parent d755fe8 commit 8b5eab8

4 files changed

Lines changed: 35 additions & 2 deletions

File tree

public/oxconfig.png

242 KB
Loading

public/shrinkwrap2.png

821 KB
Loading

public/shrinkwrap3.png

410 KB
Loading

src/utils/projects.tsx

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const projects: Project[] = [
2121
short: "Multipurpose app for FRC robotics",
2222
long: "Shrinkwrap is a cross-platform diagnostic, configuration, and tuning utility for FRC robotics. While it provides a few generic features, it contains mostly specialized tools for specific softwares.",
2323
points: [
24-
"Supports windows, macos, linux, ios, and android",
24+
"Supports Windows, macOS, Linux, iOS, and Android",
2525
"Fully configurable and exportable docking layout",
2626
"Connect to a robot in real time or load a log file",
2727
"Visualize data on a 2D or 3D field",
@@ -31,7 +31,7 @@ const projects: Project[] = [
3131
],
3232
pointsTitle: "Features",
3333
techStack: ["Bun", "Vite", "Rust", "Tauri", "TypeScript", "React"],
34-
images: ["shrinkwrap.png"],
34+
images: ["shrinkwrap.png", "shrinkwrap2.png", "shrinkwrap3.png"],
3535
links: [
3636
{
3737
label: "GitHub",
@@ -160,13 +160,46 @@ const projects: Project[] = [
160160
label: "Github",
161161
url: "https://github.com/nab138/Oxidation",
162162
},
163+
{
164+
label: "Shrinkwrap",
165+
url: "/projects/shrinkwrap",
166+
},
163167
{
164168
label: "2025 3044 Robot Code (Fully automated w/ Oxidation)",
165169
url: "https://github.com/frcteam3044/2025swervebase",
166170
},
167171
],
168172
id: "oxidation",
169173
},
174+
{
175+
name: "OxConfig",
176+
short: "Real-time configuration and tuning for FRC robots",
177+
long: "OxConfig is a real-time configuration and tuning utility for FRC robots. It allows users to configure and tune various parameters of their robot in real-time without having to redeploy code.",
178+
pointsTitle: "Features",
179+
points: [
180+
"Cross-platform editing with Shrinkwrap",
181+
"Supports configurable classes for tuning controllers, subsystems, and more",
182+
"Real-time updates without even having to disable the robot",
183+
"Pre-configured modes to quickly get your robot ready for competition, presentations, etc.",
184+
],
185+
techStack: ["Java", "Gradle", "WPILib"],
186+
images: ["oxconfig.png"],
187+
links: [
188+
{
189+
label: "Github",
190+
url: "https://github.com/FRCTeam3044/OxConfig",
191+
},
192+
{
193+
label: "Shrinkwrap",
194+
url: "/projects/shrinkwrap",
195+
},
196+
{
197+
label: "2025 3044 Robot Code (Uses OxConfig)",
198+
url: "https://github.com/frcteam3044/2025swervebase",
199+
},
200+
],
201+
id: "oxidation",
202+
},
170203
];
171204

172205
export default shuffleArray(projects);

0 commit comments

Comments
 (0)