Browse Source

:memo: Add SceneBuilder support status

Signed-off-by: Alessadro Parisi <alessandro.parisi406@gmail.com>
Alessadro Parisi 2 years ago
parent
commit
5da7e3262a
1 changed files with 15 additions and 0 deletions
  1. 15 0
      SceneBuilder.md

+ 15 - 0
SceneBuilder.md

@@ -0,0 +1,15 @@
+#### This is a list of features that have/have not been integrated in SceneBuilder
+
+As I said in the past, my dream on the subject is one day to make a super better alternative to SceneBuilder.
+Unfortunately, until that day comes, I'll have to stick to what we have.
+
+#### Integrated
+
+- [x] SceneBuilder detection system
+- [x] Theme Support. **Partial** at the moment since the theme API is in development
+
+#### Not Integrated
+
+- [ ] Ability to customize ripple generators (can still be done via CSS)
+- [ ] Ability to set icons in controls that support it (e.g. FABs, can be done programmatically in the FXML)
+- [ ] Ability to set variants (it can be done by adding the variant' style class in the properties inspector)