Skip to content

RLangPApplet: Support static mode#171

Merged
gaocegege merged 1 commit intomasterfrom
sketch/static
Jul 18, 2017
Merged

RLangPApplet: Support static mode#171
gaocegege merged 1 commit intomasterfrom
sketch/static

Conversation

@gaocegege
Copy link
Copy Markdown
Member

Close #51

Signed-off-by: Ce Gao ce.gao@outlook.com

Signed-off-by: Ce Gao <ce.gao@outlook.com>
@gaocegege gaocegege merged commit e419673 into master Jul 18, 2017
@gaocegege gaocegege deleted the sketch/static branch July 18, 2017 03:45
gaocegege added a commit that referenced this pull request Jul 18, 2017
The feature is supported in #171

Signed-off-by: Ce Gao <ce.gao@outlook.com>
gaocegege added a commit that referenced this pull request Jul 18, 2017
The feature is supported in #171

Signed-off-by: Ce Gao <ce.gao@outlook.com>
@gaocegege gaocegege modified the milestone: Evaluation 2 Jul 18, 2017
@jeremydouglass
Copy link
Copy Markdown
Member

jeremydouglass commented Jul 21, 2017

This is great! Good static sketch support is a huge accomplishment -- it will really help new learners!

Good job also cleaning up the documentation.

It might be worth adding a basic StaticSketch demo as one of the example sketches. Anything that calls size() in a static sketch and then uses width and height.

size(250,150)
background(255,192,192);
line(0, 0, width, height/2)
line(0, 0, width/2, height)
ellipse(width-60,height-60,100,100)

@gaocegege
Copy link
Copy Markdown
Member Author

gaocegege commented Jul 22, 2017

Add the example in 85d4e94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants