Download Jar. Uses 994K of libraries. Click here for Pure Java version (996L/7K).
1 | !7 |
2 | |
3 | lib 1013739 |
4 | |
5 | import processing.core.PApplet; |
6 | |
7 | p {
|
8 | fixContextClassLoader(); |
9 | PApplet.main("main$Visualization");
|
10 | } |
11 | |
12 | public sclass Visualization extends PApplet {
|
13 | @Override |
14 | public void settings() {
|
15 | size(640, 480); |
16 | } |
17 | |
18 | @Override |
19 | public void setup() {
|
20 | fill(120,50,240); |
21 | } |
22 | |
23 | @Override |
24 | public void draw(){
|
25 | ellipse(width/2,height/2,second(),second()); |
26 | } |
27 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013738 |
| Snippet name: | Integrate "Processing" (OK) |
| Eternal ID of this version: | #1013738/4 |
| Text MD5: | e7a2b7c641f3791c319c49eec0fa7b72 |
| Transpilation MD5: | 6d261847037ed363a430c75b73796bfb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-02-12 16:47:38 |
| Source code size: | 415 bytes / 27 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 831 / 1743 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |