forked from ericrosenbaum/BeetleBlocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·228 lines (189 loc) · 9.84 KB
/
index.html
File metadata and controls
executable file
·228 lines (189 loc) · 9.84 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Beetle Blocks - Visual code for 3D design</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Carousel -->
<div class="container">
<header id="myCarousel" style='height:150px' class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="fill" style="background-image:url('images/carousel/sphere.jpg');"></div>
</div>
<div class="item">
<div class="fill" style="background-image:url('images/carousel/chair.jpg');"></div>
</div>
<div class="item">
<div class="fill" style="background-image:url('images/carousel/cubes.jpg');"></div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="icon-next"></span>
</a>
</header>
<div class="row">
<div class="col-md-12">
<img src="images/Beetle.png" style='display:inline-block; vertical-align:text-bottom;'>
<h2 style='display:inline-block;'>Beetle Blocks <small>Visual Code for 3D Design</small></h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="glyphicon glyphicon-question-sign"></i> About</h4>
</div>
<div class="panel-body">
<p>Beetle Blocks is a graphical blocks-based programming environment for 3D design and fabrication.</p>
<p>Use code to control a beetle that can place 3D shapes and extrude its path as a tube. Then make a 3D print!
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="glyphicon glyphicon-certificate"></i> Credits</h4>
</div>
<div class="panel-body">
<p>By <a href=http://ericrosenbaum.com target=_blank>Eric Rosenbaum</a>, <a href=http://architecture.pratt.edu/?p=4545 target=_blank>Duks Koschitz</a>, and
<a href=https://github.com/bromagosa target=_blank>Bernat Romagosa</a>, with additional software development by <a href=https://github.com/jmoenig target=_blank>Jens Mönig</a>.</p>
<p>Beetle Blocks is based on <a href=http://scratch.mit.edu target=_blank>Scratch</a> and implemented using <a href=http://snap.berkeley.edu target=_blank>Snap!</a> and <a href="http://threejs.org" target="_blank">ThreeJS</a>.</p>
<p>This project has been partially sponsored by the <a target="_blank" href="https://www.pratt.edu/">Pratt Institute</a> and <a target="_bank" href="http://citilab.eu">Citilab - Cornellà</a>.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="glyphicon glyphicon-warning-sign"></i> Work in progress</h4>
</div>
<div class="panel-body">
<p><b> Please note:</b> Beetle Blocks is alpha software, currently in development. Only the <a href=http://www.google.com/chrome target="_blank">Chrome</a> browser is currently supported.
We'd love to hear your feature requests and bug reports on <a href=https://github.com/ericrosenbaum/BeetleBlocks target="_blank">github</a>.</p>
</div>
</div>
</div>
</div>
<!-- Run button -->
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-6">
<a class="btn btn-primary btn-lg btn-block" href="run" target=_blank>
Run Beetleblocks <span class="glyphicon glyphicon-play"></span>
</a>
</div>
<div class="col-md-3"></div>
</div>
<!-- Examples -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">Examples</h2>
</div>
</div>
<div class='row'>
<div class="col-md-3 col-sm-6">
<a href="http://beetleblocks.com/run/#present:Username=bb-examples&ProjectName=bracelet&editMode=true" target=_blank>
<img class="img-responsive img-portfolio img-hover" src="images/examples/bracelet.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="http://beetleblocks.com/run/#present:Username=bb-examples&ProjectName=nautilus&editMode=true" target=_blank>
<img class="img-responsive img-portfolio img-hover" src="images/examples/nautilus.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="http://beetleblocks.com/run/#present:Username=bb-examples&ProjectName=wave%20surface&editMode=true" target=_blank>
<img class="img-responsive img-portfolio img-hover" src="images/examples/wave.jpg" alt="">
</a>
</div>
<div class="col-md-3 col-sm-6">
<a href="http://beetleblocks.com/run/#present:Username=bb-examples&ProjectName=chair&editMode=true" target=_blank>
<img class="img-responsive img-portfolio img-hover" src="images/examples/chair.jpg" alt="">
</a>
</div>
</div>
<!-- Case studies -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">In the Wild</h2>
</div>
</div>
<!-- pratt -->
<div class="row">
<div class="col-md-4">
<a href="https://commons.pratt.edu/des-comp-spring-2015/" target=_blank>
<img class="img-responsive img-hover" src="images/in-the-wild/pratt-design-and-computation.jpg" alt="">
</a>
</div>
<div class="col-md-8">
<h3>Design and Computation at the Pratt Institute</h3>
<p>In Duks Koschitz's course, students use Beetleblocks for in-depth exploration of 2D and 3D algorithmic design. They fabricate their designs using wire-bending machines, pen-plotters, and 3D printers. Check out the student blogs to track their progress.</p>
<a class="btn btn-primary" href="https://commons.pratt.edu/des-comp-spring-2015/" target=_blank>See more</i></a>
</div>
</div>
<hr>
<!-- exploratorium -->
<div class='row'>
<div class="col-md-4">
<a href="http://tinkering.exploratorium.edu/2015/07/07/beetleblocks-watercolorbot-and-turtle-art-more-explorations" target=_blank>
<img class="img-responsive img-hover" src="images/in-the-wild/tinkering-studio-watercolorbot.jpg" alt="">
</a>
</div>
<div class="col-md-8">
<h3>Exploratorium Tinkering Studio</h3>
<p>The facilitators at the San Francisco Exploratorium Tinkering Studio experiment with Beetleblocks themselves, in workshops with teachers, and with museum visitors. They use the watercolorbot to make colorful paintings of Beetleblocks designs.</p>
<a class="btn btn-primary" href="http://tinkering.exploratorium.edu/2015/07/07/beetleblocks-watercolorbot-and-turtle-art-more-explorations" target=_blank>See more</i></a>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p></p>
</div>
</div>
</footer>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 5000 //changes the speed
})
</script>
</body>
</html>