https://github.com/imhalid/pepyaka
https://github.com/imhalid/pepyaka
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imhalid/pepyaka
- Owner: imhalid
- Created: 2024-01-09T18:46:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T08:59:59.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:17:55.706Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://pepyaka-zeta.vercel.app
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)