Hatrickek / Oxtorio

Shop game with factorio-like automation made in OxylusEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oxtorio

Shop game with factorio-like automation made in OxylusEngine.

Building

Currently supported and tested compilers are only: MSVC and Clang

  • Install Vulkan SDK.
  • Run the root CMake script with this command to generate for MSVC:
    cmake -S . -B ./build/ -G "Visual Studio 17 2022" -A x64
    For clang:
    cmake -B ./build -G Ninja -DCMAKE_CXX_COMPILER=clang++
  • Install directx-shader-compiler package if required. (Only required for UNIX)
  • Then run this command to build it with CMake:
    cmake --build ./build --config Release

About

Shop game with factorio-like automation made in OxylusEngine

License:Apache License 2.0


Languages

Language:HLSL 75.0%Language:C++ 9.7%Language:GLSL 7.3%Language:Lua 5.5%Language:CMake 2.5%