可拖拽的 iframe

从 snap iframe 库复制

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<div
  style="display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, rgba(242,243,244,1)),color-stop(100%, rgba(229,231,233,1)))"
>
  <iframe
    allow="microphone; camera; bluetooth; serial;"
    src="https://microblocksfun.cn/run/microblocks.html"
    style="width: 95%; height: 95%"
  >
  </iframe>
</div>

halo: cmd+click

playground 与 project

playground 可以保持 world 上的工作

project 会保存在 ./local_project

发布到 github , 需要转化为组件, 然后引入到 index 里

FAQ

刷新无法打开

http://127.0.0.1:9011/projects/load?name=wwj718–lively-demo3

解决方案: shift + cmd + R

lively 最基础的功能还是非常脆弱

open browser , scene graph 坏了

什么东西会存下来?

好像还是需要以组件/代码为中心

类似 gpblock

图形还没有自持自身

实验完转化为组件, 以代码形式保存

有哪些很不爽的地方?

  1. flatn 并行下载, 目前太慢了
  2. script 不要使用 bash

有哪些示例?

官网 lively-next.org https://github.com/nextguys/lively-next-relaunch