You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "A wrapper for the entire FTC SDK built with the goal of reducing boilerplate and making it easier to learn for new programmers while still giving you access to all the power of the native SDK and more.",
11
+
icon: CodeXml
12
+
},
13
+
{
14
+
title: "General FTC Utilities",
15
+
description: "A collection of utilties for FTC (not just programming related) that are hosted on our website. It includes pulley calculators, arm/flywheel simulators, and much more!",
16
+
icon: Hammer
17
+
},
18
+
{
19
+
title: "Learning Resources",
20
+
description: "This documentation that you're reading right now isn't just for JavaBee Utilities, but also for everything FTC related! Don't want to use JavaBee? No problem! We have options for learning things using the FTC SDK directly as well.",
21
+
icon: BookOpenText
22
+
}
23
+
];
24
+
25
+
exportdefaultfunctionGettingStarted(){
26
+
return(
27
+
<div>
28
+
<Text>
29
+
JavaBee Utilities is an open source wrapper library dedicated to making FTC programming easier.
30
+
When it was nothing but a spark in our minds, we looked up to libraries like Pedro Pathing and NextFTC,
31
+
open source libraries that make the hardest parts of FTC understandable. We saw a large gap in the market for a
32
+
library that doesn't just focus on one specific task, but provides a comprehensive suite of tools with
33
+
integration for other libraries that was fast to learn for rookies and veterans alike. The JavaBee suite has 3
0 commit comments