-
From now we feel free to use ES6 powers – we've found that they are pretty stable in most modern browsers! Let's make the apps embedding as simple as three lines: one `type="module"` js script tag plu…
-
## 项目推荐
- 项目地址:
https://github.com/metafizzy/zdog.git
- 类别:JS
- 项目描述:
圆形,扁平,设计师友好的伪3D引擎
- 推荐理由:
js编写,入门简单,是少见的可编程式3D引擎。
- 示例代码:https://github.com/metafizzy/zdog#hello-world-demo
…
-
local fonts don't load with any fields besides font.data
```
let font = new Zdog.Font({
src: 'https://cdn.jsdelivr.net/gh/jaames/zfont/demo/fredokaone.ttf'
})
// works - font.htmx and font.hh…
-
oganm updated
5 years ago
-
What license is this project available under? :)
-
Having the constant exposed for easier rotation handling would be useful
vuchl updated
5 years ago
-
zdog works by creating new instances of it's classes. This requires a different approach when using it in a shiny context vs an out of shiny environment. If a shiny context is detected, shinyjs::runjs…
oganm updated
5 years ago
-
Thanks Alexandre for this, declarative ZDog is awesome :)
Some shapes dont work, for example for ZPath or ZBox this error pops:
```
[Vue warn]: Error in created hook (Promise/async): "TypeError:…
-
**Describe the bug**
When running `auto canary` in a Lerna monorepo, multiple issues are appearing.
1. The version is being bumped from `9.0.0-beta.33` to `9.0.1-canary.809.1.1a2be58f.0` when it…
-
Hi,
This issue... is not really an issue ;)
I created a github repository with some experiments I made with Zdog
https://github.com/gregja/zdogXperiments
In that repository, you'll find different…