lol2gltf
Convert between League of Legends mesh formats and the glTF runtime format
File Explorer
Download Latest Version (.zip)- dotnet-tools.json
- create-release.yaml
- release.yaml
- lol2gltf-logo.png
- Create-Tag.ps1
- launchSettings.json
- lol2gltf.csproj
- Options.cs
- packages.lock.json
- Program.cs
- .csharpierrc.json
- .editorconfig
- lol2gltf.sln
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Crauzer/lol2gltf
Downloads the entire project code from GitHub to your computer.
cd lol2gltf
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd src
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
