qmap | Helper tools for Quake .map and Source .vmf level design formats
- Zig 55.5%
- C++ 41.9%
- Nim 1.9%
- C 0.7%
| bin | git: Init | |
| doc |
doc: Move internal readme section to doc/internal.md
|
|
| src | doc: Add tokenizer todo file and vmf2map conversion reference | |
| .gitignore | bld: Create the new buildsystem and folder structure | |
| build.zig |
fmt: Change renamed zstd to mstd
|
|
| build.zig.zon |
bld: Add heysokam/slate as a dependency for lexing
|
|
| license.md |
git: Change the license to MPL-2.0
|
|
| readme.md |
doc: Move internal readme section to doc/internal.md
|
|
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.