https://github.com/allcreater/gromada-viewer
Map viewer/editor for the good old game Gromada
https://github.com/allcreater/gromada-viewer
cpp23 modding-tools modules
Last synced: 4 months ago
JSON representation
Map viewer/editor for the good old game Gromada
- Host: GitHub
- URL: https://github.com/allcreater/gromada-viewer
- Owner: allcreater
- License: mit
- Created: 2025-03-08T13:58:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-25T16:29:05.000Z (6 months ago)
- Last Synced: 2025-11-28T21:59:21.377Z (6 months ago)
- Topics: cpp23, modding-tools, modules
- Language: C++
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# gromada-viewer
A small program written in C++ 23 to view most game resources from the old good game "Gromada" developed by Buka Entertainment (1999)
# Usage
Just put the binaries to the root game directory and run the program.
# Features
* Interactive view of "Vids" database (game object properties and graphics) with all corresponding graphics frames
* Map loading and animated rendering
* Cross-platform
* Export Vids to CSV table
* Maps export as a JSON or save back to the in-game format
* Basic editor features: object selection, placing, and deleting
# Dependencies
* sokol-gfx
* vcpkg:
* Dear IMGUI
* argparse
* nlohmann-json
* glm
* flecs