Update Joey Projects Status

Scott Duensing 2023-04-28 22:10:31 +00:00
parent a5098ee15f
commit 71f5b58f83

@ -10,7 +10,8 @@ Cross-compiling for numerous platforms from a single system is not something tha
### Current Status & Future Plans ### Current Status & Future Plans
* JoeyBuild #### JoeyBuild
* Project Types: * Project Types:
* "Application" projects (games, demos, apps, etc.) - **_Working_** * "Application" projects (games, demos, apps, etc.) - **_Working_**
* "JoeyLib" projects (working on JoeyLib itself) - _In Progress_ * "JoeyLib" projects (working on JoeyLib itself) - _In Progress_
@ -57,9 +58,39 @@ Cross-compiling for numerous platforms from a single system is not something tha
* iOS: * iOS:
* ARM 64 bit - _Future_ * ARM 64 bit - _Future_
Status Descriptions: #### JoeyDev
* Working: Implemented, functional. May need cleanup or a few features. * Host Platforms:
* In Progress: Implemented, not functional. Needs work. * Linux:
* Planning: Researched, implementation details worked out. Needs coded. * x86 64 bit - **_Working_**
* Future: Target is known to be able to support JoeyLib. Needs research. * ARM 64 bit - _In Progress_
* Moden Macintosh:
* x86 64 bit - _In Progress_
* ARM 64 bit - _In Progress_
* Windows:
* x86 64 bit - _In Progress_
* ARM 64 bit - _In Progress_
* Features:
* Project Management:
* Create Projects - **_Working_**
* Load Projects - **_Working_**
* Save Projects - **_Working_**
* Manage Projects - **_Working_**
* "Cooking" Raw Game Data - **_Working_**
* Build Server Management - **_Working_**
* Building Projects - _In Progress_
* Code / Text Editor - _In Progress_
* Vector Art Editor - _In Progress_
* Bitmap Art Editor - _Planned_
* Sound Editor - _Planned_
* Music Editor - _Planned_
* In-IDE Application Testing - _Planned_
* Emulated Target Application Testing - _Planned_
* Online Help - _In Progress_
**Status Descriptions:**
* **Working**: Implemented, functional. May need cleanup or a few features.
* **In Progress**: Implemented, not entirely functional. Needs work.
* **Planning**: Researched, implementation details worked out. Needs coded.
* **Future**: Target is known to be able to support JoeyLib. Needs research.