EventBus - 3D Games with Javascript
Вставка
- Опубліковано 1 лис 2024
- How to create an eventBus in javascript projects - 3D Games in Javascript
-----------------------------------------------------------
Find me on:
Twitter: / samugarrondev
Instagram: / samugarrondev
Tiktok: / samugarrondev
My Web: 3dgameswithjav...
-----------------------------------------------------------
I try to teach you how to make a 3d Game in Javascript using three.js in an entry level.
This is the best aproach for biginers that likes tutorias of game development.
I suggest to you use webpack and node.js to develop this 3D games to avoid huge files.
The first videos are showing the foundations of the 3d games internal process like
camera operation, global axes, object3d, vector3, renderer process, geometries, materials,
canvas, css, keyboard input, mouse input, gamepad input, raycast, collision using AABB
(axis aligned bounding box), shaders, model loading process, handling animations and more.
After a while you will see projects where you can develop you own 3d game made with Javascript,
and multiplayer server development and network cominicatin using real time technologies like
websockets.
I hope you enjoy this journey.
See you in the next lesson.
I've found your series really excellent for learning structures and this even bus was flawed in my own first attempt. I really appreciate you creating this content
thank you for sharing.
how event bus being used? I think this is very useful lesson, but without example it is difficult to understand. Where could I find some more information about that?
where did you get the code snippets for making the class constructor stuff? It is an extension in vscode?