8 lines
341 B
Markdown
8 lines
341 B
Markdown
# Polariton
|
|
|
|
A rudimentary data parsing library for [Photon engine](https://www.photonengine.com/)'s packet format used in many Unity games.
|
|
|
|
## TODO
|
|
|
|
- Stop using binrw (it doesn't count how much is read and is a bit of a pain to deal with, though the codegen is really nice)
|
|
- Fix outstanding parsing bugs (Dict does not work properly)
|