Skip to content

jjiangweilan/WeilanEngine

Repository files navigation

Weilan Engine

Tool Requirements

  1. cmake
  2. make
  3. VulkanSDK
  4. Git

Build and Compile Tools

  • Windows: MSVC
  • Macos: Clang 12+

Windows

  1. mkdir build
  2. cd build
  3. cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
  4. cmake --build . --target WeilanEngineEditor -j12

MacOS

if you are on apple silicon you need to disable ktx software's SSE by setting -DBASISU_SUPPORT_SSE=OFF

Run the engine

Once you build the engine, execute WeilanEngineEditor.exe with --project argument. Make sure the root path is the source path

cd .\WeilanEngine
.\build\RelWithDebInfo\WeilanEngineEditor --project "A/Existing/Path/To/An/Empty/Folder"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors