当前位置:网站首页>Learning Processing Zoog
Learning Processing Zoog
2022-06-26 13:05:00 【Harmony between man and nature Peng】
// Learning Processing
// Daniel Shiffman
// http://www.learningprocessing.com
// Example 1-5: Zoog
size(640,360);
background(255);
ellipseMode(CENTER);
rectMode(CENTER);
// Body
stroke(0);
fill(150);
rect(320,190,20,100);
// Head
fill(255);
ellipse(320,160,60,60);
// Eyes
fill(0);
ellipse(301,160,16,32);
ellipse(339,160,16,32);
// Legs
stroke(0);
line(310,240,300,250);
line(330,240,340,250); 
// Learning Processing
// Daniel Shiffman
// http://www.learningprocessing.com
// Example 1-5: Zoog
size(640,360);
background(255);
ellipseMode(CENTER);
rectMode(CENTER);
// Body
stroke(0);
fill(150);
rect(320,190,20,100);
// Head
fill(255);
ellipse(320,160,60,60);
// Eyes
fill(0);
ellipse(301,160,16,32);
ellipse(339,160,16,32);
// mouth
fill(0);
stroke(255, 0, 0);
ellipse(320,180,10,5);
// Legs
stroke(0);
strokeWeight(3);
line(310,240,300,250);
line(330,240,340,250); 
边栏推荐
- Electron official docs series: Contributing
- This function has none of deterministic, no SQL solution
- 倍福Ethercat模块网络诊断和硬件排查的基本方法
- [geek challenge 2019] rce me 1
- IDC报告:百度智能云AI Cloud市场份额连续六次第一
- opencv高速下载
- Stream learning record
- Software testing - concept
- Goto statement to realize shutdown applet
- C structure: definition and example
猜你喜欢

解中小企业之困,百度智能云打个样

P5733 【深基6.例1】自动修正

第01章_Linux下MySQL的安装与使用

10秒内完成火灾预警,百度智能云助力昆明官渡打造智慧城市新标杆

机组实践实验8——使用CMStudio设计基于基本模型机微程序指令(1)

Group counting practice experiment 9 -- using cmstudio to design microprogram instructions based on segment model machine (2)

Openlayers drawing dynamic migration lines and curves

IDC报告:百度智能云AI Cloud市场份额连续六次第一
What should the software test report include? Interview must ask

Electron official docs series: Processes in Electron
随机推荐
Group counting practice experiment 9 -- using cmstudio to design microprogram instructions based on segment model machine (2)
Machine learning notes - seasonality of time series
tauri vs electron
Electron official docs series: Contributing
HDU1724[辛普森公式求积分]Ellipse
无人机遥感在森林监测的部分应用研究案例总结
深度解析当贝盒子B3、腾讯极光5S、小米盒子4S之间的区别
倍福CX5130换卡对已有的授权文件转移操作
Solution of Splunk iowait alarm
ES6:迭代器
This function has none of deterministic, no SQL solution
QT .pri 的建立与使用
Software testing - Fundamentals
C structure: definition and example
Software testing - concept
倍福PLC通过MC_ReadParameter读取NC轴的配置参数
Summary of wechat applet test points
National standard gb28181 protocol easygbs video platform TCP active mode streaming exception repair
Electron official docs series: Get Started
zoopeeper设置acl权限控制(只允许特定ip访问,加强安全)