Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quatrefoil-gl/quatrefoil.cljs

Render Three.js with Respo style code(experimental).
https://github.com/quatrefoil-gl/quatrefoil.cljs

clojurescript threejs virtual-dom

Last synced: 17 days ago
JSON representation

Render Three.js with Respo style code(experimental).

Awesome Lists containing this project

README

        

Quatrefoil
----

> Render Three.js with Respo style code(experimental).

Demo http://repo.quamolit.org/quatrefoil/

### Patching operations

* [x] `add-element`
* [x] `remove-element`
* [x] `replace-element`
* [x] `add-children`
* [x] `remove-children`
* [x] `add-material`
* [x] `update-material`
* [ ] `replace-material`
* [ ] `remove-material`
* [x] `add-params`(partial)
* [x] `update-params`
* [ ] `remove-params`
* [ ] `add-events`
* [ ] `remove-events`

### Develop

```bash
yarn
yarn watch

# also for index.html
yarn cp-target
```

Workflow https://github.com/mvc-works/quamolit-workflow

### License

MIT