Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h2xdev/mdl2obj
https://github.com/h2xdev/mdl2obj
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/h2xdev/mdl2obj
- Owner: H2xDev
- Created: 2024-02-27T09:04:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-28T14:40:29.000Z (9 months ago)
- Last Synced: 2024-10-11T11:13:59.658Z (about 1 month 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 installnpm run build
# macOS
npm run build:macos# linux
npm run build:linux
```