Jared
Jared
  • Видео 62
  • Просмотров 871 323
Voxel Prototype: LOD, Shadows, Frustum Culling (C++ game engine stress test)
Wrote a prototype voxel demo this week as I continue to work on my C++ game engine's rendering library/abstraction layer. I'm pretty satisfied with the results from chunk LOD swapping and frustum culling. The highest quality LOD scheme attempts to swap when voxels are 0.5 pixels or smaller. Performs pretty well with a scene of ~2 billion blocks at 8 bytes/vertex on my system (~1000fps). The shader also features dynamic (per vertex) shadow mapping, fog, and world "curvature" (subtle). Still plenty of room for optimizations as I'm not instancing voxel faces or batching distant LODs (octree). Unfortunately I don't have D3D12/Vulkan backends implemented and only support OpenGL up to 4.1 (for ...
Просмотров: 261

Видео

C++ Game Engine Showcase #1: Object System + Custom "Scripting" Language (Manta Engine)
Просмотров 2615 месяцев назад
GitHub: github.com/jaredk98/manta Timecodes 0:00 - Intro 3:40 - Build System Summary 7:20 - Generated C Code 9:40 - Object System Live Example 27:20 - Object Inheritance 33:50 - Data Structure & Memory Visualization 45:00 - Performance Testing 49:35 - Runtime Type Aliasing
Starship Launch 11/18/23 - Isla Blanca / South Padre Island - B9/S25 (wide view + audio!)
Просмотров 43 тыс.7 месяцев назад
Unfortunately I didn't capture the hot staging & RUD of the booster in this video (stopped recording too soon...). I recommend wearing headphones!
Vitality C++ Engine - First 6 Months Recap
Просмотров 243Год назад
This is a visualization of my GitHub activity during the first 6 months of this project. The engine is being written entirely from scratch in C (no libraries or STL), primarily in my free time after work and on weekends. I acknowledge that the game hasn't changed much visually throughout the 6 months. Gameplay is also still non-existent. The reason for this is that I am still primarily in the "...
Vitality C++ engine - #2
Просмотров 239Год назад
After a hiatus throughout October, here's part 2 showing off some more progress on Vitality's new C engine. Main updates since last time: - Threaded chunk generator / loader / unloader - Linux compile - Lighting simulation ( shaders) - Audio (not featured in video) - Codebase refactoring
C++ engine - #1
Просмотров 227Год назад
Fully custom C game engine. Mostly a proof of concept and very much in the early days. Compiles to macOS & Windows, supporting both OpenGL and D3D11 respectively. Emphasis so far has been on performance (see FPS at the top left) and building a solid foundation for future scalability. I have very limited free time to work on this, so progress may be slow but I intend to post updates as I go.
Kauai, HI - Open Door Helicopter Tour
Просмотров 1622 года назад
Kauai, HI - Open Door Helicopter Tour
VR Scuba Simulator
Просмотров 1713 года назад
VR Scuba Simulator
Deferred Shading Engine - Screen Space Ambient Occlusion
Просмотров 5634 года назад
Deferred Shading Engine - Screen Space Ambient Occlusion
Global Cascaded Shadows with Self-Shadowing Parallax Occlusion Mapping
Просмотров 6764 года назад
Global Cascaded Shadows with Self-Shadowing Parallax Occlusion Mapping
GM: Studio - Real-time 3D Cascaded Shadow Mapping
Просмотров 5734 года назад
GM: Studio - Real-time 3D Cascaded Shadow Mapping
Manta 3D - Deferred Lighting, Shadows, & Displacement Mapping
Просмотров 9404 года назад
Manta 3D - Deferred Lighting, Shadows, & Displacement Mapping
N-Body Supercluster Physics Simulation
Просмотров 1805 лет назад
N-Body Supercluster Physics Simulation
Two Rivers 10 Mile | Promotional Video
Просмотров 886 лет назад
Two Rivers 10 Mile | Promotional Video
Vitality Fire Test
Просмотров 6357 лет назад
Vitality Fire Test
Vitality Heat Simulation
Просмотров 3297 лет назад
Vitality Heat Simulation
Oculus Rift VR Test
Просмотров 2,2 тыс.9 лет назад
Oculus Rift VR Test
Random World 3D - 001 | GAME MAKER: STUDIO
Просмотров 50 тыс.10 лет назад
Random World 3D - 001 | GAME MAKER: STUDIO
GAME MAKER: STUDIO 3D - RESIDENTIAL MAP TEST
Просмотров 82 тыс.10 лет назад
GAME MAKER: STUDIO 3D - RESIDENTIAL MAP TEST
GameMaker FPS: Residential Map Test | WIP Build
Просмотров 9 тыс.10 лет назад
GameMaker FPS: Residential Map Test | WIP Build
3D Modeling Timelapse - Western Style Building
Просмотров 1,8 тыс.11 лет назад
3D Modeling Timelapse - Western Style Building
Global Anarchy 3
Просмотров 1,3 тыс.11 лет назад
Global Anarchy 3
Minecraft Game Maker | Test 1 | Fun Project!
Просмотров 29 тыс.11 лет назад
Minecraft Game Maker | Test 1 | Fun Project!
Compromised 2 | MMO | Dev Log 1
Просмотров 1,1 тыс.11 лет назад
Compromised 2 | MMO | Dev Log 1
Minecraft | Roller Coaster Tycoon
Просмотров 12 тыс.12 лет назад
Minecraft | Roller Coaster Tycoon
Global Anarchy Alpha
Просмотров 95312 лет назад
Global Anarchy Alpha
Global Anarchy Denied Operation - Loadouts and Gun Customisation
Просмотров 29512 лет назад
Global Anarchy Denied Operation - Loadouts and Gun Customisation
Bloxed - V1.02 Trailer? + Update Now
Просмотров 4,5 тыс.12 лет назад
Bloxed - V1.02 Trailer? Update Now
Bloxed - Lighting? WIP
Просмотров 61312 лет назад
Bloxed - Lighting? WIP

Комментарии

  • @Manu_Garcia_72
    @Manu_Garcia_72 Месяц назад

    El sonido es simplemente...........................BRUTALLLLLLLLLLLLLLLLLL.

  • @zachb1706
    @zachb1706 Месяц назад

    Damn you missed stage separation 😂

  • @roderickwade1762
    @roderickwade1762 3 месяца назад

    'promosm' 🤣

  • @puntangerslx2772
    @puntangerslx2772 3 месяца назад

    Oh so sexc, very nice very nice

  • @aliyaperetch8016
    @aliyaperetch8016 3 месяца назад

    nice vod

  • @jasonrubik
    @jasonrubik 3 месяца назад

    Was this of you starting on this project from scratch ? Or was there some prior footage of this project ?

    • @machimanta
      @machimanta 3 месяца назад

      no prior footage, but I started it from scratch a few months prior and didn’t post anything about it

  • @somedudett5880
    @somedudett5880 3 месяца назад

    good work

  • @loli42
    @loli42 4 месяца назад

    we're making it out the prototype stage with this one 🔥🔥

  • @hp8
    @hp8 4 месяца назад

    nice work!! mind sharing ur vs code theme?

    • @machimanta
      @machimanta 4 месяца назад

      thanks! It's just the "Dark Modern" default theme but I changed the the editor background and selection colors to: "workbench.colorCustomizations": { "editor.background": "#0C0C0C", "editor.selectionBackground": "#ffffff40" }, The font is "Iosevka"

  • @axorusmt7042
    @axorusmt7042 4 месяца назад

    Nice! How did you get those bottom buttons in the status bar? Is it a plugin?

    • @machimanta
      @machimanta 4 месяца назад

      yea It's a custom VS Code plugin I wrote for the engine

  • @MishMash95
    @MishMash95 4 месяца назад

    Ohho the cat!

  • @allocator7520
    @allocator7520 4 месяца назад

    wow that shi crazy 😬nice

  • @machimanta
    @machimanta 5 месяцев назад

    Chapters 0:00 - Intro 3:40 - Build System Summary 7:20 - Generated C++ Code 9:40 - Object System Live Example 27:20 - Object Inheritance 33:50 - Data Structure & Memory Visualization 45:00 - Performance Testing 49:35 - Runtime Type Aliasing

  • @loli42
    @loli42 5 месяцев назад

    cool, but why didn't you just opt to use an existing single-file C++ game object parser and code generator instead of rolling your own?

  • @orange451
    @orange451 5 месяцев назад

    Woah 11000 FPS!

    • @machimanta
      @machimanta 5 месяцев назад

      how is it possible??

    • @loli42
      @loli42 5 месяцев назад

      ​@@machimanta luajit

  • @Pizzasliceyx
    @Pizzasliceyx 5 месяцев назад

    Love your videos!

  • @thvb9463
    @thvb9463 5 месяцев назад

    Download?

  • @knightnight42069
    @knightnight42069 5 месяцев назад

    im going to watch the next launch, where would you recommended i take the kids to watch it from?

    • @machimanta
      @machimanta 5 месяцев назад

      The southern tip of South Padre Island within Isla Blanca Park is where I recommend (that's where this video was shot). There is plenty of room to set up chairs/etc. and the rocket is clearly visible across the bay

    • @knightnight42069
      @knightnight42069 5 месяцев назад

      @@machimanta thank you

  • @Im-Red-Faction
    @Im-Red-Faction 6 месяцев назад

    1:19 MaxQ

  • @yoyo-jc5qg
    @yoyo-jc5qg 6 месяцев назад

    Does the rocket run on a popcorn machine?

  • @carlosalexramossouza7439
    @carlosalexramossouza7439 6 месяцев назад

    The pilots suffer with this big noise

  • @AerospaceRocketry
    @AerospaceRocketry 6 месяцев назад

    ruclips.net/channel/UC7vNE-S1fkU2mQjRrKqRFFQ

  • @Tmccreight25Gaming
    @Tmccreight25Gaming 7 месяцев назад

    33 Raptors at full tilt! You gotta love it!

  • @dyvfyh3419
    @dyvfyh3419 7 месяцев назад

    Can you upload the link again? It doesnt work

  • @deanstevenson1649
    @deanstevenson1649 7 месяцев назад

    This is like a religious experience

  • @Astro95Media
    @Astro95Media 7 месяцев назад

    This is a beautiful audio capture. Really gives you the pulsations! Thanks for sharing.

  • @fjellgutten1603
    @fjellgutten1603 7 месяцев назад

    If the rocket was to explode with all its fuel at the launch pad, the explosion would be 2,5 times larger than the beirut blast. Think about that!

    • @weekiely1233
      @weekiely1233 7 месяцев назад

      Good thing there’s miles of exclusion zones

  • @ccjelley2390
    @ccjelley2390 7 месяцев назад

    oh look, a "chemtrail" from it lol!

  • @Urbexy
    @Urbexy 8 месяцев назад

    The best footage I have seen of this launch... Nicely done!

  • @gregorysagegreene
    @gregorysagegreene 8 месяцев назад

    That thing from an island is louder than all the nine merlins from an F9 onboard camera.

  • @just1ofgod
    @just1ofgod 8 месяцев назад

    Great footage!

  • @michaelhamilton3778
    @michaelhamilton3778 8 месяцев назад

    Worlds largest fireworks

  • @hectorjunk1935
    @hectorjunk1935 8 месяцев назад

    Yeh, but what the hell is that black dot the other side of that line of cloud. At 58 seconds its the opposite side of the cloud as the rocket at same distance. It stays as fixed in location as the cloud, so its not a camera thing. You can see it up to 1:18. If it's a drone, must some damn long way up.

  • @toadelevator
    @toadelevator 8 месяцев назад

    The sound is great! Thanks for the upload!

  • @machimanta
    @machimanta 8 месяцев назад

    For some reason RUclips didn't process this to 4k 60fps. I've reuploaded the 4k version here for anyone interested (same video): ruclips.net/video/Q8qhbazEiYc/видео.html

  • @jascott62
    @jascott62 8 месяцев назад

    Awesome video mate, thanks for sharing 😊

  • @recifebra3
    @recifebra3 8 месяцев назад

    I was at the 1st launch; it was incredible!!! So glad for everyone who can see this in person. Most impressive things humans have ever built!

  • @Boss_Tanaka
    @Boss_Tanaka 8 месяцев назад

    What is the black dot in the top left corner at 0:50? It stays still

    • @jltb5283
      @jltb5283 8 месяцев назад

      Probably a quad copter drone catching video.

    • @user-gu3ie
      @user-gu3ie 8 месяцев назад

      The tracking drone

  • @the3rddeck78
    @the3rddeck78 8 месяцев назад

    Good footage

  • @verystupidhandle
    @verystupidhandle 8 месяцев назад

    KaaaaaaaaaaaaaaBoomski!!!!!!!!! Love it! Crash and Burn, The lil Musk brat fails again! lol

    • @Asta-wl8jz
      @Asta-wl8jz 8 месяцев назад

      Fail? Hardly!

    • @verystupidhandle
      @verystupidhandle 8 месяцев назад

      100% fail! Fake news!

    • @Octuly
      @Octuly 8 месяцев назад

      You just don't know anything about this lmfao your bait fails again.

    • @ihateflatearthers
      @ihateflatearthers 5 месяцев назад

      Shut up kid

  • @gfynando
    @gfynando 8 месяцев назад

    I will never forget that soul shaking sound. Amazing footage

  • @monos70
    @monos70 8 месяцев назад

    I don't know what we're yelling about !!!! LOOOUD NOOOISES!!!!

  • @Fabianthehunter
    @Fabianthehunter 8 месяцев назад

    gps coordinate?

  • @czarnick123
    @czarnick123 8 месяцев назад

    “There was this fence where we pressed our faces and felt the wind turn warm and held to the fence and forgot who we were or where we came from but dreamed of who we might be and where we might go…” - Ray Bradbury, “R is for Rocket”

    • @czarnick123
      @czarnick123 8 месяцев назад

      Outstanding video! Thanks for posting!

    • @HitzThaDon
      @HitzThaDon 7 месяцев назад

      Beautiful quote, friend. ❤

  • @papinkelman7695
    @papinkelman7695 8 месяцев назад

    The exhaust flame looks bigger them the rocket...

  • @lyricbread
    @lyricbread 8 месяцев назад

    14,000+ views in six hours. Everybody “like” this video!