Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RLangPApplet: Support static mode #171

Merged
merged 1 commit into from
Jul 18, 2017
Merged

RLangPApplet: Support static mode #171

merged 1 commit into from
Jul 18, 2017

Conversation

gaocegege
Copy link
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
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
Member Author

gaocegege commented Jul 22, 2017

Add the example in 85d4e94

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants