v0.0.2
May 2022 Build
What's Changed
- Merging build fixes and core update by @muit in #6
- Added base node graph by @muit in #5
- Project explorer now shows the project tree by @Tharrik in #4
- Merge new CICD pipeline by @muit in #21
- Added UI reflection inspection by @muit in #22
- Added enum reflection & inspection by @muit in #23
- Added new ecs id lists and accesses by @muit in #24
- Use pre-built LLVM by @muit in #27
- Improved Access syntax, progress on runtime accesses by @muit in #26
- Modules can be edited now by @muit in #28
- Node Positions, project manager & fixes by @muit in #29
- Moved node code into Editor module by @muit in #30
- Node context menus by @muit in #31
- Added return expressions by @muit in #32
- Add backends as plugins by @muit in #33
- Serialize using TAccess by @muit in #34
- Fixed OwnPtr casting for contexts by @muit in #35
- Added graph view plugin & registering of views by @muit in #36
- Draw return expressions by @muit in #37
- Fixed off grid positioning by @muit in #38
- Added if statements by @muit in #39
- Statement graph fixes by @muit in #40
- Added value pin to ifs by @muit in #41
- Refactored component names by @muit in #42
- Added pin/link types & colors by @muit in #43
- Fixed corruption of big rift files when serializing by @muit in #44
- Multiple UX Improvements by @muit in #45
- Split CICD compilation configs by @muit in #46
- [CICD] Use custom cmake commands by @muit in #47
- Multiple UX improvements by @muit in #48
- Added binary operators by @muit in #49
- Improved ListAny, added sized Integral/Floating literals by @muit in #50
- Floating/Integral literals by @muit in #51
- Add LLVM IR code generation by @muit in #25
- Removal of nodes & types by @muit in #52
- Feature/ux improvements by @muit in #53
- Propagation of variable types into expressions by @muit in #54
- Added function parameters & struct/class members to IR by @muit in #55
- Generate IR statements by @muit in #56
- Graph context menu improvements by @muit in #57
Full Changelog: v0.0.1...v0.0.2