https://github.com/wanadev/matcap-editor
Create and edit your matcap
https://github.com/wanadev/matcap-editor
Last synced: about 2 months ago
JSON representation
Create and edit your matcap
- Host: GitHub
- URL: https://github.com/wanadev/matcap-editor
- Owner: wanadev
- License: mit
- Created: 2022-09-14T08:33:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T09:00:28.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:45:44.578Z (3 months ago)
- Language: TypeScript
- Size: 575 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Matcap Editor
[](https://github.com/wanadev/matcap-editor)
[](https://github.com/wanadev/matcap-editor/blob/master/COPYING)
[](https://discord.gg/BmUkEdMuFp)> Create and edit your matcap
**THIS PROJECT IS CURRENTLY WORK IN PROGRESS**
## Usage
```
npm install
npm run dev
npm run build
```
view at http://localhost:3005TODO : docker node ?
## Requirement
node 16## Contributing
### Questions
If you have any question, you can:
* [open an issue](https://github.com/wanadev/matcap-editor/issues>) on Github,
* or [ask on Discord](https://discord.gg/BmUkEdMuFp>).### Bugs
If you found a bug, please [open an issue](https://github.com/wanadev/matcap-editor/issues) on Github with as much information as possible:
* Version of Matcap Editor you are using,
* How you built it or from which website you are using it,
* All the logs and message outputted by the software,
* ...### Pull Requests
Please consider [filing a bug](https://github.com/wanadev/matcap-editor/issues>) before starting to work on a new feature. This will allow us to discuss the best way to do it. This is of course not necessary if you just want to fix some typo or small errors in the code.
Please note that your code must pass tests and follow the coding style (To be defined).
### Running The Tests / Linting
TODO
## Changelog
* **[NEXT]** (changes on `master` but not released yet):
* Nothing yet