-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8721ef
commit c1d9902
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# L-system-tree-modelling | ||
Implementation of the paper [L-systems: From the theory to visual models of plants](http://algorithmicbotany.org/papers/l-sys.csiro96.pdf) as the course project for the course CSE333: Computer Graphics at IIIT Delhi. The project was done by [Shreyas Kabra](https://github.com/shreyas21563/) and [Prakhar Gupta](https://github.com/Prakhar-Gupta-03/). | ||
|
||
## Pre-requisites: | ||
* OpenGL (version 3.3 or above) | ||
* CMake | ||
* C++ 17 | ||
|
||
## How to build and run | ||
1. `git clone https://github.com/Prakhar-Gupta-03/L-system-tree-modelling.git` | ||
2. Move to the root of the directory | ||
3. `bash build.sh` | ||
4. Run `./L-System-Based-3D-Tree-Modelling` | ||
|
||
## Final Results | ||
|
||
![Tree1](https://github.com/Prakhar-Gupta-03/L-system-tree-modelling/assets/108022785/4182f498-f4be-4f5d-8800-049da91319f5) | ||
![Tree2](https://github.com/Prakhar-Gupta-03/L-system-tree-modelling/assets/108022785/31905340-b6f3-45a1-9433-5110d8e4d480) | ||
![Tree3](https://github.com/Prakhar-Gupta-03/L-system-tree-modelling/assets/108022785/26bd5d9e-01b3-443f-9053-da7cf01db892) | ||
|
||
|
||
|
||
|
||
|
||
<!-- ![image](https://github.com/Prakhar-Gupta-03/L-system-tree-modelling/assets/108022785/96a1b434-2a41-445d-a04e-070a7de3210a) | ||
![image](https://github.com/Prakhar-Gupta-03/L-system-tree-modelling/assets/108022785/ee5444d5-4106-4e36-8e00-9554cafe063f) | ||
![image](https://github.com/Prakhar-Gupta-03/L-system-tree-modelling/assets/108022785/02e2dfc1-a1c9-4aa4-a7c3-560aa353f4c7) --> |