1
0
Fork
You've already forked lib3ddevil1
0
No description
  • Python 54.8%
  • C 43.4%
  • Makefile 1.8%
Find a file
2018年05月19日 19:02:15 -07:00
bindings Removed path manipulations for single absolute path to build location of .so 2018年05月18日 16:49:06 -07:00
demo Fixed segmentation fault by clarifying pointer of pointer 2018年04月23日 17:43:04 -07:00
docs Adjustments, typo fixes, and clarifications in docs 2018年05月19日 17:58:13 -07:00
include Fixed segmentation fault by clarifying pointer of pointer 2018年04月23日 17:43:04 -07:00
src Fixed segmentation fault by clarifying pointer of pointer 2018年04月23日 17:43:04 -07:00
.gitignore Add __init__.py to bindings 2018年04月22日 14:59:30 -07:00
LICENSE Added LGPL license 2018年04月10日 14:27:03 -07:00
Makefile Cleanup: #!s, prints, exceptions, more consistent naming 2018年05月16日 22:10:46 -07:00
README.md Removed period after make to avoid confusion 2018年05月19日 19:02:15 -07:00

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.