Jenga
This project uses three.js. Make your choice and press reset. Or press play button and change settings.
- n-rows by m-levels
This project uses three.js. Make your choice and press reset. Or press play button and change settings.
code
///////////////////////////////////
// JENGA ///////////////////////
/* add levels */
var moveX = boxWidth + boxGap;
var moveY = boxHeight + boxGap;
/* draw copies in a row */
for (var j = 0; j < numFloors; j++) {
for (var i = 0; i < numRows; i++) {
/* modulor => every second level */
var modFloor = j % 2;
if (modFloor == 0) {
cube.position.x = ( - ((boxWidth + boxGap) * ( numRows - 1 ) / 2 ));
cube.position.z = 0
} else {
cube.position.x = 0;
cube.position.z = ( + ((boxWidth + boxGap) * ( numRows - 1 ) / 2 ));
}
var cubeSec = cube.clone();
/* rotation of every second level */
if (modFloor != 0) {
var rotateBox = 90;
cubeSec.rotation.y = ( rotateBox / 180 ) * Math.PI;
}
cubeSec.translateX( i * moveX )
cubeSec.translateY( j * moveY )
scene.add( cubeSec );
}
}
Presentation: at the School of Environment and Society, Institute of Science Tokyo, Japan
This presentation explores process-driven approaches to healthcare design through early-stage functional planning and agent-based simulation. ...
Presentation: at the School of Environment and Society, Institute of Science Tokyo, Japan
This presentation explores how municipal data provided by the City of Vienna can be used to support urban analysis, planning, and decision-making. ...
Evolutionary algorithms enhanced with sAI in architectural design
Talk and Proceeding: eCAADe 2025 – Confluence (Ankara, Turkey | conference)
This research is concerned with the automation of the user interventional aspect within interactive genetic algorithms (IGA) as already explored in previous publications by the authors considering their use for Gestalt analyses and generative design optimization. ...
in: DAP / Re:Search_2020.2025
S. 244 - 257, Research Department for Digital Architecture and Planning, TU Wien (Publisher)
Interview with Wolfgang E. Lorenz on research, teaching, and practice, especially over the last 5 years
4th Digital Geographies Conference 2025
Artificial geographies: opening the black box for a new wave of critical thinking.
Predicting Material Composition of Walls and Floors using Machine Learning...
Proceedings of the ALGOPLANA Conference 2025
Research-driven education (“Forschungsgeleitete Lehre“) is common throughout TU Wien, be it in the form of seminars, labs or lectures. ...