Public
Edited
Apr 17, 2023
Insert cell
# 👍Voxels CVMiniGames.com
Insert cell
Insert cell
dot`
digraph G {
scriptEditor -> scriptSnippets_ts
scriptEditor -> AssetLibraryScriptingMenu
AssetLibraryScriptingMenu -> smallScriptsBrowser_ts
AssetLibraryScriptingMenu -> showCreateLibraryAsset_fn
showCreateLibraryAsset_fn -> createAssetForLibrary_ts

}`
Insert cell
Insert cell
Insert cell
dot`
digraph G {
getDialog -> token_gate
token_gate -> checkPermissions
checkPermissions -> checkNFTs
checkNFTs -> checkPermissions
checkNFTs -> getNFTs
getNFTs -> checkNFTs
token_gate -> updateGatedRooms
checkPermissions -> updateGatedRooms
updateGatedRooms -> handleFeatures
handleFeatures -> createFeature
handleFeatures -> updateFeature
}`
Insert cell
dot`
digraph G {
token_gate -> checkPermissions
checkPermissions -> checkNFTs
checkNFTs -> checkPermissions
checkNFTs -> getNFTs
getNFTs -> checkNFTs
token_gate -> updateGatedRooms
checkPermissions -> updateGatedRooms
updateGatedRooms -> handleFeatures
handleFeatures -> createFeature
handleFeatures -> updateFeature
}`
Insert cell
dot`
digraph G {
subgraph cluster_0 {
style=filled;
color=lightgrey;
node [style=filled,color=white];
a0 -> a1 -> a2 -> a3;
label = "process #1";
}
subgraph cluster_1 {
node [style=filled];
b0 -> b1 -> b2 -> b3;
label = "process #2";
color=blue
}
start -> a0;
start -> b0;
a1 -> b3;
b2 -> a3;
a3 -> a0;
a3 -> end;
b3 -> end;
start [shape=Mdiamond];
end [shape=Msquare];
}
`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more