Skip to content

colajam93/pomdog

 
 

Repository files navigation

Pomdog

Join the chat at https://gitter.im/mogemimi/pomdog

Pomdog is an experimental game engine, written in C++14 or later, developed as a hobby. It is open source and distributed under the MIT License.

Feedback, issues and pull requests are always welcome!

  • Bugs and issues can be raised in Issues on GitHub.
  • Please feel free to ping me on Gitter chat room if you have any questions or feature requests.
  • You can track feature requests and the progress of its features/issues on Trello board. So feel free to add some comments or vote for your favorite feature requests.

Supported platforms

Pomdog is available and supported on the following platforms:

  • Mac OS X 10.11 and later Build Status
  • Windows 8 and later Build Status
  • Linux (Ubuntu) wercker status

Please refer to Architecture in the wiki for more details about the supported platforms and backends such as OpenGL, Metal, Vulkan, DirectX 11 and 12.

How to build

  1. Clone the repository
  2. Make sure that submodules are checked out and up-to-date:
git submodule update --init
  1. To automagically generate all project files (.xcodeproj or .vcxproj), run tools/generate_projects.py:
cd path/to/pomdog
python tools/generate_projects.py

After generating, open the .xcodeproj or .vcxproj in Xcode/Visual Studio. If you need further information about building runtime libraries and developing apps, please visit:

Getting started

To create a new project with Pomdog, run tools/quickstart.py:

cd path/to/your-directory
python pomdog/tools/quickstart.py

For more information, please see Getting Started.

About

An open source game engine for C++14 🐶 🎮

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.0%
  • Objective-C++ 4.4%
  • Python 3.2%
  • HLSL 0.7%
  • GLSL 0.7%
  • Objective-C 0.0%