mirror of
https://github.com/celisej567/LibBSP.git
synced 2025-12-31 13:48:15 +03:00
864a6dab6b4c882c97c5becd545d31c720524e17
Refactor everything to use a base ILump interface, and a Lump class implementing it to use in place of regular List. Refactor lump structures to use an ILumpObject interface. Eventually Lump<T> will enforce T is ILumpObject, there are some other things to do first. Use Path class to simplify some code in BSP.
LibBSP
C# library for parsing and reading BSP (Binary Space Partition) structures in Quake-based game engines
The classes in this project exist to parse and store BSP structure information from various formats from many Quake engine forks.
Eventually the BSP Importer for Unity3D and the BSP Decompiler projects will both use this library.

To the extent possible under law, wfowler1 has waived all copyright and related or neighboring rights to LibBSP. This work is published from: United States.
Languages
C#
100%