Epicodus Team Week Project 1 - Object Oriented Javascript
This website was created for the Intro to Programming group project in the Epicodus development bootcamp. The purpose for this project is to apply learnings from the first 4 weeks of curriculum learning HTML, CSS, and Javascript.
Simflora adapts the logic behind Aristid Lindenmayer's l-systems to simulate plan growth given a set of rules determining patterns of branching. Three.js was used to create a simple environment that follows the flow of days and seasons as well as a procedurally generated animation of a growing maple trea.
- User loads page with animated environment, is given navigation/use instructions and is able to initiate growth animation
- Example Input: User hit initiate or reset button
- Example Output: Program begins modeling tree growth
- User changes flow of time via interactive element
- Example Input: Slide range from 0 (paused) to 12x flow of time
- Example Output: Program increases passing of days/seasons as well as tree growth rate
- access this site at simflora.us
contact the author at jaredclemmensen@gmail.com
This animation is created primarily using three.js, with HTML, CSS, and javascript for interface elements.
Copyright (c) 2018 Jared Clemmensen, Russell Hofvendahl, Hamza Naeem, and Cameron Anderson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.