Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 561 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 561 Bytes

Bazel rules for Unreal Engine

Quick start

TODO

Roadmap to 1.0

  • Build Unreal Engine from source in Bazel
    • Download a specific commit of Unreal Engine as a bazel repo rule
    • Configure Unreal Engine (mimic Setup.(bat|sh) functionality)
      • Download git dependencies
    • Build a module of Unreal Engine in Bazel
      • Build an Unreal module with no dependencies
      • Link Unreal Engine modules together
  • Build and Package Unreal Engine projects in Bazel
    • Generate BUILD files for Unreal Engine plugins