Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veykril/gfxfilemanager
A Joymax File Manager Wrapper written in Rust
https://github.com/veykril/gfxfilemanager
archive dll pk2 rust silkroad silkroad-online
Last synced: 2 months ago
JSON representation
A Joymax File Manager Wrapper written in Rust
- Host: GitHub
- URL: https://github.com/veykril/gfxfilemanager
- Owner: Veykril
- Created: 2017-07-26T20:40:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T10:19:40.000Z (over 6 years ago)
- Last Synced: 2024-05-02T02:18:44.051Z (8 months ago)
- Topics: archive, dll, pk2, rust, silkroad, silkroad-online
- Language: Rust
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GFXFileManager
This is a rust dll wrapper for the GFXFileManager.dll that is used by Silkroad Online for working with their pk2-container file format.
Made available thanks to [Florian0's research](https://github.com/florian0/GFXFileManager)
## Work in progress
It still contains bugs, there are probably some functions that arent wrapped correctly, or maybe some that are swapped by accident.
The structure of my implementation is constantly changing because I am slowly trying to make everything more rustlike, so be aware that this crate is likely to break a lot.## Build information
This library only builds on 32-bit windows target because the dll itself is 32-bit, so make sure to build your project by running `cargo build --target=i686-pc-windows-msvc`