-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtools.html
More file actions
237 lines (215 loc) · 11.5 KB
/
Copy pathtools.html
File metadata and controls
237 lines (215 loc) · 11.5 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
229
230
231
232
233
234
235
236
237
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!--<a class="image featured"><img src="index/ADA_black.png" alt="" /></a>-->
<title>ADA</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="shortcut icon" href="index/A-sqr.png" type="image/ico"/>
<link href='assets/css/simplelightbox.min.css' rel='stylesheet' type='text/css'/>
</head>
<body class="index">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<!-- <h1 id="logo"><a href="index.html" class="image"><img src="index/ADA_black.png" alt="" width="60"/></a></h1> -->
<h1 id="logo"><a href="index.html" class="image"><img src="index/ADA_grey1.png" alt="" width="50"/></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html" class="mobile-only">ADA</a></li>
<li class="submenu">
<a href="#">Expertise</a>
<ul>
<li><a href="expertise/modelling.html">Modelling</a></li>
<li><a href="expertise/visualization.html">Visualization</a></li>
<li><a href="expertise/analysis.html">Analysis</a></li>
<li><a href="expertise/optimization.html">Optimization</a></li>
<li><a href="expertise/fabrication.html">Fabrication</a></li>
<li><a href="expertise/education.html">Education</a></li>
</ul>
</li>
<li class="current"><a href="tools.html">Tools</a></li>
<li class="submenu">
<a href="#">Research</a>
<ul>
<li><a href="research/talks.html">Talks</a></li>
<li><a href="research/awards.html">Awards</a></li>
<li><a href="research/posters.html">Posters</a></li>
<li><a href="research/projects.html">Projects</a></li>
</ul>
</li>
<li class="submenu">
<a href="#">Publications</a>
<ul>
<li><a href="publications/journals.html">Journals</a></li>
<li><a href="publications/bookchapt.html">Book Chapters</a></li>
<li><a href="publications/conferences.html">Conferences</a></li>
<li><a href="publications/theses.html">Theses</a></li>
</ul>
</li>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header class="special container">
<h2>Algorithmic Design <strong>Tools</strong></h2>
<pcenter>
Here you may find the Algorithmic Design tools for Architecture
<br /> created by our group for research and educational porpuses
</pcenter>
</header>
<!--_______________TOOLS_______________-->
<section class="wrapper style4 container special">
<!-- Content -->
<div class="row">
<div class="6u 12u(narrower)">
<br /><br /><br /><br />
<div class="gallery"><a href="tools/logos-02.png" class="image
featured"><img src="tools/logos-02.png" alt="" title="Khepri"/></a></div>
</div>
<div class="6u 12u(narrower)">
<h2>KHEPRI</h2>
<p> Khepri is an algorithmic design tool based on the idea that
a single algorithmic description can be used to generate
equivalent models in CAD, BIM, analysis, and game applications.
It is a direct descendant of Rosetta with considerable
improvements in performance, and user interaction capabilities.
Currently, it is implemented using the Julia programming
language, as it provides a smooth learning curve, fast execution
of computationally-intensive algorithms, and the capacity for
large-scale development. Khepri is still in development and is
currently used to support both the research & development goals
of ADA, and an architectural course at Instituto Superior
Técnico in Lisbon, Portugal.</p>
<ul class="buttons">
<a href="https://web.ist.utl.pt/~antonio.menezes.leitao/Docs/Books/BookJulia/index.html" class="button">Documentation</a>
<a href="tools/khepri.html" class="button">Instructions</a>
</ul>
<br />
</div>
</div>
<br/>
<div class="row">
<div class="6u 12u(narrower)">
<br />
<div class="gallery"><a href="tools/logos-04.png" class="image
featured"><img src="tools/logos-04.png" alt="" title="Khepri.gh"/></a></div>
</div>
<div class="6u 12u(narrower)">
<h2>Khepri.gh</h2>
<p> Khepri.gh is a hybrid programming solution that combines
Grasshopper, a visual programming environment, with Khepri, a
flexible and scalable textual programming tool. Khepri.gh
establishes a bridge between the visual and the textual paradigm,
offering its users the best of both worlds while providing an extra
set of advantages, including portability among CAD, BIM, and
analysis tools. </p>
<ul class="buttons">
<li><a href="tools/kheprigh.html"
class="button">Doc. & Instructions</a></li>
</ul>
</div>
</div>
<br/>
<div class="row">
<div class="6u 12u(narrower)">
<br />
<div class="gallery"><a href="tools/logos-01.png" class="image
featured"><img src="tools/logos-01.png" alt="" title="Luna Moth"/></a></div>
</div>
<div class="6u 12u(narrower)">
<h2>LUNA MOTH</h2>
<p>Luna Moth is a HTML5/JavaScript-based web application that
harnesses the performance and graphical capabilities available
in modern web browsers, complemented with a companion
application for allowing models to be exported to traditional
CAD applications. Using this IDE, architects can write their GD
programs and visualize the results without being chained to a
particular computer, and can easily integrate results into their
normal workflow.</p>
<ul class="buttons">
<li><a href="https://github.com/pafalium/gd-web-env"
class="button">Source Code</a></li>
</ul>
</div>
</div>
<br/>
<div class="row">
<div class="6u 12u(narrower)">
<br />
<div class="gallery"><a href="tools/logos-03.png" class="image
featured"><img src="tools/logos-03.png" alt=""
title="Rosetta"/></a></div>
</div>
<div class="6u 12u(narrower)">
<h2>ROSETTA</h2>
<p>Rosetta is a generative design tool that allows the
creation and manipulation of geometric data in CAD and
BIM applications using different programming languages.
Its aim is to aid architects in using computational
design processes to generate and manipulate complex
geometry. Rosetta was implemented in AutoCAD,
Rhinoceros, SketchUp, Revit, ArchiCAD, Radiance, Robot,
OpenGL and TikZ, using Racket, Python, Processing, and
Lisp as front-end languages.</p>
<ul class="buttons">
<li><a
href="https://web.ist.utl.pt/antonio.menezes.leitao/Rosetta/index.html"
class="button">Rosetta Website</a></li>
</ul>
</div>
</div>
<br/>
<div class="row">
<div class="2u 12u(narrower)"></div>
<div class="8u 12u(narrower)">
<pcenter> The development of these tools was supported by national funds through
<br/> <img src="tools/FCT.png" alt="" width="50"/> <i>(Fundação para a Ciência
e a Tecnologia)</i> with references PTDC/ATP-AQI/5224/2012 and
PTDC/ARTDAQ/31061/2017. </pcenter>
<!-- <p id="logo"><img src="tools/FCT_V_color.png" alt="" width="50"/></p> -->
</div>
</div>
<br />
<a href="legal.html">Legal Notice</a>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<img src="index/inesc_white.png" alt="" width="200" />
<img src="index/IST_white.png" alt="" width="200"/>
</ul>
<ul class="copyright">
<li>2024 © Algorithmic Design for Architecture</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="../assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script type="text/javascript" src="assets/js/simple-lightbox.js"></script>
<script>
$(function(){
var $gallery = $('.gallery a').simpleLightbox();});
</script>
</body>
</html>