Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
1.92k stars 206 forks source link

Processing Java #290

Closed pi-dev500 closed 3 years ago

pi-dev500 commented 3 years ago

A simple IDE for learning javascript. Can you add this app ? It works perfectly on my PI4. Processing javascript.zip I found a special release for processing made for raspberry pi: here screenshot: screenshot

ryanfortner commented 3 years ago

@Botspot i tested it and it works, Processing.zip

CoderLogy commented 3 years ago

Instead of zip you can also use sudo apt install processing or wget install or ever using tar

Botspot commented 3 years ago

Instead of zip you can also use sudo apt install processing or wget install or ever using tar

Umm, @CoderLogy, does that work on your system? On my Raspberry Pi OS, I try to install Processing the way you suggested and it didn't work.

pi@raspberrypi:~ $ sudo apt install processing
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package processing
CoderLogy commented 3 years ago

I remember when I installed processing I installed it like this you can google and check how to do that

On Fri 29 Jan, 2021, 9:04 PM Botspot, notifications@github.com wrote:

Instead of zip you can also use sudo apt install processing or wget install or ever using tar

Umm, @CoderLogy https://github.com/CoderLogy, does that work on your system? On my Raspberry Pi OS, I try to install Processing the way you suggested and it didn't work.

pi@raspberrypi:~ $ sudo apt install processing Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package processing

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-769875830, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCQFBJMF5LC2JNOBGD5PQ3S4LIOPANCNFSM4WW7M4HQ .

Botspot commented 3 years ago

@Botspot i tested it and it works, Processing.zip

Yes it works flawlessly for me too. However, I'm a bit skeptical as to how many people would use it.

pi-dev500 commented 3 years ago

This is an app for beginners in JavaScript , python and and others langages. We can programm an Arduino to send some data to the raspberry pi and receive the data with a simple processing graphical interface.

techcoder20 commented 3 years ago

We can programm an Arduino to send some data to the raspberry pi and receive the data with a simple processing graphical interface.

Dont we have the official IDE for that ?

CoderLogy commented 3 years ago

We have officiall ide but this thing is much better it supports java which is good to make good interface for them like there is Eric sudo apt install Eric ,eric is used for qt5 python gui and so does processing is used to make interface like tkinter in python,the processing is like tkinter and eric is interface like nexiton so I also make final thought include nexiton,eric and processing to pi-apps pls

On Wed 3 Feb, 2021, 7:56 PM RPICoder, notifications@github.com wrote:

We can programm an Arduino to send some data to the raspberry pi and receive the data with a simple processing graphical interface.

Dont we have the official IDE for that ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-772549283, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCQFBIG5FUIVOWWMJTQEXTS5FMLHANCNFSM4WW7M4HQ .

Botspot commented 3 years ago

I've finally decided to add this.

Changes:

CoderLogy commented 3 years ago

I will add description

CoderLogy commented 3 years ago

Description follows here-

Add Processing Ide to your Raspberry Pi and enjoy making of graphic design and serial commands using this ide with java and other supported languages that you are known of. Download it now from pi-apps. For further more you can download from your terminal: curl https://processing.org/download/install-arm.sh | sudo sh

pi-dev500 commented 3 years ago

I have finished the zipfile: Processing IDE.zip

pi-dev500 commented 3 years ago

@Botspot, it can be added

Itai-Nelken commented 3 years ago

@pi-dev500 I think install-64 isn't executable.

pi-dev500 commented 3 years ago

Ok, I have edited my zipfile

Botspot commented 3 years ago

The description needs work.

The first line should be short because this is the text that appears when you hover your mouse over the app in the list.

Nobody wants manual installation commands when there is an install button right there.

CoderLogy commented 3 years ago

Ok new description here I added manual download for that you can add it in its install script:

Processing IDE a new intelligent way of writing graphical code in Raspberry Pi.

On Mon 22 Feb, 2021, 4:42 AM Botspot, notifications@github.com wrote:

The description needs work.

  • This is quite long:

Add Processing Ide to your Raspberry Pi and enjoy making of graphic design and serial commands using this ide with java and other supported languages that you are known of.

The first line should be short because this is the text that appears when you hover your mouse over the app in the list.

  • This line seems unnecessary and authoratative:

Download it now from pi-apps.

  • This portion should be removed:

For further more you can download from your terminal: ~$ curl https://processing.org/download/install-arm.sh | sudo sh

Nobody wants manual installation commands when there is an install button right there.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-782946553, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCQFBJX7KLPZ763JALBUE3TAGHPRANCNFSM4WW7M4HQ .

Botspot commented 3 years ago

Processing IDE a new intelligent way of writing graphical code in Raspberry Pi.

Can we lengthen that? Maybe mention how it's "new" and "intelligent"?
Also I'd like to see the "to-run" stuff. To run: Menu -> ..., and, To run in a terminal: command-name

CoderLogy commented 3 years ago

You told me to make it small so I made it now you want long why 😭❔ You can edit to long no problem I will make new description in some time 😃

On Mon 22 Feb, 2021, 7:54 PM Botspot, notifications@github.com wrote:

Processing IDE a new intelligent way of writing graphical code in Raspberry Pi.

Can we lengthen that? Maybe mention how it's "new" and "intelligent"? Also I'd like to see the "to-run" stuff. To run: Menu -> ..., and, To run in a terminal: command-name

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-783411349, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCQFBPG7K27F73COHYQAOLTAJSLHANCNFSM4WW7M4HQ .

Botspot commented 3 years ago

You told me to make it small so I made it now you want long why

Simple reason: your first sentence was uncomfortably long. That's all. And the rest of your description was, well, not really what I think users would find to be helpful.

You can edit to long no problem I will make new description in some time

I wish I could, but, I don't know enough details about Processing to do a good job writing it.

ghost commented 3 years ago

Instead of zip you can also use sudo apt install processing or wget install or ever using tar

Umm, @CoderLogy, does that work on your system? On my Raspberry Pi OS, I try to install Processing the way you suggested and it didn't work.

pi@raspberrypi:~ $ sudo apt install processing
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package processing

well you got to compile it because it would only apt-get install for x86 not arm

CoderLogy commented 3 years ago

Dell apt doesn't work try this would definitely work run this in terminal below command.

curl https://processing.org/download/install-arm.sh | sudo sh

On Fri 5 Mar, 2021, 7:36 AM Dell-Glitch, notifications@github.com wrote:

Instead of zip you can also use sudo apt install processing or wget install or ever using tar

Umm, @CoderLogy https://github.com/CoderLogy, does that work on your system? On my Raspberry Pi OS, I try to install Processing the way you suggested and it didn't work.

pi@raspberrypi:~ $ sudo apt install processing Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package processing

well you got to compile it because it would only apt-get install for x86 not arm

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-791091280, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCQFBKJPI2MOW2Q5UQCDP3TCA4DFANCNFSM4WW7M4HQ .

ghost commented 3 years ago

Forgot about curl

On Thu, Mar 4, 2021, 11:12 PM CoderLogy notifications@github.com wrote:

Dell apt doesn't work try this would definitely work run this in terminal below command.

curl https://processing.org/download/install-arm.sh | sudo sh

On Fri 5 Mar, 2021, 7:36 AM Dell-Glitch, notifications@github.com wrote:

Instead of zip you can also use sudo apt install processing or wget install or ever using tar

Umm, @CoderLogy https://github.com/CoderLogy, does that work on your system? On my Raspberry Pi OS, I try to install Processing the way you suggested and it didn't work.

pi@raspberrypi:~ $ sudo apt install processing Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package processing

well you got to compile it because it would only apt-get install for x86 not arm

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-791091280, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ARCQFBKJPI2MOW2Q5UQCDP3TCA4DFANCNFSM4WW7M4HQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-791139082, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARNPDT4INRRKJ427AJXGEBLTCBKZZANCNFSM4WW7M4HQ .

CoderLogy commented 3 years ago

Why robot curl it good one if you download processing you can goto their website in my case curl worked only so you should also try

On Fri 5 Mar, 2021, 6:47 PM Dell-Glitch, notifications@github.com wrote:

Forgot about curl

On Thu, Mar 4, 2021, 11:12 PM CoderLogy notifications@github.com wrote:

Dell apt doesn't work try this would definitely work run this in terminal below command.

curl https://processing.org/download/install-arm.sh | sudo sh

On Fri 5 Mar, 2021, 7:36 AM Dell-Glitch, notifications@github.com wrote:

Instead of zip you can also use sudo apt install processing or wget install or ever using tar

Umm, @CoderLogy https://github.com/CoderLogy, does that work on your system? On my Raspberry Pi OS, I try to install Processing the way you suggested and it didn't work.

pi@raspberrypi:~ $ sudo apt install processing Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package processing

well you got to compile it because it would only apt-get install for x86 not arm

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <https://github.com/Botspot/pi-apps/issues/290#issuecomment-791091280 , or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ARCQFBKJPI2MOW2Q5UQCDP3TCA4DFANCNFSM4WW7M4HQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-791139082, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ARNPDT4INRRKJ427AJXGEBLTCBKZZANCNFSM4WW7M4HQ

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-791413333, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCQFBPFEDA4OL27EU3VNKLTCDKV5ANCNFSM4WW7M4HQ .

CleanMachine1 commented 3 years ago

To start this isn't JavaScript, its more like Java but simple

Comparing Java to Javascript is like a Car to Carpet. Anyway here's my description

Processing is an IDE + Programming Language used for Visual Arts. It is an Open-Source and Free Software (FOSS) which is built from Java and is used to create graphics.

Don't know what more to add because I really don't know what this is apart from what a video said and the wiki..

CleanMachine1 commented 3 years ago

@Botspot Enjoy.

Botspot commented 3 years ago

@Botspot Enjoy.

Thank you. It's better than I could have done.

CoderLogy commented 3 years ago

We can also add it supports python and other languages too

On Sun 11 Apr, 2021, 7:54 AM Botspot, @.***> wrote:

@Botspot https://github.com/Botspot Enjoy.

Thank you. It's better than I could have done.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/290#issuecomment-817236139, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARCQFBLB7MBP36C7SVVFCFDTIEB4RANCNFSM4WW7M4HQ .