Skip to content

A strange compression algorithm for 3D Vectors. Compresses Vector 3D to the size of a Vector 2D.

License

Notifications You must be signed in to change notification settings

Yechk/Shuffle3DVectorCompression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shuffle3DVectorCompression

Alex Eager's Vector 3 Compression Algorithm

Compresses the data of a 3 float vector to the space of a 2 float vector This is a lossy method of compression and more of an experiment than anything The Average margin for error after decompression is fairly low, but this of course depends on the application

My reasoning for this was to create a way to compress model data in GPU RAM more efficiently. I have not dived into testing that implementation yet

Feel free to use/change this software for any purpose

About

A strange compression algorithm for 3D Vectors. Compresses Vector 3D to the size of a Vector 2D.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages