Skip to content

Mourtz/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.9 and later Build Status
  • Windows 8 and later Build Status

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

Getting started

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

git clone https://github.com/mogemimi/pomdog.git
python pomdog/tools/quickstart.py

For more information, please see Getting Started.

How to build

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:

About

An open source game engine for C++14 or later

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.3%
  • Objective-C++ 2.6%
  • Python 2.3%
  • Other 0.8%