No description
- Python 54.8%
- C 43.4%
- Makefile 1.8%
| bindings | Removed path manipulations for single absolute path to build location of .so | |
| demo | Fixed segmentation fault by clarifying pointer of pointer | |
| docs | Adjustments, typo fixes, and clarifications in docs | |
| include | Fixed segmentation fault by clarifying pointer of pointer | |
| src | Fixed segmentation fault by clarifying pointer of pointer | |
| .gitignore | Add __init__.py to bindings | |
| LICENSE | Added LGPL license | |
| Makefile | Cleanup: #!s, prints, exceptions, more consistent naming | |
| README.md | Removed period after make to avoid confusion | |
lib3ddevil1
A C library for handling Devil May Cry 1 HD Collection PC file formats.
Build Library and Demos
Run make
Reference the Makefile for an example of building with GCC.
Python
Requires Python 3.
This is an optional interface to the C library functions. It requires the dynamic library to be built.
Compiler(s)
Developed and tested with the following compilers.
- mingw-w64, GCC 6.4.0
- gcc version 7.1.1 20170528
Based on Kerilk's binary templates.
The upstream repository can be found at this link.