https://github.com/jlchntoz/paperbuddy
A simple paper doll system with editor.
https://github.com/jlchntoz/paperbuddy
Last synced: 6 months ago
JSON representation
A simple paper doll system with editor.
- Host: GitHub
- URL: https://github.com/jlchntoz/paperbuddy
- Owner: JLChnToZ
- License: mit
- Created: 2020-04-26T11:35:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:26:10.000Z (over 3 years ago)
- Last Synced: 2025-04-02T10:19:45.807Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://kami.avatars.moe/
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2D Paper Doll System
This is an open source project that provides a simple paper doll system with editor.
In theory it can be integrade into web services or run as static pages providing users to interact, create their own avatars/etc.
Currently is in early stage development, bugs may be everywhere, feel free to make patches :)
The goal of this project is to create an open source alternative to other paper doll sites that operates by commercials,
which might have restrictions to the creaters that cannot create certain contents, such as contents with political purpose
or even contents of topic got banned from some countries with any reasons (likely some goverments hate those content, who knows)
The road map and the future of this project is to integrated with a full website, which will **not** belongs to any commercial entites.
## Features
- Nested selectors (some options can be depends on some option selected to enable)
- Download image button
- Drag and drop layer/selector editors (Tree view)
- Drop files to import images to the config in editor
- Import/export config packages (It is done but currently nowhere is integrate with this)
## How to build and test
- Clone this project
- Install Node.js and Yarn
- Run `yarn` at the project root
- Run `yarn build` at the project root
- Install/Use a mini local web server to navigate into dist/ folder
- You may see the editor of the paper doll system.
## License
MIT