All Projects → BentouDev → Yage

BentouDev / Yage

Licence: mit
Simple game engine, written in C++

Projects that are alternatives of or similar to Yage

Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+152928.57%)
Mutual labels:  game-development, game-engine, engine, opengl, entity-component-system
Etengine
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
Stars: ✭ 408 (+5728.57%)
Mutual labels:  game-development, game-engine, opengl, entity-component-system
Octopuskit
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
Stars: ✭ 246 (+3414.29%)
Mutual labels:  game-development, game-engine, engine, entity-component-system
Kengine
Entity-Component-System (ECS) with a focus on ease-of-use, runtime extensibility and compile-time type safety and clarity.
Stars: ✭ 417 (+5857.14%)
Mutual labels:  game-development, game-engine, engine, entity-component-system
Mxengine
C++ open source 3D game engine
Stars: ✭ 284 (+3957.14%)
Mutual labels:  game-development, game-engine, opengl
Ouzel
C++ game engine for Windows, macOS, Linux, iOS, tvOS, Android, and web browsers
Stars: ✭ 607 (+8571.43%)
Mutual labels:  game-development, game-engine, opengl
Limonengine
3D FPS game engine with full dynamic lighting and shadows
Stars: ✭ 331 (+4628.57%)
Mutual labels:  game-development, game-engine, opengl
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (+4685.71%)
Mutual labels:  game-development, game-engine, engine
Ncine
A cross-platform 2D game engine
Stars: ✭ 372 (+5214.29%)
Mutual labels:  game-development, game-engine, opengl
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+5514.29%)
Mutual labels:  game-engine, opengl, entity-component-system
Etlegacy Deprecated
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
Stars: ✭ 470 (+6614.29%)
Mutual labels:  game-development, game-engine, opengl
Defaultecs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Stars: ✭ 286 (+3985.71%)
Mutual labels:  game-development, game-engine, entity-component-system
Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+41414.29%)
Mutual labels:  game-engine, engine, opengl
Godex
Godex is a Godot Engine ECS library.
Stars: ✭ 307 (+4285.71%)
Mutual labels:  game-development, game-engine, entity-component-system
Ggez
Rust library to create a Good Game Easily
Stars: ✭ 3,120 (+44471.43%)
Mutual labels:  game-development, game-engine, engine
Tinyengine
Tiny OpenGL Wrapper / 3D Engine in C++
Stars: ✭ 251 (+3485.71%)
Mutual labels:  game-engine, engine, opengl
Rizz
Small C game development framework
Stars: ✭ 428 (+6014.29%)
Mutual labels:  game-development, game-engine, opengl
Pmtech
Lightweight, multi-platform, data-oriented game engine.
Stars: ✭ 478 (+6728.57%)
Mutual labels:  game-engine, opengl, entity-component-system
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (+43257.14%)
Mutual labels:  game-development, game-engine, opengl
Entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Stars: ✭ 6,017 (+85857.14%)
Mutual labels:  game-development, game-engine, entity-component-system

YAGE

Yet Another Game Engine

Build status

Windows Linux Coverage
Build status Build Status codecov

Tests status

Test status

Usage

Build

mkdir build
cd build
conan remote add yage https://api.bintray.com/conan/bentoudev/yage
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan install ..
cmake ..
cmake install ..
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].