Skip to content

Commit

Permalink
Niagara and Metasound nodes WIP
Browse files Browse the repository at this point in the history
* Keep track of entities

* Fix renaming

* Niagara variables wip

* Several niagara decode and test

* Move nodeTemplate code to dedicated file, self node added

* Move node decoding functions to dedicated files

* Move pin decoding logic to dedicated files

* Accept space separated keys in objects

* Build

* Prevent a crash in case of incomplete object

* Avoid creating objects unnecessarily

* types formatting

* Initial metasound style

* Common pcg nodes colors

* Fix string serialization

* Metasound new styles and fixes

* More metasound styles and colors

* WIP

* Several fixes

* More tests and fixes

* Clean gitignore
  • Loading branch information
barsdeveloper authored May 20, 2024
1 parent 08e2e8e commit a5813d0
Show file tree
Hide file tree
Showing 72 changed files with 10,191 additions and 8,167 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/playwright.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"runem.lit-plugin"
"runem.lit-plugin",
"ms-playwright.playwright"
]
}
39 changes: 37 additions & 2 deletions dist/css/ueb-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/ueb-style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/ueb-style.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a5813d0

Please sign in to comment.