-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add basic roadmap to README.md (#67)
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |