Commit Graph

10 Commits

Author SHA1 Message Date
Joe Bellus a08d384123 Updated guide URL 2024-04-19 19:54:41 -04:00
Joe Bellus 5896818dbd Sync feature
The sync feature uses Arc<RwLock<T>> in place of Rc<RefCell<T>> for Res
and State. This allows state and resource objects to be thread safe.

Added threading example

Added threading documentation
2024-04-19 19:43:42 -04:00
Joe Bellus 3b099bfbb0 Readme & CI
Added a project readme and setup CI pipelines for GH Actions.
Pipelines added for user guide publishing and tests.
2024-04-19 15:06:45 -04:00
Joe Bellus 8f8bd96dae Cleaned up old files
Removed plugins and components modules. These may
be added back in, but with a different implementation.
2024-04-19 06:22:56 -04:00
Joe Bellus 972ddb57ca Stack alignment
Stacks now have an alignment property, which allows them to align their
content.

Horizontal stacks can be aligned Top Bottom Center.

Vertical stacks can be aligned Left Right Center.

This is respected for both Stack::insert and Stack::component.

Alignment expects Stack::insert to contain a single line string, which
is a functional requirement for both Stack::insert and ViewContext::insert.
2024-04-15 13:14:30 -04:00
Joe Bellus 0b4e1beb53 Updated cargo manifest information 2023-12-01 15:47:09 -05:00
Joe Bellus 82e044a34a Render Signal
App now has a renderer object that can be retrieved to send a render
signal from outside the application.

This is useful for rendering based on operations taking place in other
threads.
2023-12-01 13:20:21 -05:00
Joe Bellus ba7703e4c2 sync commit 2023-09-02 22:46:50 -04:00
Joe Bellus 3388ae4096 doc strings and doc tests 2023-05-29 20:46:21 -04:00
Joe Bellus aaa51179ad refactor 2023-05-29 16:11:04 -04:00