-
Notifications
You must be signed in to change notification settings - Fork 5
Tutorials
Nick Pope edited this page Sep 27, 2015
·
7 revisions
A collection of live tutorials are available to take you through all the features of JS-Eden and get you up to speed with creating your own Construals. Be sure to also check out the demo models for more elaborate examples of how to use this environment.
- Tutorial 1 - Basic definitions.
- Tutorial 2 - Mathematical operators.
- Tutorial 3 - Drawing Lines.
Link: Tutorial 1
b = 4;
c = 5;
d = b + c;
e is b + c;