I know this video is 4 years old but it's still extremely helpful today. Thank you for the tutorial. <3
@milosneskovic984 Жыл бұрын
How to restart the game?
@ehsome Жыл бұрын
Thank you very much, brother 🤝
@lizardalinat Жыл бұрын
You laughing at yourself. 😂
@dvaliantenvr.hubspot2703 Жыл бұрын
Good insights
@wildshinobi9153 Жыл бұрын
Hello sir, could you please link the video where you explain how to make gravity less than 1 without turning it into a float?
@fionazhu1695 Жыл бұрын
My code has an image and mouse interaction in it. I’m curious about how to manage the folder to solve these problems😢
@johncarloalbores5071 Жыл бұрын
Thanks for this, very very helpful!!!!! Btw guys if your program isn't showing up, please check the dev tools for any errors. This happened to me and saw that a variable has the same name with a function that I made, which caused the error and program not showing up. 🙂
@hasaticgaming13802 жыл бұрын
W Video I don't even have your class I'm just trying to practice python. 🔥🔥🔥
@olivierbackus47042 жыл бұрын
echt gunner man
@olivierdesmarais16812 жыл бұрын
Wow, thank you !
@Dreambuilder-YT2 жыл бұрын
Hi
@vargasvinicius23 жыл бұрын
Hello Allen Thoe. I'm adding Processing into a webpage using ProcessingJS, as you showed in a previous video. But I can't use the loadimage() function to load an image into my code. Can you help me with this?
@garretthilbig24623 жыл бұрын
Nice video, but we all know that Arsenal is winning the Premier League.
@smellyallen3 жыл бұрын
Arsenal sucks
@Ravenstar22963 жыл бұрын
I have a processing sketch that uses a large dataset which i have to preload. However, when I add the line of code for preload, it doesn't work. Any solutions?
@eitanshirman90723 жыл бұрын
Thank you so much! How can i add multiple processing files?
@Viper_78433 жыл бұрын
Hi there, where can we download all the images used in this tutorial? And is there a place where we can find the source code for the same as well?
@marcosflorescari27223 жыл бұрын
excelent tank
@kylewolfman3 жыл бұрын
Mojo power!!!! If you are thinking of flying anyone will tell you this is one of the best beginner wings you can fly. Watch the reviews
@lofdraws70063 жыл бұрын
All the proccessing code that i put inbetween the script tags appears greyed out, which results in a just showing me a blank white box. I even tried copying your code word for word and all the html code is fine but the processing code was greyed out again and didn't work. Any idea on how to fix this. I'm using Visual Studio Code btw, if that makes a difference. i also tried this on github and again the same issue occured
@connorsingh15533 ай бұрын
same thing for me! it's been a while but have you found a solution?
@satviksrinivas87643 жыл бұрын
how does this work if I have a program with multiple classes?
@a0193018hh3 жыл бұрын
i tried pasting the class under the main pde code and it works
@patricioorlando23153 жыл бұрын
this means that I can create a game with processing and put it on a web... thanks you! the video is very good.
@JA-mj6fi3 жыл бұрын
Thanks very much Allen, this was really helpful. Between the developing situation with Processing going from Processing -> processingjs -> p5.js it was a struggle to work out how to host sketches in the way I wanted to. This was a very valuable video - your students will have no idea how lucky they are!
@smellyallen3 жыл бұрын
Thank you for that kind comment. It took me a while to move over to P5.JS. You gain some and lose some. I still prefer the Java version but it's very nice not to have to download anything and be able to share their sketches on the web easily.
@antoinehikks27873 жыл бұрын
Hello, my script is on the HTML page but it does not launch !!!! Can someone help me plss
@smellyallen3 жыл бұрын
github.com/processing-js/processing-js/blob/master/processing.js I added this to the description. Make sure you have this file accessible to your webpage.
@lizardalinat4 жыл бұрын
This is hands down my favorite video of all time.
@dxaazle4 жыл бұрын
nice
@mramazinoj5854 жыл бұрын
Hey Mr thoe -Owen
@amaryceosorio37044 жыл бұрын
hello i followed the steps but for my character, it is images i drew. i wanted it to constantly be changing throught the frames and move as well. when i upload to html, the character doesn't move.
@smellyallen3 жыл бұрын
My advice would be to make sure the simple sketch is working on the web, and then slowly add to it piece by piece. That way you can determine just what part is causing the sketch to crash.
@casperdillen5484 жыл бұрын
hi thanks, are there website hosts that allow this?
@smellyallen4 жыл бұрын
casper dillen I recently discovered that ProcessingJS is no longer available and everything has been moved to P5.JS. It’s basically the same only it’s written in JavaScript so it’s not exactly as useful for me (since I am teaching Java). But for processing in Jacascript it’s great and super easy. Check it out
@luisdamy46764 жыл бұрын
Thanks man!
@williamythpichu79104 жыл бұрын
Thank you so much for these great tutorials! They really really helps a lot! (:
@Falseanxiety4 жыл бұрын
hi, do you know if its possible to post an interactive sketch on Tumblr?
@Ally-Santos4 жыл бұрын
Just wanted to leave a thanks for this great tutorial series, saved my uni project!
@smellyallen4 жыл бұрын
Allan Santos you’re welcome! Glad it helped 🤟
@jakebirkes4 жыл бұрын
-m as in you're adding a message, thanks for the tutorial!
@lorenzomontuori64914 жыл бұрын
hello allen! I need your advice to complete my project, I wrote you in dm on instagram
@francoismartineau25194 жыл бұрын
Nice video! However, the processing sketch still doesn't appear for me. I created a js folder with the processing.js file in it alongside my index.html with the same tags you used. Any idea what could be going wrong?
@smellyallen4 жыл бұрын
zax rist have your tried just running a normal Sketch without any images? My advice is to just get a simple sketch working to ensure you have added processing.js correctly and then once you have it working on the web you can slowly add more and more of you code. The problem is that when you put it on the web it will run no matter what but if there’s a bug it will just show up blank. If you see a rectangle that’s empty it’s probably having trouble locating a file path (most likely it can’t find a file can be as simple as a .jpg versus .JPG of incorrect file name)
@francoismartineau25194 жыл бұрын
@@smellyallen Thanks for the feedback! The sketch I'm trying to run is really simple, I think the problem is somewhere else. Here's what I'm doing: i.imgur.com/JupBoiE.png Maybe my mistake will be obvious for you?
@ivanatanasov64974 жыл бұрын
@@francoismartineau2519 Hello! You didn't worte the canvas tag under you Processing code :)
@mysticalgarbage67375 жыл бұрын
neat
@NelsonsWings5 жыл бұрын
Good for you! Brings back memories of my 1st solo cross country in a C152 back in 1984. On the way back to El Paso over Guadalupe peak, hit a pocket that rattled my teeth, crossed my eyeballs, everything in the cockpit hit the ceiling. Plane skewed about 45 degrees right. Got my full attention for sure!
@MartyG1445 жыл бұрын
Nice video, man! I'm a PPG/PG pilot currently working on my PPL also, should be doing my first solo in the next couple days. It's fun to watch others on the same journey.
@loutube15115 жыл бұрын
Nice!
@hannahtruong91715 жыл бұрын
wow she spelled computer right!
@garylong13445 жыл бұрын
awesome classic choon
@hannahtruong91715 жыл бұрын
If we can get this to 500 likes can we all get 15 points of extra credit and a day to play Minecraft??