An open API service indexing awesome lists of open source software.

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

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