Voices 3: Output Experiments
27:04
Voices 4: Input experiments
28:16
5 ай бұрын
Voices 1: Introducing p5.speech
23:09
Voices 2: Getting the library
16:18
1.2. Version control and workflow
32:16
1.1. Creating a repository
10:27
10 ай бұрын
Game Engine 2 (2021): Phaser 3 Setup
29:02
jQuery UI 3 (2021): jQuery UI Effects
23:33
jQuery UI 4 (2021): jQuery UI Widgets
24:09
jQuery 1 (2021): jQuery Overview
49:35
jQuery 2 (2021): jQuery Events
18:08
3 жыл бұрын
jQuery 4 (2021): jQuery Extras
29:29
3 жыл бұрын
jQuery 3 (2021): jQuery Form Input
7:40
The Webpage 4 (2021): DOM Events
53:06
The Webpage 3 (2021): DOM Overview
48:19
The Webpage 5 (2021): DOM Form Input
25:21
The Webpage 1 (2021): HTML Overview
35:49
The Webpage 2 (2021): CSS Overview
40:05
AI 3 (2021): ml5.js: Handpose
44:23
3 жыл бұрын
Пікірлер
@qorrri
@qorrri 5 ай бұрын
This is the most detailed tutorial series on yt about Phaser 3,you deserve more views,thank you
@pippinbarr
@pippinbarr 5 ай бұрын
Ha, thanks!
@Brlitzkreig
@Brlitzkreig 5 ай бұрын
Wait are you actually Pippin? You look so much like him
@pippinbarr
@pippinbarr 5 ай бұрын
I *am* me!
@simonthebear
@simonthebear 7 ай бұрын
Super helpful - many thanks.
@Hnichm
@Hnichm 9 ай бұрын
You're a wonderful teacher, would love to see more Phaser related things in the future, or just more videos period! Appreciate the thorough explanations and easy to follow tutorials.
@Nancy-oe9qu
@Nancy-oe9qu 9 ай бұрын
Hi, the same process I followed but getting error like "Phaser is not defined", any idea? kindly suggest Thanks
@pippinbarr
@pippinbarr 9 ай бұрын
Hmmm, it's of course tough to diagnose exactly but that error makes it sound like the program isn't "seeing" the Phaser library. In that situation it could be: * You don't have the phaser.min.js file in your project * You do, but you don't have a <script> tag linking to the file in your index.html * You do, but there's a typo somewhere or the path isn't correct * The script tag is *after* your own script * Or... something else!
@muratkaradas1483
@muratkaradas1483 10 ай бұрын
This playlist truly deserves more recognition! Thank you for creating such content. 👍
@pippinbarr
@pippinbarr 10 ай бұрын
Well thanks!
@muratkaradas1483
@muratkaradas1483 10 ай бұрын
This playlist truly deserves more recognition! Thank you for creating such content. 👍
@muratkaradas1483
@muratkaradas1483 10 ай бұрын
What stands out is the thoughtful inclusion of references to API documentation and official examples. It's evident that the author cares about viewers' understanding and learning experience. A thumbs up for this excellent content!
@pippinbarr
@pippinbarr 10 ай бұрын
Very much appreciated!
@mariangelrivero7687
@mariangelrivero7687 Жыл бұрын
This is amazing! If I wanted to make the dot stay in place for example when I close my hand and make a new dot appear opening my hand again do you think I could make it happen with ml5?
@pippinbarr
@pippinbarr Жыл бұрын
Oh for sure. You could, for instance, calculate the distance between all the tips of the fingers and if it's small enough consider that a "closed hand" and lock in the current dot? Honestly I often recommend getting to grips with the MediaPipe hand model stuff just because it's a bit smoother and more reliable; but you could get that idea done with ml5 I think, yeah.
@mariangelrivero7687
@mariangelrivero7687 Жыл бұрын
@@pippinbarr Do you think there is a way I could contact you to have a more in deep explanation? I have been stuck and I am scared I wont be able to accomplish the goal and I have tried everything
@MiguelRodriguez-wn8mc
@MiguelRodriguez-wn8mc Жыл бұрын
Good explanation how I could count multiple objects in an image or video and that it returns the number of repetitions of that object, how the counter could be done. or where ml5 saves the variables with that data
@pippinbarr
@pippinbarr Жыл бұрын
Hey there - well Object Detector does return an array of objects detected, but I think you'd have to manually go through the array and count the duplicates. So probably a for loop through the detections array, checking the label on each one and building up a count...
@MiguelRodriguez-wn8mc
@MiguelRodriguez-wn8mc Жыл бұрын
good explanation, a query, in addition to the detection, we can count the number of hands that are in the video or in an image, for example, if several people appear, yes, how would the count be carried out or within which ml5 variable is this data stored?
@pippinbarr
@pippinbarr Жыл бұрын
Hey Miguel - hmm, at least in my memory Handpose in ml5 will only do one hand at a time. It's worth looking at something like MediaPipe if you want to do more sophisticated hand tracking.
@davidtparks
@davidtparks Жыл бұрын
Best tutorial I've seen in Phaser yet. You're a great teacher man.
@pippinbarr
@pippinbarr Жыл бұрын
Aw thanks a lot!
@MohammedSaber-hz5hh
@MohammedSaber-hz5hh Жыл бұрын
Thanks for great explaination, but I'm getting Uncaught ReferenceError: responsiveVoice is not defined on localhost always. any clue ?
@pippinbarr
@pippinbarr Жыл бұрын
Hi Mohammed - hmm, it's tough to figure out without context I'm afraid. It *sounds* like it'll be because the responsive voice library file isn't there, or perhaps there's a typo in the way you've included the script in your index.html?
@MohammedSaber-hz5hh
@MohammedSaber-hz5hh Жыл бұрын
​@@pippinbarr Thanks for your response, It was affected by proxy
@avirads
@avirads Жыл бұрын
Is the model downloaded each time from internet? Can it be made offline to preserve bandwidth?
@pippinbarr
@pippinbarr Жыл бұрын
Hey sorry I missed this. Yeah, it'll be cached by the user's browser. But you can also store the model offline I believe with a bit of tinkering.
@KcazandZack
@KcazandZack Жыл бұрын
Great video and explanations, thanks!
@pippinbarr
@pippinbarr Жыл бұрын
Thanks!
@edgedesignslu
@edgedesignslu Жыл бұрын
this was tough to follow hmmp!
@pippinbarr
@pippinbarr Жыл бұрын
Sorry to hear that! Anything in particular? Note that it does assume you're following the whole course and just this one bit...
@emmettcrass3133
@emmettcrass3133 2 жыл бұрын
Can we get the source code to check our work please? Very great tutorial, thank you!
@pippinbarr
@pippinbarr 2 жыл бұрын
Hi Emmett - thanks. You can find the associated materials here: pippinbarr.github.io/cart263/course-information/schedule.html#game-engine
@pidli
@pidli 2 жыл бұрын
I enjoyed this a lot
@ivanlevy946
@ivanlevy946 2 жыл бұрын
can u share the code ?
@wawa-qe9fk
@wawa-qe9fk 2 жыл бұрын
hey so i'm guessing that setting the github page source to "main" works too right? "master" doesnt appear 4me! @8:12
@pippinbarr
@pippinbarr 2 жыл бұрын
Hey there Wawa, "main" is totally fine yeah, GitHub (sensibly given the connotations) changed their default branch name from "master" to "main", but it all works the same way!
@isthismaul
@isthismaul 3 жыл бұрын
is this free?
@pippinbarr
@pippinbarr 3 жыл бұрын
ResponsiveVoice? You can use it for free for non-commercial purposes, yep!
@TechBoxNorth
@TechBoxNorth 3 жыл бұрын
doesn't work
@pippinbarr
@pippinbarr 3 жыл бұрын
Sorry to hear that…
@federicol.martin4756
@federicol.martin4756 3 жыл бұрын
Useful video! Thanks : )
@pippinbarr
@pippinbarr 3 жыл бұрын
You're welcome!
@josephpramodhrebbavarapu6509
@josephpramodhrebbavarapu6509 3 жыл бұрын
How I perform button action using voice command under annyang js like if I say submit the form - it must perform the submission of the form just by voice command
@pippinbarr
@pippinbarr 3 жыл бұрын
A bit difficult to say exactly without quite a lot of context!
@josephpramodhrebbavarapu6509
@josephpramodhrebbavarapu6509 3 жыл бұрын
@@pippinbarr actually im trying to build a webpage for my project, "voice based mail for blind" and I'm facing a problem with the submission button which need to be performed with voice kindly help me with this, I will share you my source code on annyang
@josephpramodhrebbavarapu6509
@josephpramodhrebbavarapu6509 3 жыл бұрын
How can I make the html page redirect using the voice command on annyang, like if I say goto menu.html - it must redirect to menu.html
@wonderwoman7213
@wonderwoman7213 3 жыл бұрын
Was wondering why it was not showing "Loading...." after updating the text. Thing is that Chrome was caching the page and I had to refresh it using Ctrl + F5 Btw , this tutorial was great , you did a great job on explaining stuff. 👍
@pippinbarr
@pippinbarr 3 жыл бұрын
Ah yes, the caching browser can be a source of so many annoyances! Glad you figured it out!
@edko8286
@edko8286 3 жыл бұрын
super awesome, please keep them coming. thank you
@pippinbarr
@pippinbarr 3 жыл бұрын
Well thanks!
@melissabanoengarde
@melissabanoengarde 3 жыл бұрын
laughing, learning, wholesome
@melissabanoengarde
@melissabanoengarde 3 жыл бұрын
41:00
@creativecomputation9672
@creativecomputation9672 3 жыл бұрын
"Wholesome Fun" is my middle name!
@creativecomputation9672
@creativecomputation9672 3 жыл бұрын
Welcome, welcome!