Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 1.62 KB

File metadata and controls

37 lines (17 loc) · 1.62 KB

LeafModeling

The goal of this project is to generate realistic .OBJ file of leaves. It will be focused on the venation pattern inside the leaf.

Project structure:

AlgoLeaf: This folder contains implementation of algorithm trying to simulate the leaves venations growing process. (Python)

Cpp: this folder contains the actual leaf generator implementation (C++)

How to use ?

Checkout the README.md in the Cpp/ folder to build and run the project.

Results

Result example growth example

Bonus: A little animation using a generated leaf :p

Link:

Jpeg file writer

Rasterization implementation

Modeling and visualization of leaf venation patterns

Particle Transportation system

The Algorithmic Beauty of Plants