|
|
@@ -49,4 +49,15 @@ gs_app_desc_t gs_main(int32_t argc, char** argv)
|
|
|
```
|
|
|
## Roadmap
|
|
|
|
|
|
-* TODO(john): ...
|
|
|
+* Support Android/iOS/RPI backends
|
|
|
+* Support Vulkan/Metal/DX12 backends
|
|
|
+* Add support for more texture sampler types: 1D, 3D, Cube Maps, Arrays
|
|
|
+* Material Asset utils
|
|
|
+* Language Ports: (Python, JS, Rust, C#)
|
|
|
+* Add platform-independent threading utils to framework
|
|
|
+* MRT
|
|
|
+* Job System Util
|
|
|
+* Write more docs for github
|
|
|
+* Hot-reload util
|
|
|
+* Remove all externals from core framework
|
|
|
+* Add more texture formats (including compressed)
|