luncliff / LLGI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:zlib License


Languages

Language:C++ 77.5%Language:Objective-C++ 10.4%Language:GLSL 6.6%Language:CMake 2.6%Language:Objective-C 1.7%Language:JavaScript 0.7%Language:Python 0.4%Language:Batchfile 0.1%Language:Shell 0.1%