diff --git a/NEXT_RELEASE_DRAFT.md b/NEXT_RELEASE_DRAFT.md index 1c7948e..e4cb45c 100644 --- a/NEXT_RELEASE_DRAFT.md +++ b/NEXT_RELEASE_DRAFT.md @@ -4,7 +4,7 @@ * The current implementation is a result of 5 years of feature creep * Large scale API changes, however the general idea should stay the same * Rethink the class loader system. - +* `[PlutoLib]` Redo the resource system ## Features targeted for 20.2.0.0-alpha.3 * The stage subsystem diff --git a/README.md b/README.md index f627fce..3c653db 100644 --- a/README.md +++ b/README.md @@ -40,22 +40,28 @@ version numbers.* ## Current priorities +See `NEXT_RELEASE_DRAFT.md` for details. + ### Very high priority +[ *Implemented in the current release.* ] * Rewrite the ModLoader * Finish PlutoCommandParser * Streamline PlutoLib, remove bad APIs and improve code quality ### High priority +[ *Implemented in the next release.* ] * Finish PlutoAudio * Depends on the stage system * The stage system and automated asset loading ### Normal priority +[ *Planned for an upcoming release.* ] * Rewrite PlutoGUI * The collision system for PlutoStatic * Improve image loading capabilities, possibly rewrite PlutoLib#TPL ### Low priority +[ *Items not required immediately, planned to be implemented eventually.* ] * Allow multiple running instances of Pluto * Alternatively, if this deems too difficult to implement, prohibit the creation of more than instance per VM to avoid issues