craftablescience / sourcepp

Several modern C++ libraries for sanely parsing Valve's formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source Pretty Parsers

Several modern C++20 libraries for sanely parsing Valve formats, rolled into one big repository.

Looking for more parsers in this vein? Try my other project which relies on this one, VPKEdit! It's a library too, not just a GUI.

Supported Formats

Library Name Supports Read Write Author(s)
dmxpp DMX Binary v1-5 @craftablescience
fgdpp Valve FGD syntax
TeamSpen's Unified FGD syntax
@Trico-Everfire
studiomodelpp MDL v44-49
VTX v7
VVD v4
@craftablescience
vmfpp Any VMF @Galaco, @craftablescience

About

Several modern C++ libraries for sanely parsing Valve's formats

License:MIT License


Languages

Language:C++ 95.1%Language:CMake 4.9%