A magically descriptive UI framework that wraps around native libraries, game engines, and even the web. Nowhere near finished.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anna e79902e911
major refactor, part 2
We've reached the point where it kind of works,
albeit only with limited features: The template!
macro has the backend type parameter hardcoded to
TargetBackend as i still can't get it to infer the
type.  I'll probably remove the generic backend
parameter, though, because (1) it's annoying to
have to write everywhere and (2) it is of little
to no use in real applications (you do not create
views targeting the, say, ncurses backend when
compiling against GTK).
8 months ago
dsl major refactor, part 2 8 months ago
src major refactor, part 2 8 months ago
.gitignore add template macro crate and parser 1 year ago
Cargo.lock dsl: switch to syn 8 months ago
Cargo.toml dsl: switch to syn 8 months ago