Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s5bug/kh2codecs
Quick serde of Kh2 messages
https://github.com/s5bug/kh2codecs
Last synced: 17 days ago
JSON representation
Quick serde of Kh2 messages
- Host: GitHub
- URL: https://github.com/s5bug/kh2codecs
- Owner: s5bug
- License: apache-2.0
- Created: 2022-04-28T06:48:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T11:18:09.000Z (over 2 years ago)
- Last Synced: 2024-11-10T16:12:42.384Z (2 months ago)
- Language: C#
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kh2Codecs
Uses code from [OpenKh](https://github.com/Xeeynamo/OpenKh/tree/8a88fd78beeeba93605b9bbc8f72a84f449b042b/OpenKh.Kh2/Messages)
and builds an Avalonia UI around it for quick serde of Kh2 messages.## Example: Japanese to Bytes
![Example usage](doc/jp_example.png)
## Example: Bytes to English
![Example usage](doc/en_example.png)