KyrietS / CodeMap

CodeMap is a graphical editor for creating source code maps. It is ideal for creating quick projections of complex modules with many dependencies.
MIT License
1 stars 1 forks source link

CodeMap

CodeMap is a simple graphical editor for creating maps of code from screenshots. It allows you to create visual maps and diagrams of source code using arrows. The application provides a user-friendly and minimal interface.

image

Features

Building

This project uses CMake to generate project files. It should compile and work the same way on all supported platforms.

git clone https://github.com/KyrietS/CodeMap.git
cmake -S CodeMap -B CodeMapBuild
cmake --build CodeMapBuild

Dependencies

The project relies on a various open source C++ libraries. All of them are fetched automatically during the CMake configuration process.

Note: raylib library was modified for the purpose of this project. Some symbols had to be modified to prevent conflicts with <Windows.h>.

License

Copyright © 2023-2024 Sebastian Fojcik \ Use of this software is granted under the terms of the MIT License.

See the LICENCE for the full license text.