Skip to content

Rust library that reads Openspades' VXL files

Notifications You must be signed in to change notification settings

roridev/aos_vxl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aos-vxl

Rust crate that reads and writes Ace of Spades VXL maps.

The internal representation, data::VXL is perfectly equivalent to the documentation found on piqueserver, or on the aos.md file.
(I had to do my own notes since the original spec was all over the place and was a bit confusing).

Readers and Writers are provided and follow this contract:

read . write = id (checked with a selection of common maps from a github repo, this is the vxl submodule. Since the Sha512 matches we have bit-perfect identity.)

The APIs are not yet public since I haven't found a neat abstraction for them.
The main idea is that you should be able to represent a VXL internally in whatever way you desire (e.g. a Vec<Vec<Vec<Voxel>>>) as long as you implement From<VXL> and Into<VXL>. Work on that is yet to be done.

About

Rust library that reads Openspades' VXL files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages