https://github.com/h2xdev/mdl2obj
https://github.com/h2xdev/mdl2obj
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/h2xdev/mdl2obj
- Owner: H2xDev
- Created: 2024-02-27T09:04:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T14:40:29.000Z (over 2 years ago)
- Last Synced: 2025-06-11T03:36:07.580Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MDL2OBJ
A tool made for [GodotVMF](https://github.com/h2xdev/GodotVMF). This tool based on [source-mdl](https://github.com/lordvonadel/source-mdl) by [LordVonAdel](https://github.com/lordvonadel)
## Dependencies
- Node v18+
## Build
```
npm install
npm run build
# macOS
npm run build:macos
# linux
npm run build:linux
```