- 44
- 13 595
ezEngine
Germany
เข้าร่วมเมื่อ 9 ก.ย. 2019
Videos about ezEngine, an open-source C++ game engine.
More info at ezEngine.net
More info at ezEngine.net
How To Visualize Physics Colliders
Demonstrates how to enable the physics collider visualization.
See the documentation here:
ezengine.net/pages/docs/physics/jolt/jolt-debug-visualizations.html
Get ezEngine from GitHub:
github.com/ezEngine/ezEngine
See the documentation here:
ezengine.net/pages/docs/physics/jolt/jolt-debug-visualizations.html
Get ezEngine from GitHub:
github.com/ezEngine/ezEngine
มุมมอง: 56
วีดีโอ
ezEngine Feature Trailer
มุมมอง 24621 ชั่วโมงที่ผ่านมา
For more information, visit: ezengine.net Get ezEngine from GitHub: github.com/ezEngine/ezEngine Trailer Music: Wontolla - "Are You With Us?" (Creative Commons CC-BY-SA). soundcloud.com/iamwontolla/are-you-with-us
Introduction to Visual Scripting
มุมมอง 16214 วันที่ผ่านมา
A tutorial video that shows how you can leverage visual scripting to add custom logic to a scene. See additional documention here: ezengine.net/pages/docs/custom-code/visual-script/visual-script-overview.html ezengine.net/pages/docs/custom-code/visual-script/visual-script-class-asset.html Get ezEngine from GitHub: github.com/ezEngine/ezEngine Timestamps: 0:00 - Introduction 1:05 -Triggers 2:10 ...
How to Make Projectiles
มุมมอง 9221 วันที่ผ่านมา
Walks you through the basic steps of creating a projectile prefab. See more documentation here: ezengine.net/pages/docs/gameplay/projectile-component.html ezengine.net/pages/docs/materials/surfaces.html ezengine.net/pages/docs/gameplay/spawn-component.html Get ezEngine from GitHub: github.com/ezEngine/ezEngine
Frustum and Occlusion Culling
มุมมอง 132หลายเดือนก่อน
Shows how to visualize the frustum culling and how to setup occluders for occlusion culling. See additional documentation here: ezengine.net/pages/docs/performance/occlusion-culling.html Get ezEngine from GitHub: github.com/ezEngine/ezEngine
How to Keep Simulation Changes
มุมมอง 112หลายเดือนก่อน
Shows how to save the simulated position of objects. See documentation here: ezengine.net/pages/docs/editor/run-scene.html#keep-simulation-changes
How to use the Delta Transform Feature
มุมมอง 61หลายเดือนก่อน
Demonstrates how to use the Delta Transform feature to quickly place objects either very precisely or with random variation. See the documentation here: ezengine.net/pages/docs/scenes/advanced-object-transform.html#delta-transform
How to Simulate and Play Your Game
มุมมอง 109หลายเดือนก่อน
Shows the different options that you have to test your game directly from the editor. See the documentation here: ezengine.net/pages/docs/editor/run-scene.html Get ezEngine from GitHub: github.com/ezEngine/ezEngine
Store Sample
มุมมอง 122หลายเดือนก่อน
A sample project for ezEngine that demonstrates the use of a large number of high quality assets. Get ezEngine from GitHub here: github.com/ezEngine/ezEngine The sample is available directly from the ezEngine editor. For more details, you can also have a look at its GitHub repository here: github.com/ezEngine/store-sample Free assets provided by: polyhaven.com www.sharetextures.com free3d.com
Monster Attack Playthrough
มุมมอง 617ปีที่แล้ว
A playthrough of our demo game "Monster Attack". You can download, build, play and edit the demo from GitHub: github.com/ezEngine/project-monster-attack
Game Tutorial: PacMan
มุมมอง 752ปีที่แล้ว
This tutorial shows how to make a PacMan game from scratch, using ezEngine. The video shows the basic setup and how to get the core game functionality working. It is accompanied by a sample project that adds features such as sound and more polished game mechanics. For details, visit ezengine.net/pages/samples/pacman.html Timestamps: 0:00 - Create Project 0:30 - Build Maze 0:44 - Add a Camera 1:...
How to add custom C++ code to your game
มุมมอง 634ปีที่แล้ว
Creating a C plugin for custom code is straight forward. This video shows the necessary steps. Once you have the plugin set up, you can easily write custom components or use the game state to write general game logic. For more information visit ezEngine.net
How to import an animated mesh
มุมมอง 243ปีที่แล้ว
Setting up an animated mesh requires not only the mesh, but also a skeleton, and an animation clip asset for each different animation to play. This video gives a quick introduction how to do this and then play a single animation looped on the mesh. Often meshes don't import perfectly for various reasons, so this video also takes the opportunity to show how to deal with a few common issues. Grea...
How to set up Fmod for Sound
มุมมอง 142ปีที่แล้ว
IMPORTANT The video doesn't mention that you also need to add an "Fmod Listener" component to some object in your scene, to tell Fmod from which position the sound gets heard. Demonstrates the initial steps you need to take, to set up an Fmod Studio project with a single sound event, and get it to work in EZ. Once this setup is done, it is straight-forward to add more sound events to the Fmod S...
How to make Decals
มุมมอง 122ปีที่แล้ว
Shows how to import textures as decals and how to apply them to the static scene geometry or to dynamic objects. For more information visit ezengine.net