Giter VIP home page Giter VIP logo

storm-engine's Introduction

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.

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

storm-engine's People

Contributors

espkk avatar hammie avatar kk-se avatar koncord avatar np-c0mp1ete avatar q4a avatar totalcaesar659 avatar ugeen4 avatar vorot93 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.