从事processing,arduino编程,欢迎交流
processing吧
全部回复
仅看楼主
level 8
lavendertluo 楼主
刚进processing贴吧,本人从事processing,arduino,android等编程工作,欢迎大家一起交流
2014年05月28日 04点05分 1
level 7
欢迎啊~
2014年05月28日 09点05分 2
level 2
和楼主有相同意愿。。。但是比较弱。求交流!
2014年06月02日 07点06分 3
求交流,q361676821
2017年02月21日 01点02分
level 8
lavendertluo 楼主
可以啊,一起学习,QQ55505758,验证罗凯
2014年06月03日 00点06分 4
回复 pagedate3663 :已加
2014年06月04日 07点06分
level 8
lavendertluo 楼主
求来点项目做做!!!
2014年06月05日 05点06分 5
level 12
你好
——来自 爱贴吧 Windows Phone 客户端
2014年06月10日 02点06分 6
你好
2014年06月10日 05点06分
level 1
有好多问题呀!抓住大神!求加Q!!!!!不要嫌弃我的愚纯QAQ
2014年06月14日 09点06分 7
level 8
lavendertluo 楼主
有没有杭州的想学习processing,可以教,交互的都可以
2014年06月25日 09点06分 8
我在杭州西湖转塘,刚学,求教
2015年07月16日 07点07分
我也在西湖转塘,还教吗?
2016年06月01日 11点06分
level 1
大神求助,已加qq
2014年06月26日 12点06分 9
level 2
楼主有没有写好的processing~跪求支援一下,
2014年06月28日 03点06分 10
你要怎么样的
2014年06月28日 04点06分
不用很复杂,稍微有点互动的。呜呜,谢谢大神
2014年06月28日 04点06分
楼主,跪求arduino超声波与processing怎样连接串口
2017年11月24日 06点11分
level 2
float r=0;
int backR;
int backG;
int backB;
void setup()
{
size(800,800);
rectMode(CENTER);
backR=int(random(0,255));
backG=int(random(0,255));//<>//
backB=int(random(0,255));
background(backR,backG,backB);
//
}
void draw()
{
fill(backR,backG,backB,50);
rect(width/2,height/2,width,height);
translate(mouseX,mouseY);
rotate(r);
fill(255);
rect(0,0,100,100);
r=r+0.05;
}
大神类似于这个,或者这个您能帮我改改么》变个效果,
2014年06月28日 04点06分 11
私信给你了
2014年06月30日 01点06分
@lavendertluo 能不能把它跟Arduino的超声波传感器结合起来呢,就是把随着鼠标移动改为随着跟障碍物的距离不同而移动?代码应该怎么写?
2016年12月02日 08点12分
@lavendertluo 能不能把它跟Arduino的超声波传感器结合起来呢,就是把随着鼠标移动改为随着跟障碍物的距离不同而移动?代码应该怎么写?
2016年12月02日 08点12分
你好,我也想做这个,请问有解决的方案了吗?跪求大神指点[乖]
2017年11月24日 06点11分
level 1
在大学拿了一门processing的课,入门,可是完全无C语言基础学起来甚是有难度。这次老师留了一份作业,要求如下:
1. Create an array that holds 10 ints.
2. Declare a float variable. This will hold the average of the array of ints.
2. Define a function that does not return anything, but populates the array with 10 random values between 0 and 100 (inclusive... be careful that 100 has the same chance as any other number to be saved to the array). Make this function also print the array and save its (correct) average to the variable declared in step 2 of this assignment.
3. Have the above function get called in setup() as well as any time the 'r' key is pressed (but not any other key). Use the keyPressed() event for this.
4. Have the average (held in the variable from step 2) print to the console when the 'a' key is pressed (but not any other key). Use the keyPressed() event for this, too.
4. Define a function that returns (but does not print or otherwise display) a random element of this array. Using the previously mentioned function, use println() within a mousePressed() event definition to have a random element (returned from the function you define in this step) print to the console on every mouse click.
求助!!!!!
2014年06月30日 03点06分 12
level 2
2014年07月01日 03点07分 13
level 1
大神跪求一个与鼠标或键盘有互动的processing。。。
2014年07月06日 09点07分 14
level 2
大二数媒学生,学过c,java语言,准备自学processing,请问有什么书推荐吗
2014年07月06日 12点07分 15
handbook
2014年07月06日 12点07分
回复 lavendertluo :之前准备买的,但是看到亚马逊上很多人说翻译有问题.请问你觉得有影响吗?
2014年07月06日 12点07分
没什么大影响,那就买原版
2014年07月06日 12点07分
回复 lavendertluo :非常感谢!
2014年07月06日 12点07分
level 6
请问大神,现在版本的processing212是不是有bug,我写了一段程序用class以后它会提示我{}相互不匹配,但是检查了很多遍我的代码确定它是匹配的,但是就是不能运行,而且如果我补加上一个}他又会提醒我说我的class就直接不存在了。
求请教啊!
2014年07月07日 13点07分 16
你可以把class单独放一个sketch里,再检查大括号有没有中文输入的情况
2014年07月07日 14点07分
回复 lavendertluo :谢谢!我刚刚检查了下!好像我少了一个大括号在void draw,不知怎么就显示我的单独的class出错了
2014年07月07日 14点07分
level 9
楼主 在吗
2014年09月01日 08点09分 17
level 8
lavendertluo 楼主
欢迎大家一起交流学习,有什么问题都可以
2014年10月09日 02点10分 18
level 1
求推荐教程,中英文皆可!
2014年10月13日 02点10分 20
1 2 3 4 尾页