This project is C# library for loading files from DukeNukem 3D.
Important are DukeNukem3D.Grp.Grp.Parse()
and DukeNukem3D.Art.ArtFile.Parse()
.
The library was made using .NET 4.5
with System
and System.Drawing
as assemblies.
How to use this library can be found in EXAMPLES.md.
This project started at about same time as BspLib to learn how Game Engines worked in its first days.
I am still planning to use this library to make OpenGL-based game engine (at least core of it) to visualize those retrieved data.