Skip to content

Commit

Permalink
Improved plants project
Browse files Browse the repository at this point in the history
  • Loading branch information
AartOdding committed Mar 30, 2022
1 parent 3f1a197 commit 4f194b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions content/projects/procedural-plants.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ title: Procedural Plants
image: /img/procedural-plants/Plants.jpg
rank: 80
---
During my study Creative Technology at the University of Twente I got very interested in the combination of art and technology. I fell in love with the idea of creating an artwork that would directory respond to the people viewing it.

I really wanted to use a Kinect to achieve this because it can track people's body movements without needing to hook up any sensors to them. This means anyone can interact with the installation and the barrier to entry is as low as it can be.
Tool for the procedural generation of plants. Complex and beautiful plants can be created by chaining together nodes that perform simple instructions. This design is very well suited to the recursive nature of plants. Plants can also be saved to and loaded from .plant files. Source code available on [GitHub](https://github.com/AartOdding/PlantGeneration).

{{< gallery >}}
{{< gallery_img "/img/procedural-plants/plant-1.jpg" >}}
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/main_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<ul class="navbar-nav">
<li class="nav-item">
<a href="/about"
class="menu_page nav-link {{ if $is_about }} active {{ end }}">About</a>
class="menu_page nav-link {{ if $is_about }} active {{ end }}">About!</a>
</li>
<li class="nav-item">
<a href="/projects"
class="menu_page nav-link {{ if $is_projects }} active {{ end }}">Projects</a>
class="menu_page nav-link {{ if $is_projects }} active {{ end }}">Projects!</a>
</li>
</ul>

Expand Down
Binary file modified static/img/procedural-plants/Plants.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f194b9

Please sign in to comment.