Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzimaru0000/veauty
Implementation of Virtual-Dom for Unity3D
https://github.com/uzimaru0000/veauty
library ui unity upm-package virtual-dom
Last synced: 5 days ago
JSON representation
Implementation of Virtual-Dom for Unity3D
- Host: GitHub
- URL: https://github.com/uzimaru0000/veauty
- Owner: uzimaru0000
- License: mit
- Created: 2020-05-09T17:53:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T21:29:04.000Z (over 3 years ago)
- Last Synced: 2025-01-31T04:02:07.409Z (15 days ago)
- Topics: library, ui, unity, upm-package, virtual-dom
- Language: C#
- Homepage:
- Size: 82 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Veauty
Implementation of Virtual-Dom for Unity3D
## Environment
- Unity3D 2020.3 or higher
- C# 7.0## Install
Add line in `Packages/manifest.json`
```json
{
"dependencies": {
...
"com.uzimaru.veauty": "https://github.com/uzimaru0000/Veauty.git",
...
}
}
```## Example
- [Veauty-GameObject](https://github.com/uzimaru0000/Veauty-GameObject)
I'm happy if you contribute!
## Development
1. Make your project and make directory Packages in it.
2. In Packages, git clone https://github.com/uzimaru0000/Veauty.git## Contribution
- Fork it
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request