How To Build for Windows as .NET App
- Just open the project in Visual Studio 2012 and compile project BabylonWPF
How To Build for Windows as Native App
- Open the project in Visual Studio 2012 and compile project BabylonGlut
it will generate 2 files BabylonGlut.dll and BabylonNativeCsLibraryForIl.dll
Il2Bc.exe BabylonGlut.dll /corelib:CoreLib.dll
Il2Bc.exe BabylonNativeCsLibraryForIl.dll /corelib:CoreLib.dll
Il2Bc.exe CoreLib.dll
it will generate 3 files BabylonGlut.ll, BabylonNativeCsLibraryForIl.ll and CoreLib.ll
- Copy LL files into Playground\NativeWindowCs folder
- Create folder cmake-build in Playground\NativeWindowCs and open it
- Generate cmake files (you can download cmake from http://www.cmake.org/
cmake -f ..
make