Hello people,
I have run into a problem with processing on Linux. I have created a class graph in "graph.pde".
I have run into a problem with processing on Linux. I have created a class graph in "graph.pde".
- class graph(){
- graph(){
- //initialization....
- }
- }
- graph grp;
- void setup(){
- grp = new graph();
- }
1