https://github.com/pmndrs/market
📦 Download CC0 assets ready to use in your next 3D Project
https://github.com/pmndrs/market
Last synced: 11 months ago
JSON representation
📦 Download CC0 assets ready to use in your next 3D Project
- Host: GitHub
- URL: https://github.com/pmndrs/market
- Owner: pmndrs
- License: mit
- Created: 2021-04-30T18:58:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T18:04:16.000Z (about 2 years ago)
- Last Synced: 2024-10-29T15:32:07.109Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://market.pmnd.rs
- Size: 152 MB
- Stars: 255
- Watchers: 12
- Forks: 22
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-game-engine-dev - Pmndrs Market - Collection of public domain models. (Video Game Assets / Model Assets)
README
# Market
📦 Download CC0 assets ready to use in your next 3D Project
## Run Locally
Clone the project
```bash
git clone https://github.com/pmndrs/market
```
Go to the project directory
```bash
cd market
```
Install dependencies
```bash
yarn
```
Start the server
```bash
yarn dev
```
Some needs to know:
- Login does not work locally
- No environment keys are needed unless you need to do things that change the database
## Features
- 🔎 free minified/ready-to-use CC0 models/textures/hdris
- 🚥 starters for threejs and react-three-fiber
- 👥 accounts
- 📬 request assets
- 🥇 favorites, comments, ratings
- 🔌 api endpoint
- ☁️ CDN with caching
- ⚙️ Material Editor
## Roadmap
- components category
- npm package with this
## License
[MIT](https://choosealicense.com/licenses/mit/)