An open API service indexing awesome lists of open source software.

https://github.com/widberg/Asobo-ArithmeticCoderC

A reference implementation of Asobo Studio's Arithmetic Coder
https://github.com/widberg/Asobo-ArithmeticCoderC

Last synced: about 2 months ago
JSON representation

A reference implementation of Asobo Studio's Arithmetic Coder

Awesome Lists containing this project

README

          

# Asobo ArithmeticCoderC

A reference implementation of Asobo Studio's Arithmetic Coder.

This repository is a relative of the main [FMTK repository](https://github.com/widberg/fmtk).

## Background

This repository contains a modification of the Arithmetic Coder in "Arithmetic Coding revealed - A guided tour from theory to praxis" that matches the one found in the game FUEL by Asobo Studio. The necessary modifications were discovered through reverse engineering the game. The FMTK Wiki entry [Asobo Arithmetic Coding Compression](https://github.com/widberg/fmtk/wiki/Asobo-Arithmetic-Coding-Compression) contains more information.

## License

This code is unlicensed since it is meant to be a reference work.

## References

* [Arithmetic Coding revealed - A guided tour from theory to praxis](https://www.researchgate.net/publication/236980434_Arithmetic_Coding_revealed_-_A_guided_tour_from_theory_to_praxis)