https://github.com/widberg/asobo-arithmeticcoderc
A reference implementation of Asobo Studio's Arithmetic Coder
https://github.com/widberg/asobo-arithmeticcoderc
Last synced: 8 months ago
JSON representation
A reference implementation of Asobo Studio's Arithmetic Coder
- Host: GitHub
- URL: https://github.com/widberg/asobo-arithmeticcoderc
- Owner: widberg
- Created: 2022-07-16T19:22:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T19:05:31.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T04:44:18.424Z (over 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)