My proposed final project is a kinetic modular panel designed for windows, curtain walls, or facades. The idea comes from the search for thermal comfort within the bioclimatic context of Peru. It also explores the different forms and patterns that adaptive facades can create through the interaction of light and shadow based on the sun's position.
The project will be developed in three phases:
1. Designing the hexagonal module, including its mechanical and electronic components.
2. Assembling the modules into a panel or facade using a simple and optimized interlocking system.
3. Testing the system as a sun-responsive shading facade.
Inspiration and Reference Material:
Dynamic Facades: Buildings Show Off New Move click
RMIT Design Hub / Sean Godsell (AUSTRALIA)
Program: Kinetic Facades / Light Sensitive Systems click
The Kinetic Curtain incorporates a light sensor that detects the amount of light present. This information is then used to determine the appropriate angles at which the modules of the curtain should rotate. By adjusting these angles, the Kinetic Curtain effectively regulates the entry of light into the space.
Project Management (part 2 of 2)
Step-by-Step Website Setup Guide
1. Git Installation
Download and install Git version control software. In my case, I used Git for Windows x64
click
Step 1
Download and install as administrator.
Step 2
Click 'Next' for all default options. On the last window, check the 'Launch Git Bash' box and finally click 'Finish'.
Step 3
Type the command 'git version' and press Enter; this will verify that Git has been installed correctly.
2. Visual Studio Code Installation
Download and install the Visual Studio Code source code editor.
click
Step 1
Download and install as administrator.
Step 2
Accept the license agreement and click Next.
Step 3
Keep the default settings and click Install.
3. Repository Cloning
- Select "Clone Repository" in the Source Control section, or use the easier option of cloning directly from your GitLab repository.
- Access the Fab Lab Git repository by signing in with your Fab Lab credentials.
- Generate an access token in your Git account settings.
Step 1
Click on the 'Source Control' icon and then click "Clone Repository".
Step 2
The "GitLab" sign-in window will appear, but it is better to log in with the Fablabs.io account.
Step 3
Sign in to your account.
Step 4
Click on "Edit profile" and then on "Personal Access Tokens".
Step 5
Add a new token, give it a name and expiration date, then check the "api" box and finish by clicking "Create Token".
Step 6
Save and copy the token in a safe place.
Step 7
Download the repository by clicking on "Code" and selecting the "HTTPS" option for Visual Studio Code.
Step 8
Choose a destination folder for the cloned repository.
Step 9
Then you will be asked to sign in using the token created earlier.
Step 10
Confirm that you want to open the repository in Visual Studio Code.
Done! Our repository is now cloned and linked, so the next step is to start styling the website 😉
4. Installing an HTML Template
Step 1
Download the "Strata" template from the HTML5 UP website.
Step 2
Copy the contents of the folders.
Step 3
Paste them into the corresponding folder in the cloned website.
Step 4
Save the changes so they can be published.
Step 5
To do this, open the Git user settings.
Step 6
Open Git Bash and configure your user information.
Step 7
Now we can commit and push our changes.
5. Editing My Page with AI
Click on "Toggle Chat" to sign in and use the AI chat as support while editing the page.
In this example, we will change the cover image of the downloaded template.
Once the AI has made the change, click on "Keep" to preserve it, then press Ctrl+S to save the file, and finally commit and push the update.
We will continue editing until the page has the desired shape and style; the image below shows part of that process.