Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 516 Bytes

File metadata and controls

36 lines (24 loc) · 516 Bytes

ya

Yet Another (Game) Engine A render which in progressing, maybe a real game engine in the future.

QuickStart

Requirements

  • xmake
  • any cpp compiler, msvc preferred on window.
  • vulkansdk

Run it

git clone https://github.com/godot42x/ya.git
cd ya
git submodule init && git submodule update
make cfg
make r

Packages

  • opengl >= 3.3
  • vulkan sdk
  • glfw SDL3
  • spdlog
  • imgui
  • other you can search add_require in *xmake.lua

TBD