Update FUBS authored by Eron's avatar Eron
...@@ -22,7 +22,7 @@ It can perhaps best be described as what C++ should have been. It will continue ...@@ -22,7 +22,7 @@ It can perhaps best be described as what C++ should have been. It will continue
1. Static analysis with [type](https://en.wikipedia.org/wiki/Type_system) annotations is a good way to catch many programmer errors. 1. Static analysis with [type](https://en.wikipedia.org/wiki/Type_system) annotations is a good way to catch many programmer errors.
## Major Tasks ## Major Tasks
* Runs completely self hosted on Linux with OpenGL (complete) * Runs completely self hosted on Linux with OpenGL. (complete)
* Runs completely self hosted on bare metal. (6 man months) * Runs completely self hosted on bare metal. (6 man months)
* Android container. (6 man months) * Android container. (6 man months)
* Programming / debugging bridge to another device. (6 man months) * Programming / debugging bridge to another device. (6 man months)
... ...
......