A converter for Devil May Cry 1 model formats to Collada, vice versa.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- lib:
- cd lib/lib3ddevil1 && $(MAKE)
-
- init:
- pip install -r requirements.txt
-
- test:
- py.test tests
-
- .PHONY: lib init test
|