Tag: game development tutorial

  • Rigging GEARS in Maya using MEL Scripts ( No Plugin needed )

    https://i.ytimg.com/vi/er9UnYLxaWc/hqdefault.jpg #3DModeling #3DAnimation In this rigging tutorial in Maya 2019 I will show you how you can easily rig gears to interact with each other using a simple MEL scripts. The same scripts can also be used for wheels. A big thank you to my sponsor Renderpeople. Without them I could not make these videos…

  • Intro to Game Development with JavaScript – Full Tutorial

    An introduction to game development tutorial using vanilla JavaScript and HTML5 canvas. Build a complete brick-breaker game while learning the fundamentals of game development. 💻 Code / Completed Project: https://codesandbox.io/s/z2pqr9620m ⭐️ Course Contents ⭐️ ⌨️ (00:00) Introduction ⌨️ (00:32) Project Setup and Canvas ⌨️ (02:07) Drawing on the Canvas ⌨️ (04:25) Clearing the Canvas ⌨️…

  • Creating a 3D Anime Character From Scratch (Part 2): Project Feline Indie Game Dev Log #13

    Creating a 3D Anime Character From Scratch (Part 2): Project Feline Indie Game Dev Log #13

    https://i.ytimg.com/vi/fyZIWahSRBA/hqdefault.jpg PLAY THE PROTOTOYPE: https://raymondafcripps.itch.io/feline Support on Patreon: http://patreon.com/raymondafcripps Join the Community Discord: http://discord.gg/BfvRJyS In this indie game dev log episode, we will be continuing the development of Gabriella’s in-game character model for Project: Feline! We will be transforming the base humanoid mesh into Gabriella by adding in her feature characteristics, like her eyes, mouth,…

  • Create a Platformer Game with JavaScript – Full Tutorial

    Learn how to create a platformer game using vanilla JavaScript. First, learn to organize the code using the Model, View, Controller (MVC) strategy and the principles of Object Oriented Programming (OOP). Then, learn how to program movement, draw a tile map, and detect collision. Finally, see how to animate the sprites, load levels, and collect…