redo event fn signature & add event_ctx macro
This commit is contained in:
1 parent
f6b1143665
commit
62aa02847a
10 files changed
+270
-274
No files matched your search
@@ -17,7 +17,7 @@ general ideas trynna use rn / experiment with:
|
||||
- retained mode
|
||||
- specifically designed around wgpu
|
||||
- postfix functions for most things to prevent unreadable indentation (going very well)
|
||||
- no macros in user code / actual LSP typechecking (variadic generics if you can hear me please save us)
|
||||
- almost no macros in user code & actual LSP typechecking (variadic generics if you can hear me please save us)
|
||||
- relative anchor + absolute offset coord system (+ "rest" / leftover during widget layout)
|
||||
- single threaded ui & pass context around to make non async usage straightforward (pretty unsure about this)
|
||||
- widgets store outside of the actual rendering so they can be moved around and swapped easily (unsure about this but seems to work good for now)
|
||||
|
||||
Reference in new issue
Block a user