[go: up one dir, main page]

Skip to content

Shop game with factorio-like automation made in OxylusEngine

License

Notifications You must be signed in to change notification settings

Hatrickek/Oxtorio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages