8000 GitHub - ueshita/LLGI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ueshita/LLGI

< 8000 /div>
 
 

Repository files navigation

LLGI

How to build

Windows

$ git clone https://github.com/altseed/LLGI.git
$ cd LLGI
$ git submodule update --init
$ cmake -S . -B build -DBUILD_TEST=ON
$ cmake --build build

macOS

$ git clone https://github.com/altseed/LLGI.git
$ cd LLGI
$ git submodule update --init
$ cmake -S . -B build -G "Xcode" -DBUILD_TEST=ON
$ cmake --build build

Vulkan(Window, Linux)

$ git clone https://github.com/altseed/LLGI.git
$ cd LLGI
$ git submodule update --init
$ cmake -S . -B build -DBUILD_VULKAN=ON -DBUILD_TEST=ON
$ cmake --build build

Test

Run with Vulkan

./LLGI_Test --vulkan

Run with single test

./LLGI_Test --filter=<TestName*>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.8%
  • Objective-C++ 10.6%
  • GLSL 5.8%
  • CMake 2.4%
  • Objective-C 1.8%
  • JavaScript 1.1%
  • Other 0.5%
0