Skip to content

Commit

Permalink
docs: add basic roadmap to README.md (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kreempuff authored May 23, 2024
2 parents a1e15f9 + c778289 commit c01d727
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# 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

0 comments on commit c01d727

Please sign in to comment.