https://github.com/taservers/source-parsers
Simple and modern C++ library for parsing the Valve BSP format
https://github.com/taservers/source-parsers
bsp cpp mdl phy source-engine vdf vpk vtf vtx vvd
Last synced: 6 months ago
JSON representation
Simple and modern C++ library for parsing the Valve BSP format
- Host: GitHub
- URL: https://github.com/taservers/source-parsers
- Owner: TAServers
- License: mit
- Created: 2022-03-25T21:49:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-09T21:38:23.000Z (6 months ago)
- Last Synced: 2025-09-09T23:59:17.779Z (6 months ago)
- Topics: bsp, cpp, mdl, phy, source-engine, vdf, vpk, vtf, vtx, vvd
- Language: C++
- Homepage: https://taservers.github.io/source-parsers/
- Size: 265 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Source Parsers
Simple and modern libraries for parsing the various Valve Source Engine file formats.
Supports the following file formats:
- BSP
- MDL
- PHY
- VDF
- VPK
- VTF
See each of the packages in `/packages` for more detailed readmes with examples,
or read the full documentation at https://taservers.github.io/source-parsers/.