Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 0b00f83

Browse files
Update readme
1 parent ee4c612 commit 0b00f83

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

tyrian-next/src/main/scala/tyrian/ui/UIElement.scala

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,19 @@ TODOs
7070
7171
Cross compilation - we're going to want this for Scala JVM use.
7272
73+
Look at Theme's carefully. Link should use the same theme as Text, for example.
74+
75+
New library of shared types (Tyrian / Indigo):
76+
77+
- Batch
78+
- Lens
79+
- Signal
80+
- SignalFunction
81+
- Timeline Animations?
82+
- RGBA?
83+
- RGB?
84+
- (Look at the other data type classes)
85+
7386
---
7487
7588
Theme / Style Performance
@@ -91,8 +104,8 @@ Stateless Components
91104
- Paragraph - DONE
92105
- HtmlElement - DONE
93106
- Link - DONE
94-
- Tables
95-
- Canvas
107+
- Tables - DONE(ish)
108+
- Canvas (2D, WebGL 1/2, WebGPU)
96109
97110
98111
@@ -129,6 +142,6 @@ Drawing API
129142
130143
---
131144
132-
Animations
145+
Animations?
133146
134147
*/

0 commit comments

Comments
 (0)