Commit da73a33
authored
Scene interpreter (#156)
* execution toggle
* deploy scenes.json
* bootstrap rendering interpreted scenes
* some clarity
* gradient
* e2e tests for both scene types
* data gradient
* values
* app exports
* tag'em
* works with a gradient
* app loader basics
* app loaders
* some basic json interpretation
* more snap changes
* log faster
* less lazy
* python 3.12
* seq fields
* field nodes
* all apps
* fix color defaults
* more working
* state and scene nodes
* state works
* basic caching
* actually evaluate some js
* add submodule
* subs
* deploy quickjs
* add noise
* inline burrito instead
* search for scenes
* nix deploys work
* this works
* js types
* remove global vars
* float plus code node args
* better script
* render as a function
* cleanup
* slight touchup
* undef
* dataNewImage
* split loop
* all scens
* no full redeploy if interpreted
* ts fix
* upgrade pillow
* build with quickjs
* split in two
* chjanges
* refresh repos
* enough for the xkcd scene
* dispatch
* image url
* use the latest quickjs
* textarea focus scroll
* split js runtime
* fix
* tz
* tz fix
* code node log output frontend
* log code node outputs
* a bit of frontend cleanup
* disable a bunch of logging
* less noise
* Revert "use the latest quickjs"
This reverts commit 4d6e3ec.
* misc cleanup
* take out the trash
* scene nodes work in all directions
* type fix
* fix color input
* use bg color for scene nodes
* show saved and unsaved states
* better differ
* fix panel bug
* parseJson
* js
* js scene state
* remove modules
* misc cleanup
* fix1 parent 97aadf0 commit da73a33
File tree
131 files changed
+6049
-454
lines changed- .github/workflows
- backend
- app
- api
- codegen
- models
- tasks
- e2e
- generated
- scenes
- snapshots
- state
- frameos
- agent
- nixos/packages
- vendor
- src
- apps
- data
- downloadUrl
- parseJson
- xmlToJson
- logic
- ifElse
- setAsState
- render/image
- frameos
- lib
- scenes
- system/wifiHotspot
- tools
- vendor
- inkyHyperPixel2r
- inkyPython
- frontend/src
- components
- decorators
- scenes/frame
- panels
- Diagram
- EditApp
- FrameSettings
- SceneState
- Scenes
- Templates
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
131 files changed
+6049
-454
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
71 | 77 | | |
72 | 78 | | |
73 | 79 | | |
74 | | - | |
| 80 | + | |
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
0 commit comments