All Projects → amerkoleci → Alimer

amerkoleci / Alimer

Licence: mit
Cross-platform game engine.

Projects that are alternatives of or similar to Alimer

Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (+19.19%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine, vulkan, open-source
Stride
Stride Game Engine (formerly Xenko)
Stars: ✭ 3,524 (+1948.84%)
Mutual labels:  game-development, game-engine, gamedev, vulkan, direct3d
Vortice.windows
.NET standard bindings for DirectX, WIC, Direct2D1, XInput, XAudio and X3DAudio
Stars: ✭ 427 (+148.26%)
Mutual labels:  game-development, game-engine, gamedev, graphics, direct3d
Cryengine
CRYENGINE is a powerful real-time game development platform created by Crytek.
Stars: ✭ 580 (+237.21%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine, cross-platform
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+4559.3%)
Mutual labels:  game-engine, gamedev, graphics, open-source, cross-platform
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (+1664.53%)
Mutual labels:  game-development, game-engine, gamedev, open-source, cross-platform
Acid
A high speed C++17 Vulkan game engine
Stars: ✭ 838 (+387.21%)
Mutual labels:  game-development, game-engine, vulkan, open-source, cross-platform
Veldrid
A low-level, portable graphics library for .NET.
Stars: ✭ 1,784 (+937.21%)
Mutual labels:  game-development, graphics, vulkan, direct3d
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (+94.77%)
Mutual labels:  game-development, game-engine, gamedev, cross-platform
Urho3d
Cross-platform 2D and 3D game engine
Stars: ✭ 3,767 (+2090.12%)
Mutual labels:  game-development, game-engine, open-source, cross-platform
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 (+132.56%)
Mutual labels:  game-development, game-engine, gamedev, graphics
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+2067.44%)
Mutual labels:  game-engine, gamedev, graphics, vulkan
Mxengine
C++ open source 3D game engine
Stars: ✭ 284 (+65.12%)
Mutual labels:  game-development, game-engine, gamedev, open-source
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (+61.63%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine
Ncine
A cross-platform 2D game engine
Stars: ✭ 372 (+116.28%)
Mutual labels:  game-development, game-engine, gamedev, cross-platform
Fxgl
Stars: ✭ 2,378 (+1282.56%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: ✭ 131 (-23.84%)
Mutual labels:  game-development, game-engine, gamedev, 3d-game-engine
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-19.77%)
Mutual labels:  game-development, game-engine, gamedev, open-source
Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+1589.53%)
Mutual labels:  game-engine, gamedev, graphics, vulkan
Godot
Godot Engine – Multi-platform 2D and 3D game engine
Stars: ✭ 44,556 (+25804.65%)
Mutual labels:  game-development, game-engine, gamedev, open-source

Alimer

Language License: MIT Build

Alimer is a cross-platform 2D and 3D game engine implemented in C++17 forked from bs::framework, that aims to provide a unified foundation for the development of real-time graphical applications, whether games, engines or tools.

Highlights

  • Built from the ground up in modern C++17 with a clean user-facing API.
  • Lightweight implementations without the crud often found in older, larger solutions
  • Clean, highly modular architecture that can be easily understood, modified and built upon
  • Cross-platform, highly optimized, multi-threaded core capable of running very demanding projects
  • Focus on modern technologies and high-fidelity graphics
  • Fully documented codebase with an extensive API reference

Current feature-set includes a wide range of high level systems, ranging from math and utility libraries, to a physically based renderer backed by Vulkan, DirectX or OpenGL, all the way to input, GUI, physics, audio, animation and scripting systems, with asset support for most popular resource formats.

Features

  • Features - A detailed list of all currently available features.
  • Roadmap - A list of features to be implemented in both near and far future.

Download

Download Alimer releases to access stable builds or CI builds to access latest CI builds.

If you'd rather build the engine yourself, please refer to our build manual.

Get started

  • Documentation - Head over to the "User manuals" section to learn how to use the framework from the ground up. Use the API reference to look up what a particular class/method does.
  • Examples - Grab a set of working examples and start tinkering and analyzing them to figure out how things work. They are well documented and can be used for quickly learning the framework.

Credits

Alimer development, contributions and bugfixes by:

Marko Pintera For all the bsf job being done and contributors CONTRIBUTORS

Uses the following open-source and third-party libraries:

  • vulkan: Sources for the formal documentation of the Vulkan API
  • volk: Meta loader for Vulkan API
  • SPIRV-Cross: Parses and converts SPIR-V to other shader languages

Screenshots

1 2

3 4

5 6

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].