Zyger
Zyger
  • Видео 139
  • Просмотров 3 355 425
How I Became a Sea of Thieves Developer
So I somehow accidentally became a Sea of Thieves Developer. Watch me show you what a yeah or C++ programming looks like and how I went from basic console projects to working on Sea of Thieves. It’s a crazy journey where I nearly miss my interview. :)
Graphics Engine Videos:
ruclips.net/video/XfKFZ46mDXI/видео.html
ruclips.net/video/eDXN-9UP5Hw/видео.html
My Links:
Discord: discord.gg/tYDXGja55Y
Instagram: gabzxd
Twitch: www.twitch.tv/officialzyger
Twitter: ZygerDesigns
Patreon: www.patreon.com/Zyger
Music:
Context Sensitive - [MDK Jelly Castle]
Context Sensitive - [Pocket Universe]
Context Sensitive - [Let's Go!]
Context Sensitive - [Booty Shake Robot] - Everything is Okay ...
Просмотров: 117 346

Видео

Making a Game With C++ and OpenGL
Просмотров 42 тыс.3 месяца назад
I Made a Pacman Clone Game with C and OpenGL Recently I have been working on improving my C skills and therefore I decided to create my very first C game. I have used C before to create engines and other projects but never a game. Therefore, in this video I challenged myself to create the classic Pacman game using C and OpenGL. The project uses a custom framework that uses OpenGL, OpenAL and Fr...
Learning C# In A Week... Otherwise I Fail University
Просмотров 255 тыс.3 месяца назад
So, I had this crazy university assignment coming up, and I had to learn C# and build a chat system in just 7 days ( a week ). Watch me break down the basics, tackle problems, and create a chat setup that's like Discord but simpler. For the record if this assignment is not submitted I fail university :) My Links: Discord: discord.gg/tYDXGja55Y Instagram: gabzxd Twitch: www.twitch...
I Made a Voxel Graphics Engine
Просмотров 42 тыс.6 месяцев назад
➤Checkout GameMaker 👉 opr.as/GM-Zyger In today's video I'm taking on the exciting challenge of creating a Voxel Engine! Inspired by Minecraft, I'll be covering 3D voxel creation, rendering, shaders, chunks, procedural generation, block types, and much more, all with a focus on OpenGL. Whether you're a fellow developer or a curious gamer, this video offers a deep dive into the world of voxel eng...
I Made a Graphics Engine (again)
Просмотров 154 тыс.9 месяцев назад
Making a Graphics Engine. Since you guys loved the video about me making a graphics engine I made it again but better. I try out a bunch of awesome stuff like rendering 2D, & 3D shapes, object loading, textures, materials, shaders, terrain generation and much more! I also will be using OpenGL rather than DirectX11 ( which is what I used last time) Me Making a Physics Engine: ruclips.net/video/a...
24 Game Developers Make a Game - (GMTK Game Jam 2023)
Просмотров 19 тыс.9 месяцев назад
This weekend me and 23 other developers got together to create a game in only 48 hours for the annual GMTK game jam. Everybody got assigned different roles from programmers, artists, animators, designers, audio etc. And we needed to join forces together to create the BEST game out these or simply just have fun lol We ended up creating a overcooked style horror game where you play as an old lady...
7 Days of Working on my Story FPS Game - #Devlog 1
Просмотров 47 тыс.11 месяцев назад
My FlexiSpot Standing Desk E8 - bit.ly/3Vb6RrG FlexiSpot Work Like New Brand Day Sale Up to 33% OFF 22nd May to 26th May Deals - bit.ly/40MccXD #FlexiSpotUK In todays video I will go over 7 days worth of progress on my story fps game. I will go over the initial design process and how I came up with the idea. What I plan to do better this time and how I will manage the project. I then cover all ...
AI Makes a Physics Engine (ChatGPT)
Просмотров 16 тыс.Год назад
4 moths ago I made a physics engine. But today ChatGPT will make one and we will compare the both. Which is better human vs A.I. This engine will include rigidbodies, collisions, collision resolution, thrust, gravity, acceleration, velocity, bouncing, friction, UI and more. Me Making a Physics Engine: ruclips.net/video/az4Oyv8ZS7I/видео.html ➤My Links: Discord: discord.gg/tYDXGja55Y Instagram: ...
I Made a Graphics Engine
Просмотров 237 тыс.Год назад
Graphics Engine. Since you guys loved the video about me making a physics engine I made this. I try out a bunch of awesome stuff like rendering 2D, & 3D shapes, object loading, textures, materials, shaders, terrain generation and much more! Me Making a Physics Engine: ruclips.net/video/az4Oyv8ZS7I/видео.html ➤My Links: Discord: discord.gg/tYDXGja55Y Instagram: gabzxd Twitch: www....
I Tried JavaScript
Просмотров 11 тыс.Год назад
Checkout Retro Gadgets: bit.ly/RetroGadgets_Zyger Making My Own Discord From Scratch. Recently all my friends have been using discord nitro features to try and show me how much better they are than me. So here's the story of how I made my own discord where you don’t need nitro because all those features come by default. ➤My Links: Discord: discord.gg/tYDXGja55Y Instagram: gabzxd ...
I Made A Physics Engine
Просмотров 139 тыс.Год назад
Physics Engine. I decided to make my own my goal was to create a physics engine that can handle stuff that Unity usually does for you like rigidbodies! ➤My Links: Discord: discord.gg/tYDXGja55Y Instagram: gabzxd Twitch: www.twitch.tv/officialzyger Twitter: ZygerDesigns Patreon: www.patreon.com/Zyger ➤Similar Videos: jdh - Making my web game engine - ruclips.net/video/...
How to use Bitmojis for your Unity Game
Просмотров 4,1 тыс.Год назад
In today video I will be going over the new Snapchat Bitmoji SDK for unity. We will cover how to get started and also discuss the positives and negatives of this product. So if you ever wanted to make a bitmoji game or implement bijmojis into your game then follow along. Links Used In The Video: Github Repo: github.com/Bitmoji/BitmojiForGames/tree/master/SDKs/Unity Snap SDK Unity Asset Store: a...
Unity Level Selector - Steam Multiplayer Game in Unity
Просмотров 5 тыс.Год назад
In this video I will be showing you how to implement a level selector . I will go over how to get the initial system working as well as how to get the visual graphics synced across the network. Source Code: www.patreon.com/posts/69885157?pr=true Tutorial Links Previous Video: ruclips.net/video/zYqJWb356aA/видео.html Steam Docs: partner.steamgames.com/doc/home My Personal Links Discord: discord....
Unity Individual Cameras - Steam Multiplayer Game in Unity
Просмотров 18 тыс.Год назад
In this video I will be showing you how to implement individual player cameras. I will go over how to get the initial camera system working. And also how to get it synced across the network. Source Code: www.patreon.com/posts/69883234?pr=true Tutorial Links Previous Video: ruclips.net/video/zYqJWb356aA/видео.html Steam Docs: partner.steamgames.com/doc/home My Personal Links Discord: discord.gg/...
Remember Ratchet & Clank ? I made it in 2 DAYS!
Просмотров 11 тыс.Год назад
UNITY NAVMESH Navmesh Documentation: on.unity.com/3xphblG AI Pathfinding for Navmesh Beginners: on.unity.com/3tkbbbm Today I decided to recreate one of my favourite PlayStation Games: Ratchet & Clank. I had only 48 hours to do this! Why you make ask ? well its more fun. I decided to make this game in the Unity engine, and ended up creating player movement, 2 types of weapons a BOSS and much muc...
Logitech Challenged Me To Make This Game
Просмотров 18 тыс.Год назад
Logitech Challenged Me To Make This Game
Unity Character Customization - Steam Multiplayer Game in Unity
Просмотров 23 тыс.2 года назад
Unity Character Customization - Steam Multiplayer Game in Unity
Converting my Steam Game from Singleplayer to Multiplayer
Просмотров 10 тыс.2 года назад
Converting my Steam Game from Singleplayer to Multiplayer
How To Make a Steamworks Server Browser - Multiplayer Game in Unity
Просмотров 23 тыс.2 года назад
How To Make a Steamworks Server Browser - Multiplayer Game in Unity
How to Make an Online Level Save & Load System in Unity - Part 1
Просмотров 7 тыс.2 года назад
How to Make an Online Level Save & Load System in Unity - Part 1
How to Make an Online Level Save & Load System in Unity - Part 2
Просмотров 3 тыс.2 года назад
How to Make an Online Level Save & Load System in Unity - Part 2
How To Make Player Movement - Steam Multiplayer Game in Unity
Просмотров 25 тыс.2 года назад
How To Make Player Movement - Steam Multiplayer Game in Unity
How To Make a Ready Up System - Steam Multiplayer Game in Unity
Просмотров 16 тыс.2 года назад
How To Make a Ready Up System - Steam Multiplayer Game in Unity
How To Display Profile Pictures & Names - Steam Multiplayer Game in Unity
Просмотров 32 тыс.2 года назад
How To Display Profile Pictures & Names - Steam Multiplayer Game in Unity
How To Make A Steam Multiplayer Game in Unity - Hosting & Joining Lobbies
Просмотров 85 тыс.2 года назад
How To Make A Steam Multiplayer Game in Unity - Hosting & Joining Lobbies
Melee Combat & Weapon System - Unity Beginner Tutorial
Просмотров 77 тыс.2 года назад
Melee Combat & Weapon System - Unity Beginner Tutorial
How to Make a Game Without Coding
Просмотров 19 тыс.2 года назад
How to Make a Game Without Coding
Why Making Free Games Can Actually Earn You Money
Просмотров 7 тыс.2 года назад
Why Making Free Games Can Actually Earn You Money
I Made My Own Lego Game
Просмотров 48 тыс.2 года назад
I Made My Own Lego Game
Designing a Haunted Mansion Map From Scratch
Просмотров 3,4 тыс.2 года назад
Designing a Haunted Mansion Map From Scratch

Комментарии

  • @hexadecimals1093
    @hexadecimals1093 Час назад

    Hey! When watching this video, i noticed Blackboard ;) it would be crazy if we actually attended the same University

  • @king_james_official
    @king_james_official 14 часов назад

    freSnel???? GIRL 😭😭

  • @thripnixe
    @thripnixe 19 часов назад

    Working for a Microsoft owned game studio in 2024 is the most scary thing for a developer, you don't know when you gonna layed off or shuts down the whole fuking studio

  • @loopfelloff922
    @loopfelloff922 21 час назад

    hey just a general curiosity here , where did you pick up all the resources that you used to learn socket programming or netowrking i coulnd;'t find it anywhere

  • @IAMDOMINION
    @IAMDOMINION День назад

    Teach me please

  • @bprojects5697
    @bprojects5697 2 дня назад

    god i remember entering a game dev bootcamp but entry require u to pass a javascript coding test I NEVER DONE JS before i had 24 hours to finish everything up and i learned js in a day (not perfectly learned ofc) but i passed i got disqualified in the result because they discovered i lied about having a bachelor degree and im only diploma in multi media college they really hate giving students who are trying a chance huh

  • @DalpakaNBA
    @DalpakaNBA 2 дня назад

    why is your project in the unity projects folder are you hiding smth from us

    • @ZygerGFX
      @ZygerGFX 2 дня назад

      bad file management that's all. I made a project there once by mistake and linked it with git and ever since i haven't bothered moving it :))

  • @jeffdunehew
    @jeffdunehew 3 дня назад

    We all sighed at "pointers"

  • @programmer9428
    @programmer9428 3 дня назад

    pretty huh 🤭🤭🤭, nice video by the way.

  • @ham4063
    @ham4063 4 дня назад

    Out of interest, why do you use glad as a pose to glew?

  • @fictitiousnightmares
    @fictitiousnightmares 4 дня назад

    Jeez, that is some pretty big requirements for a class. Well done.

  • @supertenchoo4271
    @supertenchoo4271 5 дней назад

    Super happy for you .

  • @matek1324
    @matek1324 5 дней назад

    Good stuff!

  • @jamielaw8517
    @jamielaw8517 5 дней назад

    this comes up on my recommended literal minutes after I submitted my main java project for this semester lmao

  • @phoenix7740
    @phoenix7740 5 дней назад

    What a cool video! It is really motivating me. Where did you do the courses?

  • @zoltanhorvath2238
    @zoltanhorvath2238 5 дней назад

    I just dont understand if its annoying why you do it.

  • @sammyjay5027
    @sammyjay5027 5 дней назад

    Thanks for sharing this story, I just finished my 3rd year of comp sci and game dev at my university and I'm hoping to start work on some projects for my portfolio! Hearing that something like this could be possible for me is really encouraging. I hope you enjoy your time at Rare! Sea of thieves is such a sick game.

  • @the_yugandharr
    @the_yugandharr 6 дней назад

    mahnn that was inspiring!

  • @air_brando
    @air_brando 7 дней назад

    Well, if I wasn’t in a long term relationship at the time then would’ve moved a couple hours away to take game programming instead of enterprise web and would’ve got a laptop included 😢

  • @sebastianolaru1413
    @sebastianolaru1413 7 дней назад

    What is the site with the internships called?

  • @AxoOnYT075
    @AxoOnYT075 7 дней назад

    SEA OF THIEVES YOULLE MATTER ON THE SEA

  • @49riddickful
    @49riddickful 8 дней назад

    Honestly one of the worst videos on c# and. NET ive watched

  • @Astric2910
    @Astric2910 8 дней назад

    Ask rare to unban theb #freetheb

  • @DapperNurd
    @DapperNurd 8 дней назад

    This is awesome