Skip to content

v0.3.2: digraph enhancments + QOL

Compare
Choose a tag to compare
@AlecTroemel AlecTroemel released this 12 Dec 23:09
· 15 commits to main since this release
6bcdb83
  • converts edge and node macros to plain old functions. This is conceptually simpler, and allows for forms to be used as values. Check out the new tests to see examples of this
  • ECS def-system now passes the name to the inner functions, which makes debugging easier
  • FSM has a new get-current-state function
  • fixes bug in directed-graph find-path function