-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapps.html
More file actions
89 lines (81 loc) · 4.09 KB
/
apps.html
File metadata and controls
89 lines (81 loc) · 4.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="FabMo™ : At last... An Innovative Platform for Today's and Tomorrow's Smart Tools">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>FabMo™ Apps</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<img class="header_logo" src="images/FabMo_G2_logo.png">
<a id="forkme_banner" href="https://github.com/FabMo">View on GitHub</a>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<div id="wrapper">
<div class="resources">
<h3>App Listing -- FabMo Apps in Progress and Example Apps</h3>
<p>FabMo Apps will eventually be available from sources appropriate for particular
FabMo-powered tools and equipment. For Handibot, that will be the 'App and Project
Gallery' on the Handibot website. But for the moment, apps are still works in progress and
we are experimenting with many types. The list below links you to apps currently under
active development. Try them out on your FabMo system and learn from them.
</p>
<p>The first app listed below is our definitive reference example. It includes documentation
explaining the structure of apps ... and itself functions in an illustrative fashion.
</p>
<p>Most of the apps include a current install version in the form of an '.fma' file.
These files are a zipped packages of all necessary runtime components for an app, with the package given a file extension of .fma.
</p>
<ul>
<li>THE DEFINITIVE INTRO and EXAMPLE APP... with documentation [Ryan Sturmer]:
<a href="http://www.github.com/shopbottools/fabmo-example-app">example-app</a></li>
<br>
<li>Example app creating TEXT cut-outs for things like signs or house numbers [Jonathan Ward]:
<a href="https://github.com/FabMo/fabmo-txtmaker-app"> txtmaker-app</a></li>
<br>
<li>Sb3-Style Interface simulating legacy ShopBot software ... early in development [Ted Hall]:
<a href="https://github.com/FabMo/fabmo-sb4-app"> sb4-app</a></li>
<br>
<li>Touch and Go! A quick "touch-and-go" interface for FabMo systems that controls the XY table on your machine [Ryan Sturmer]:
<a href="https://github.com/FabMo/fabmo-touchandgo-app"> touchandgo-app</a></li>
<br>
<li>App for cutting spoilboards for ShopBot tools[Ryan Sturmer]:
<a href="https://github.com/FabMo/fabmo-spoilboarder-app"> spoilboarder-app</a></li>
<br>
<li>Demo app for creating example CNC cuts [Ryan Sturmer]:
<a href="https://github.com/FabMo/fabmo-partmaker-app"> partmaker-app</a></li>
<br>
<li>App for cutting programmatically generated terrain surfaces [Ryan Sturmer]:
<a href="https://github.com/ryansturmer/fabmo-terrainman-app"> terrainman-app</a></li>
</ul>
</div>
</div>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer>
<div class="logo_footer">
<img src="images/FabMo_G2_logo.png">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</div>
</footer>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-40600601-3");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>