Built with the tools and technologies:
๐ Repository Structure
โโโ lab-grass-experiment/
โโโ LICENSE
โโโ README.md
โโโ eslint.config.js
โโโ index.html
โโโ package.json
โโโ postcss.config.js
โโโ public
โ โโโ models
โ โโโ textures
โ โโโ vite.svg
โโโ src
โ โโโ App.tsx
โ โโโ assets
โ โโโ components
โ โโโ index.css
โ โโโ main.tsx
โ โโโ pages
โ โโโ utils
โ โโโ vite-env.d.ts
โโโ tailwind.config.js
โโโ tsconfig.app.json
โโโ tsconfig.app.tsbuildinfo
โโโ tsconfig.json
โโโ tsconfig.node.json
โโโ tsconfig.node.tsbuildinfo
โโโ vite.config.ts
โโโ yarn.lock
.
src
src.components.Terrain
src.components.Particles
src.components.Grass
src.components.Grass.shaders
src.pages.Home
src.utils
public.models
Build the project from source:
- Clone the lab-grass-experiment repository:
โฏ git clone https://github.com/Gianluska/lab-grass-experiment
- Navigate to the project directory:
โฏ cd lab-grass-experiment
- Install the required dependencies:
To run the project, execute the following command:
Execute the test suite using the following command:
Contributions are welcome! Here are several ways you can contribute:
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/Gianluska/lab-grass-experiment
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph
This project is protected under the MIT License.