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

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

Awesome Lists containing this project

README

        

# Matcap Editor

[![Github](https://img.shields.io/github/stars/wanadev/matcap-editor?label=Github&logo=github)](https://github.com/wanadev/matcap-editor)
[![License](https://img.shields.io/github/license/wanadev/matcap-editor)](https://github.com/wanadev/matcap-editor/blob/master/COPYING)
[![Discord](https://img.shields.io/badge/chat-Discord-8c9eff?logo=discord&logoColor=ffffff)](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:3005

TODO : 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