1
0
Fork
You've already forked qmap
0
qmap | Helper tools for Quake .map and Source .vmf level design formats
  • Zig 55.5%
  • C++ 41.9%
  • Nim 1.9%
  • C 0.7%
Find a file
2026年07月03日 17:33:51 +02:00
bin git: Init 2025年05月12日 11:44:07 +02:00
doc doc: Move internal readme section to doc/internal.md 2025年11月25日 13:22:39 +01:00
src doc: Add tokenizer todo file and vmf2map conversion reference 2026年07月03日 17:33:51 +02:00
.gitignore bld: Create the new buildsystem and folder structure 2025年11月01日 02:59:26 +01:00
build.zig fmt: Change renamed zstd to mstd 2025年11月25日 13:24:07 +01:00
build.zig.zon bld: Add heysokam/slate as a dependency for lexing 2026年07月03日 16:36:30 +02:00
license.md git: Change the license to MPL-2.0 2025年11月01日 02:42:46 +01:00
readme.md doc: Move internal readme section to doc/internal.md 2025年11月25日 13:22:39 +01:00

qmap | Helper tools for Quake .map and Source .vmf level design formats

qmap is a library of Zig/C/C++ tools to convert beween .map and .vmf formats

TODO: Description
Read the code @./src in the meantime

License & Usage

This project is covered under the Mozilla Public License 2.0.

The MPL v2.0 is a per-file weak copyleft license.

Just like with MIT, you can use this project in a closed source application,
without the license spreading to your own files, or having to build the code into a dynamic library.
(ie: like GPL/LGPL would require)
If you don't modify anything, you can use (and relicense) the code into your app as if it was MIT/BSD.

The MPL is a not-so-well-known license.
Please read their FAQ if you were not aware of its existence.