Skip to content

Commit

Permalink
Merge pull request nannou-org#30 from mitchmindtree/readme
Browse files Browse the repository at this point in the history
Update README Goals
  • Loading branch information
mitchmindtree authored Apr 28, 2019
2 parents b2bdfd0 + fa1bdd2 commit 7d1350c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ Designer, Houdini and others. <sup>Named after
## Goals

- [x] A simple way of creating custom nodes from rust code using `derive`.
- [ ] Solve handling of generics and trait objects within custom nodes.
- [ ] `Serialize` and `Deserialize` implementations via serde.
- [x] Solve handling of generics and trait objects within custom nodes.
- [x] `Serialize` and `Deserialize` implementations via serde and typetag.
- [x] Project workspace creation.
- [x] **Push** evaluation through the graph.
- [ ] **Pull** evaluation through the graph.
- [ ] **Pull** evaluation through the graph (#16).
- [x] Stateless node codegen.
- [ ] Stateful node codegen #19.
- [ ] Conditional evaluation #21.
- Provide a suite of commonly required "std" nodes out of the box:
- [ ] Primitive types and casts.
- [ ] Mappings to `std::ops`: `Add`, `Sub`, `Mul`, `Div`, etc.
Expand Down

0 comments on commit 7d1350c

Please sign in to comment.