Skip to content

Instantly share code, notes, and snippets.

View ElCapor's full-sized avatar
👽
Walking around the galaxy

ElCapor ElCapor

👽
Walking around the galaxy
  • https://elcapor.xyz
View GitHub Profile
@ElCapor
ElCapor / generate.bat
Created April 15, 2024 15:51
UntitledImguiFramework Project Generation
echo "Making symlinks..."
mklink /d Framework ..\..\Framework
mklink /d UVKBuildTool ..\..\UVKBuildTool
mkdir Generated
echo "Generating project..."
cd UVKBuildTool\build
UVKBuildTool.exe --generate ..\..\
echo "Success"