All Projects → ezEngine → Ezengine

ezEngine / Ezengine

Licence: mit
An open source game engine in active development

Projects that are alternatives of or similar to Ezengine

Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (-24.86%)
Mutual labels:  game-engine, gamedev, 3d-game-engine, 3d-graphics
Cpp 3d Game Tutorial Series
C++ 3D Game Tutorial Series is a YouTube tutorial series, whose purpose is to help all those who want to take their first steps in the game development from scratch.
Stars: ✭ 400 (+8.11%)
Mutual labels:  game-engine, gamedev, 3d-graphics
Mxengine
C++ open source 3D game engine
Stars: ✭ 284 (-23.24%)
Mutual labels:  game-engine, gamedev, 3d-graphics
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (-65.14%)
Mutual labels:  game-engine, gamedev, 3d-game-engine
Engine
Go 3D Game Engine
Stars: ✭ 1,362 (+268.11%)
Mutual labels:  game-engine, 3d-game-engine, 3d-graphics
Alimer
Cross-platform game engine.
Stars: ✭ 172 (-53.51%)
Mutual labels:  game-engine, gamedev, 3d-game-engine
Cryengine
CRYENGINE is a powerful real-time game development platform created by Crytek.
Stars: ✭ 580 (+56.76%)
Mutual labels:  game-engine, gamedev, 3d-game-engine
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: ✭ 131 (-64.59%)
Mutual labels:  game-engine, gamedev, 3d-game-engine
Overload
3D Game engine with editor
Stars: ✭ 335 (-9.46%)
Mutual labels:  game-engine, gamedev, 3d-graphics
Fxgl
Stars: ✭ 2,378 (+542.7%)
Mutual labels:  game-engine, gamedev, 3d-game-engine
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (-44.59%)
Mutual labels:  game-engine, gamedev, 3d-game-engine
Untoldengine
An easy to use, Open-Source, 3D game engine for iOS/macOS game development.
Stars: ✭ 193 (-47.84%)
Mutual labels:  game-engine, gamedev, 3d-game-engine
3D-Engine-OpenGL-4
3D Graphics Engine For Games | C++ OpenGL 4.1
Stars: ✭ 19 (-94.86%)
Mutual labels:  game-engine, 3d-game-engine, 3d-graphics
Stride
Stride Game Engine (formerly Xenko)
Stars: ✭ 3,524 (+852.43%)
Mutual labels:  game-engine, gamedev
Ava
A tiny unlicensed 3D game engine in C; with C++ and Lua interfaces. Written in 32 random ̷d̷a̷y̷s̷ m̷o̷n̷t̷h̷s̷ years.
Stars: ✭ 287 (-22.43%)
Mutual labels:  game-engine, gamedev
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (-22.7%)
Mutual labels:  game-engine, gamedev
Terasology
Terasology - open source voxel world
Stars: ✭ 3,247 (+777.57%)
Mutual labels:  game-engine, gamedev
Glide
Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials
Stars: ✭ 353 (-4.59%)
Mutual labels:  game-engine, gamedev
Godex
Godex is a Godot Engine ECS library.
Stars: ✭ 307 (-17.03%)
Mutual labels:  game-engine, gamedev
Melonjs
a fresh & lightweight javascript game engine
Stars: ✭ 3,721 (+905.68%)
Mutual labels:  game-engine, gamedev

ezEngine

ezEngine is an open source C++ game engine in active development. It is currently mainly developed on Windows, and higher level functionality such as rendering and the tools are only available there, but the core libraries are also available for other platforms such as Mac and Linux.

ez is built in a modular way, enabling users to either use all available functionality, or to pick and choose individual features and build the rest yourself. Larger features are implemented through engine and editor plugins and can therefore be easily removed or replaced. For instance sound (Fmod), physics (PhysX) and particle effects are all provided through runtime plugins.

The ezEditor is a full blown editor used for editing scenes and importing and authoring assets.

If you want to learn more, please have a look at the documentation. It is very straight-forward to build ez and there are a couple of samples and videos to get you started. Finally, you can also get the ezEngine API documentation.

If you have a question, contact us.

Screenshots

ezEditor:

ezEditor

Testing Chamber

RTS Sample:

RTS1

Asteroids Sample:

Asteroids

ezInspector:

ezInspector

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].