TypeScript WebGL Game Engine Tutorial #01 - Intro and Basic Setup

preview_player
Показать описание
This video starts off a series making a game engine using TypeScript and WebGL.

Apologies for the audio in later portions of the video, my microphone settings got messed up after a reboot and it was too much to go back and re-record. Future videos will have this issue fixed.

TypeScript WebGL Game Engine Tutorial #01 - Intro and Basic Setup

This video is part of a series where I step through the process of making a simple game from the ground up using TypeScript and WebGL.

⏯ Series Playlist:

-----------------------------------------------------------

✔ WAYS TO SAY THANKS & SUPPORT THE CHANNEL:
🔔 Subscribe & Click the Bell: Learn more about making games the old school way using new school tech.

🌕 Channel Membership: Show your support with a special loyalty badge and a Discord role!

💱 Support me on Patreon: Show your support with a special Discord role!

📣 Share this Video on Social Media: This option costs nothing, but helps a lot!

-----------------------------------------------------------

⚡ LET's CONNECT ⚡

-----------------------------------------------------------

#Typescript #GameDev #BrowserGameDev
Рекомендации по теме
Комментарии
Автор

This was exactly what I was looking for too!
Thanks again for all the hard work!

felipeferreiratech
Автор

I want to make game engines for a living and this series is a gold mine. Thanks man!

ronaldoalvarezperez
Автор

Good times! The audio thing was great, kept making me look up from my distractions to get back to work lol. Nice little video though... i like the step by step tutorial style even when 50% of it goes over my head.

knightsprite
Автор

Oh my gosh I am SO excited for this series 😍😍😍 I’ve been waiting for you to do something like this for so long

Thank you so much!!!!

I only have a Mac, though😭

ChaseTheVase
Автор

very nice tutorial thank you <3

the only question i have is
is there any advanrage in using bind
over () => this.loop()

because all the usage for bind that i find are much more complex in the web.

mike_o
Автор

My first thought when I heard about typescript is, “So it’s c++… but JavaScript.?.???.?.?

tbmj
Автор

I cannot find a project template that is not asp core, the one that you have does not exist

JianqiuChen
Автор

Dude, it’s very nice to see that kind of content on YouTube, but...
MS Visual Studio + TypeScript
Seriously?

The cool thing about nodejs and TypeScript - no projects, you are not sticked to IDEs...
Where is webpack/gulp? Hot reload?
How would you test your engine?

What I mean, you are writing the engine for Web. Thus, you should preferably use tools and practices which web developers use because if any web developer would like to use your project, he or she would not be able to work with it!

nikolaiarsenov
Автор

For some reason I can’t get const variable after compilation, it turns var variables into var, even let doesn’t want, I compile through gulp, I have a powerful build, so how do I create websites, have ideas?

ThePirateHistory
Автор

Is the source code of this project free to modify? Or does no license in this case mean all rights reserved?

TheoParis
Автор

Can I make Slovak Version of this Playlist?

JurajPecháč
Автор

man enforcing this oop thing is only good for bamboozling ppl, but if you really wanna do it, at least use  => so you dont have to bind `this` everywhere

TastyTales