An open API service indexing awesome lists of open source software.

https://github.com/imhalid/pepyaka


https://github.com/imhalid/pepyaka

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Project Name

vite-threejs-typescript-starter

## Description

i clone this repo from [modern-three](https://github.com/alvarosabu/modern-three) thanks to [alvarosabu](https://github.com/alvarosabu)

This project is a 3D rendering application built with Three.js and TypeScript.

## Installation

To install the project, follow these steps:

1. Clone the repository: `git clone `
2. Install dependencies: `pnpm install`

## Usage

To run the project, use the command: `pnpm run dev`

## Project Structure

- `src/`: Contains the source code of the project.
- `core/`: Contains core functionalities like rendering and camera controls.
- `shaders/`: Contains GLSL shaders.
- `public/`: Contains public assets.
- `vite.config.ts`: Vite configuration file.
- `tsconfig.json`: TypeScript configuration file.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[MIT](https://choosealicense.com/licenses/mit/)