Skip to content

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

License

Notifications You must be signed in to change notification settings

AlexAsh/storm-engine

 
 

Repository files navigation

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 Actions 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)

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

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 by 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, e.g. gainput.
  • Replace custom data structures by C++ standard types.

Contributing

If you'd like to get involved, don't hesitate to contact us. Pull requests and any other kind of help are more than welcome as well.

If you want to start with small contributions, updating the code to the modern C++ and fixing compiler warnings are very much appeciated.

License

GPL-3.0 License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • C 1.7%
  • HLSL 1.6%
  • Other 1.0%