|
|
|
|
|
by skore
2394 days ago
|
|
litegraph.js really caught my attention and I'll be looking into using it for a project unrelated to 3d editing. I had been looking for a "general purpose node editor" for a while now but somehow never found litegraph. Let me know if you are interested in hearing feedback on that process. I'm also looking for something similar to control and edit timelines. Do you have any plans on doing a litetimeline.js? In general: kudos for having one of the few projects I've come across that is not drowning in dependencies. Very refreshing! Suggestion: Having a few scenes to try out in the editor would be nice! (Or did I just miss them?) |
|
About timeline, it is funny because I already have the class but not in a repo, as it is highly tied to other stuff, but I will consider uploading it soon.
Yes, I hate dependencies and all those weird script to bundle stuff, it make you lose control very fast. Thats why I do not use thirth party libraries in my projects.
About the scenes, you are totally right, working on that.