Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vcmi/vcmi
Open-source engine for Heroes of Might and Magic III
https://github.com/vcmi/vcmi
android c-plus-plus cmake cpp game ios linux macos sdl2 windows
Last synced: 5 days ago
JSON representation
Open-source engine for Heroes of Might and Magic III
- Host: GitHub
- URL: https://github.com/vcmi/vcmi
- Owner: vcmi
- License: gpl-2.0
- Created: 2014-04-06T13:42:23.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-31T14:08:59.000Z (12 days ago)
- Last Synced: 2025-01-02T09:26:29.852Z (11 days ago)
- Topics: android, c-plus-plus, cmake, cpp, game, ios, linux, macos, sdl2, windows
- Language: C++
- Homepage: https://vcmi.eu/
- Size: 71.8 MB
- Stars: 4,636
- Watchers: 123
- Forks: 497
- Open Issues: 628
-
Metadata Files:
- Readme: docs/Readme.md
- Changelog: ChangeLog.md
- License: license.txt
- Authors: AUTHORS.h
Awesome Lists containing this project
- awesome-game-remakes - VCMI - Engine for Heroes of Might and Magic III. (Strategy)
- awesome - vcmi/vcmi - Open-source engine for Heroes of Might and Magic III (C++)
README
# VCMI Project
[![VCMI](https://github.com/vcmi/vcmi/actions/workflows/github.yml/badge.svg?branch=develop&event=push)](https://github.com/vcmi/vcmi/actions/workflows/github.yml?query=branch%3Adevelop+event%3Apush)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.0/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.0)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.1/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.1)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.6.2/total)](https://github.com/vcmi/vcmi/releases/tag/1.6.2)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/total)](https://github.com/vcmi/vcmi/releases)VCMI is an open-source recreation of Heroes of Might & Magic III engine, giving it new and extended possibilities.
## Links
* Homepage:
* Forums:
* Bugtracker:
* Discord:
* GPT Store:## Latest release
Latest release can be found [in Github Releases page](https://github.com/vcmi/vcmi/releases/latest). As of right now we plan to have major releases around 3 times per year. Daily builds are still available at [builds.vcmi.download](https://builds.vcmi.download/branch/develop/) but they are not guaranteed to be stable. So we encourage everybody to use them and report found bugs so that we can fix them.
Loading saves made with different major version of VCMI is usually **not** supported, so you may want to finish your ongoing games before updating.
Please see corresponding installation guide articles for details for your platform.## Installation guides
- [Windows](players/Installation_Windows.md)
- [macOS](players/Installation_macOS.md)
- [Linux](players/Installation_Linux.md)
- [Android](players/Installation_Android.md)
- [iOS](players/Installation_iOS.md)See also installation guide for [Heroes Chronicles](players/Heroes_Chronicles.md).
## Documentation and guidelines for players
- [Frequently asked questions](https://vcmi.eu/faq/) (external link)
- [Game mechanics](players/Game_Mechanics.md)
- [Bug reporting guidelines](players/Bug_Reporting_Guidelines.md)
- [Cheat codes](players/Cheat_Codes.md)
- [Privacy Policy](players/Privacy_Policy.md)## Documentation and guidelines for translators
- [Translations](translators/Translations.md)
## Documentation and guidelines for game modders
- [Modding Guidelines](modders/Readme.md)
- [Mod File Format](modders/Mod_File_Format.md)
- [Bonus Format](modders/Bonus_Format.md)
- [Map Editor](modders/Map_Editor.md)
- [Campaign Format](modders/Campaign_Format.md)
- [Configurable Widgets](modders/Configurable_Widgets.md)## Documentation and guidelines for developers
Development environment setup instructions:
- [Building VCMI for Android](developers/Building_Android.md)
- [Building VCMI for iOS](developers/Building_iOS.md)
- [Building VCMI for Linux](developers/Building_Linux.md)
- [Building VCMI for macOS](developers/Building_macOS.md)
- [Building VCMI for Windows](developers/Building_Windows.md)
- [Conan](developers/Conan.md)Engine documentation: (NOTE: may be outdated)
- [Development with Qt Creator](developers/Development_with_Qt_Creator.md)
- [Coding Guidelines](developers/Coding_Guidelines.md)
- [Bonus System](developers/Bonus_System.md)
- [Code Structure](developers/Code_Structure.md)
- [Logging API](developers/Logging_API.md)
- [Lua Scripting System](developers/Lua_Scripting_System.md)
- [Serialization](developers/Serialization.md)## Documentation and guidelines for maintainers
- [Project Infrastructure](maintainers/Project_Infrastructure.md)
- [Release Process](maintainers/Release_Process.md)
- [Ubuntu PPA](maintainers/Ubuntu_PPA.md)## Copyright and license
VCMI Project source code is licensed under GPL version 2 or later.
VCMI Project assets are licensed under CC-BY-SA 4.0. Assets sources and information about contributors are available under following link:Copyright (C) 2007-2024 VCMI Team (check AUTHORS file for the contributors list)