Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gucio321/d2dc6
Diablo II animation fileformat (DC6) decoder/encoder
https://github.com/gucio321/d2dc6
Last synced: 7 days ago
JSON representation
Diablo II animation fileformat (DC6) decoder/encoder
- Host: GitHub
- URL: https://github.com/gucio321/d2dc6
- Owner: gucio321
- License: gpl-3.0
- Created: 2021-05-28T07:24:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T07:32:27.000Z (3 months ago)
- Last Synced: 2024-08-07T11:18:49.915Z (3 months ago)
- Language: Go
- Homepage:
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://img.shields.io/circleci/build/github/gucio321/d2dc6/master?style=flat)](https://app.circleci.com/pipelines/github/gucio321/d2dc6)
[![Go Report Card](https://goreportcard.com/badge/github.com/gucio321/d2dc6)](https://goreportcard.com/report/github.com/gucio321/d2dc6)
[![GoDoc](https://pkg.go.dev/badge/github.com/gucio321/d2dc6?utm_source=godoc)](https://pkg.go.dev/mod/github.com/gucio321/d2dc6)## Description
This is a module used to decoding and encoding Diablo II animation files (DC6)
## Documentation
a documentation describing this fileformat can be found here:
- [MarkKoz/DC6.ksy](https://gist.github.com/MarkKoz/874052801d7eddd1bb4a9b69cd1e9ac8) [and here](./docs/dc6.ksy)
- [The Phrozen Keep: DC6 Format](https://d2mods.info/forum/viewtopic.php?t=724#p148076)## Copyright notes
this module is a modified copy of [Open Diablo II d2dc6 package](https://github.com/OpenDiablo2/OpenDiablo2/blob/master/d2common/d2fileformats/d2dc6)