/lab-grass-experiment

[LAB] - Grass Experiment

Primary LanguageTypeScriptMIT LicenseMIT

LAB-GRASS-EXPERIMENT

license last-commit repo-top-language repo-language-count

Built with the tools and technologies:

esbuild JavaScript HTML5 PostCSS Autoprefixer YAML Vite
React ESLint SemVer TypeScript Ajv Buffer JSON


๐Ÿ”— Table of Contents

๐Ÿ“‚ 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

๐Ÿงฉ Modules

.
File
postcss.config.js
tsconfig.node.json
tsconfig.app.tsbuildinfo
tsconfig.json
tailwind.config.js
tsconfig.node.tsbuildinfo
tsconfig.app.json
package.json
vite.config.ts
index.html
eslint.config.js
src
File
main.tsx
index.css
App.tsx
vite-env.d.ts
src.components.Terrain
File
index.tsx
src.components.Particles
File
index.tsx
src.components.Grass
File
createGrassGeometry.ts
index.tsx
src.components.Grass.shaders
File
perlinNoise.ts
src.pages.Home
File
index.tsx
src.utils
File
simpleNoise.ts
public.models
File
flower.glb

๐Ÿš€ Getting Started

๐Ÿ“ฆ Installation

Build the project from source:

  1. Clone the lab-grass-experiment repository:
โฏ git clone https://github.com/Gianluska/lab-grass-experiment
  1. Navigate to the project directory:
โฏ cd lab-grass-experiment
  1. Install the required dependencies:
โฏ yarn install

๐Ÿค– Usage

To run the project, execute the following command:

โฏ yarn build

๐Ÿงช Tests

Execute the test suite using the following command:

โฏ yarn test

๐Ÿค Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/Gianluska/lab-grass-experiment
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


๐ŸŽ— License

This project is protected under the MIT License.