-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Processing Java #290
Comments
@Botspot i tested it and it works, |
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.
|
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, ***@***.***> 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.
***@***.***:~ $ 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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCQFBJMF5LC2JNOBGD5PQ3S4LIOPANCNFSM4WW7M4HQ>
.
|
Yes it works flawlessly for me too. However, I'm a bit skeptical as to how many people would use it. |
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. |
Dont we have the official IDE for that ? |
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, ***@***.***> 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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCQFBIG5FUIVOWWMJTQEXTS5FMLHANCNFSM4WW7M4HQ>
.
|
I've finally decided to add this. Changes:
|
I will add description |
Description follows here-
|
I have finished the zipfile: |
@Botspot, it can be added
|
@pi-dev500 I think |
Ok, I have edited my zipfile |
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. |
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, ***@***.***> 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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCQFBJX7KLPZ763JALBUE3TAGHPRANCNFSM4WW7M4HQ>
.
|
Can we lengthen that? Maybe mention how it's "new" and "intelligent"? |
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, ***@***.***> 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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCQFBPG7K27F73COHYQAOLTAJSLHANCNFSM4WW7M4HQ>
.
|
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.
I wish I could, but, I don't know enough details about Processing to do a good job writing it. |
well you got to compile it because it would only apt-get install for x86 not arm |
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, ***@***.***> 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.
***@***.***:~ $ 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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCQFBKJPI2MOW2Q5UQCDP3TCA4DFANCNFSM4WW7M4HQ>
.
|
Forgot about curl
…On Thu, Mar 4, 2021, 11:12 PM CoderLogy ***@***.***> 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, ***@***.***> 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.
>
> ***@***.***:~ $ 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
> <#290 (comment)>,
> 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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARNPDT4INRRKJ427AJXGEBLTCBKZZANCNFSM4WW7M4HQ>
.
|
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, ***@***.***> wrote:
Forgot about curl
On Thu, Mar 4, 2021, 11:12 PM CoderLogy ***@***.***> 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, ***@***.***>
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.
> >
> > ***@***.***:~ $ 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
> > <#290 (comment)
>,
> > 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
> <#290 (comment)>,
> 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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCQFBPFEDA4OL27EU3VNKLTCDKV5ANCNFSM4WW7M4HQ>
.
|
To start this isn't JavaScript, its more like Java but simple Comparing Java to Javascript is like a Car to Carpet. Processing is an IDE + Programming Language used for Visual Arts. 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.. |
@Botspot Enjoy. |
Thank you. It's better than I could have done. |
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
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARCQFBLB7MBP36C7SVVFCFDTIEB4RANCNFSM4WW7M4HQ>
.
|
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:
The text was updated successfully, but these errors were encountered: