mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
This commit is contained in:
parent
d353f71619
commit
0d542c66a6
10 changed files with 76 additions and 105 deletions
|
|
@ -31,6 +31,14 @@ end
|
|||
|
||||
local NIL = nil
|
||||
|
||||
-- vide.mount(function()
|
||||
-- local src = vide.source(0)
|
||||
|
||||
-- vide.effect(function()
|
||||
-- axasd += 1
|
||||
-- end)
|
||||
-- end)
|
||||
|
||||
TEST("graph", function()
|
||||
local create_node = graph.create_node
|
||||
local create_start_node = graph.create_start_node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue