All Projects → storm-devs → storm-engine

storm-devs / storm-engine

Licence: GPL-3.0 license
Game engine behind Sea Dogs, Pirates of the Caribbean and Age of Pirates games.

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
HLSL
714 projects
CMake
9771 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to storm-engine

Xray 16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
Stars: ✭ 1,806 (+183.96%)
Mutual labels:  engine, x64, directx, 3d-game-engine, 3d-engine
Gamedev Resources
🎮 🎲 A wonderful list of Game Development resources.
Stars: ✭ 2,054 (+222.96%)
Mutual labels:  engine, video-game, 3d-engine
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (-67.77%)
Mutual labels:  engine, 3d-game-engine, 3d-engine
Exengine
A C99 3D game engine
Stars: ✭ 391 (-38.52%)
Mutual labels:  engine, 3d-game-engine, 3d-engine
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (-80.82%)
Mutual labels:  directx, 3d-engine, cpp20
3D-Engine-OpenGL-4
3D Graphics Engine For Games | C++ OpenGL 4.1
Stars: ✭ 19 (-97.01%)
Mutual labels:  engine, 3d-game-engine, 3d-engine
RendererEngine
2D - 3D Renderer Engine builds with OpenGL, SDL2, C++
Stars: ✭ 17 (-97.33%)
Mutual labels:  engine, 3d-game-engine, 3d-engine
exengine
A C99 3D game engine
Stars: ✭ 487 (-23.43%)
Mutual labels:  engine, 3d-game-engine, 3d-engine
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+1511.95%)
Mutual labels:  engine, directx
Dmitrysengine
[abandoned] C99 cross-platform 3D game engine with absolute minimum of external dependencies
Stars: ✭ 119 (-81.29%)
Mutual labels:  engine, 3d-game-engine
Ogre
scene-oriented, flexible 3D engine (C++, Python, C#, Java)
Stars: ✭ 2,582 (+305.97%)
Mutual labels:  engine, directx
Island
🌋🐎 Project Island is an experimental, hot-reloading Vulkan renderer/proto-engine for Linux, written in C/C++.
Stars: ✭ 441 (-30.66%)
Mutual labels:  engine, 3d-engine
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (-67.3%)
Mutual labels:  engine, 3d-game-engine
Ogsr Engine
OGSR Project - Evolution of X-Ray Engine for S.T.A.L.K.E.R.: Shadow of Chernobyl
Stars: ✭ 213 (-66.51%)
Mutual labels:  engine, x64
delphi3d-engine
A 3D-graphic and game engine for Delphi and Windows.
Stars: ✭ 52 (-91.82%)
Mutual labels:  engine, directx
Candle
C Game Engine
Stars: ✭ 322 (-49.37%)
Mutual labels:  engine, 3d-engine
GroundEngine
Ground Engine is an easy to use Game Engine for 3D Game Development written in C++
Stars: ✭ 61 (-90.41%)
Mutual labels:  3d-game-engine, 3d-engine
tnt
A 2d Game Engine written in C++20.
Stars: ✭ 30 (-95.28%)
Mutual labels:  engine, cpp20
Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+356.92%)
Mutual labels:  engine, directx
Isetta Engine
Novice-built game engine from the ground up (with blogs!)
Stars: ✭ 285 (-55.19%)
Mutual labels:  engine, 3d-engine

Storm-Engine

Game engine behind Sea Dogs, Pirates of the Caribbean and Age of Pirates games.

Join the chat at https://discord.gg/jmwETPGFRe GitHub Windows Build Status GitHub Linux Build Status

Supported games

Building the project

You need to install Conan and add it to the %PATH% environment variable. Also, make sure you have the following Visual Studio components installed:

  • C++ CMake Tools for Windows
  • C++ Clang Compiler for Windows
  • C++ MFC for latest v142 build tools (x86 & x64)
  • Windows 10 SDK

Open the repo root as a CMake project in Visual Studio 2019 and select engine.exe as a startup item.

For running engine.exe you need to have DirectX 9 runtime libraries installed. You will also need assets from one of the supported games.

Roadmap

Since our development team is small, we want to reduce the amount of code we have to maintain. For this reason, we decided to rely on the C++ standard library or third-party libraries if possible.

Some things that we are going to do:

  • Replace a custom math library with a third-party one, e.g. glm.
  • Replace custom rendering code with a bgfx library.
  • Replace custom input handling code with a third-party library (see the discussion).
  • Replace custom data structures with C++ standard types.
  • Replace a custom scripting language with Lua.
  • Replace ini config files with a standard format (see the discussion).
  • Replace custom binary asset formats with standard ones.
  • Update code using the latest C++ standard

Contributing

If you'd like to get involved, please check CONTRIBUTING.md.

License

GPL-3.0 License

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