index
:
nodes
main
Node editor
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-03-16
feat: add very useless favicon
Sam Nystrom
2024-03-16
feat: animate ButtonMenu dropdown
Sam Nystrom
2024-03-16
chore: set package version
Sam Nystrom
2024-03-14
fix: fix lots of type errors
Sam Nystrom
2024-03-13
fix: memoize stuff
Sam Nystrom
2024-03-13
refactor: extract nodes/sockets to components
Sam Nystrom
2024-03-13
feat: add menu components
Sam Nystrom
2024-03-13
refactor: add title prop to Header
Sam Nystrom
2024-03-13
feat: use different header actions for each page
Sam Nystrom
2024-03-13
refactor: finish removing CSS modules
Sam Nystrom
2024-03-13
chore: update .gitignore for pocketbase
Sam Nystrom
2024-03-13
refactor: move styles into separate components
Sam Nystrom
2024-03-13
feat: style project list
Sam Nystrom
2024-03-12
fix(nodes): handle null input in Fourier
Sam Nystrom
2024-03-12
Use Inter font
Sam Nystrom
2024-03-12
Style login and signup pages
Sam Nystrom
2024-03-12
Add rudimentary backend and auth
Sam Nystrom
2024-03-10
cleanup
Sam Nystrom
2024-03-10
Add grid lines and ticks to Plot node
Sam Nystrom
2024-03-09
Implement vectorized FFT
Sam Nystrom
2024-03-09
Add Unzip node
Sam Nystrom
2024-03-09
Add min/max x/y inputs to PlotNode
Sam Nystrom
2024-03-09
Add basic toolbar
Sam Nystrom
2024-03-09
Finish vectorized Math node implementation
Sam Nystrom
2024-03-07
Begin vectorizing the Math node
Sam Nystrom
2024-03-07
Vectorize linspace and intersperse implementations
Sam Nystrom
linspace is 4 times faster and intersperse is 12-13 times faster.
2024-03-07
Switch f64 to f32
Sam Nystrom
2024-03-06
init
Sam Nystrom