-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protocol/defines of pieces #1
Comments
current define/example of synth/piece in JSON is var synth_sample = {
"sy" : {
"sy_id" : 3,
"points" : [{"x":10, "y":20},
{"x":10, "y":30},
{"x":30, "y":30}],
"f" : {"gen" : {"sy_id" : 2,
"num" : 5,
"dir" : "+"},
"to" : {"sy_id" : 1,
"num" : 0,
"dir" : "-"}}
}
} .egmeaning of 'synth_sapmle' are shown in images. |
Is it OK for "sy_id" 0 origin? |
some of words to indicate "synth" of piece such as "f" "gen" "to" are difficult to understand directly. |
Then,"f"→"synthesis","gen"→"source","to"→"target"? |
I made wiki page of Synth/Piece and JSON |
Define: When read QR, synthesis, source and target are "null". |
Define: "枠" brings it last. |
Suggestion: Define total piece count (not synthesized) on top of JSON. |
[update] Json data of Synth of sample in wiki. |
define of pieces/synth is not confirmed yet.
we should to decide define of it using JSON.
The text was updated successfully, but these errors were encountered: