All Projects → uzimaru0000 → Veauty

uzimaru0000 / Veauty

Licence: MIT, Unknown licenses found Licenses found MIT LICENSE Unknown LICENSE.meta
Implementation of Virtual-Dom for Unity3D

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Veauty

tung
A javascript library for rendering html
Stars: ✭ 29 (+123.08%)
Mutual labels:  virtual-dom
object-dom
HTML Object Declarative Dom
Stars: ✭ 20 (+53.85%)
Mutual labels:  virtual-dom
GDX
Game Development Extensions
Stars: ✭ 46 (+253.85%)
Mutual labels:  upm-package
LocalStorage
Configurable generic class for managing local data saved on device.
Stars: ✭ 24 (+84.62%)
Mutual labels:  upm-package
Originer
🧳The package for Unity3d which makes it possible to automatically resolve UPM dependencies on projects located on Github
Stars: ✭ 31 (+138.46%)
Mutual labels:  upm-package
virtual-dom
a simple virtual-dom implementation for understanding how it works
Stars: ✭ 22 (+69.23%)
Mutual labels:  virtual-dom
respo.cljs
A virtual DOM library built with ClojureScript, inspired by React and Reagent.
Stars: ✭ 232 (+1684.62%)
Mutual labels:  virtual-dom
markyp-bootstrap4
Create Bootstrap 4 web pages using purely Python.
Stars: ✭ 19 (+46.15%)
Mutual labels:  virtual-dom
unity-history-window
A simple selection history window for Unity.
Stars: ✭ 118 (+807.69%)
Mutual labels:  upm-package
tvos-soap4.me
tvOS app for soap4.me video service https://soap4.me/
Stars: ✭ 22 (+69.23%)
Mutual labels:  virtual-dom
blockml-component
A component-based virtual DOM system (similar to React) for blockml.
Stars: ✭ 23 (+76.92%)
Mutual labels:  virtual-dom
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+430.77%)
Mutual labels:  virtual-dom
concur-replica
Server-side VDOM UI framework for Concur
Stars: ✭ 136 (+946.15%)
Mutual labels:  virtual-dom
unity-now
▲ Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (+61.54%)
Mutual labels:  upm-package
vdom
Simple JavaScript Virtual DOM
Stars: ✭ 17 (+30.77%)
Mutual labels:  virtual-dom
CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
Stars: ✭ 208 (+1500%)
Mutual labels:  upm-package
com.xrtk.oculus
The Oculus platform components for the XRTK
Stars: ✭ 11 (-15.38%)
Mutual labels:  upm-package
react-lite
A simple implementation of react
Stars: ✭ 51 (+292.31%)
Mutual labels:  virtual-dom
vectorshapes-unity
Library for drawing vector shapes in Unity.
Stars: ✭ 44 (+238.46%)
Mutual labels:  upm-package
UITKEditorAid
Elements and scripts that help in making Unity editors with UIToolkit.
Stars: ✭ 31 (+138.46%)
Mutual labels:  upm-package

Veauty

Implementation of Virtual-Dom for Unity3D

Environment

  • Unity3D 2020.3 or higher
  • C# 7.0

Install

Add line in Packages/manifest.json

{
  "dependencies": {
    ...
    "com.uzimaru.veauty": "https://github.com/uzimaru0000/Veauty.git",
    ...
  }
}

Example

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].