Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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