diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000000..6b67b37045 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,17 @@ +# Bevy Roadmap + +* UI Framework + * Box model rendering + * Use entity hierarchy for tree structure + * Styling +* Rendering + * Consider reworking current RenderGraph to be more graph-like + * Macro to produce vertex buffer attributes (and maybe descriptors) from structs + * Dynamic / user defined shaders +* Physics + * High level physics data types + * Integrate with nphysics +* Editor + * Editor <-> game communication protocol + * Build UI using bevy UI framework + * Consider supporting embedding parts of the editor directly into games \ No newline at end of file