Skip to content

Latest commit

 

History

History

PangLib.SBIN

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

PangLib.SBIN

Nuget Nuget Issues

Library to handle and parse Pangya shadow maps (.sbin).

Installation

You can download this package on NuGet using the .NET CLI

dotnet add package PangLib.SBIN

Usage

Currently, there isn't much use for the library, but it will be able to parse different sections of the file and save them into instance attributes for you to eventually work with.

// Load SBIN file into instance
SBINFile SBIN = new SBINFile(File.Open("./sand_01.sbin", FileMode.Open));

// You can now access the different structure types in their corresponding member variables