Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ealmloff/rsx2
https://github.com/ealmloff/rsx2
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ealmloff/rsx2
- Owner: ealmloff
- Created: 2024-04-01T19:42:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T20:22:27.000Z (10 months ago)
- Last Synced: 2024-12-16T00:51:47.485Z (about 1 month ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSX 2.0
UI is hard, we make it easier. RSX 2.0 takes your natrual language and turns it into code with an advanced AI we call MT (monkey with a typewriter)
```rust
use dioxus::prelude::*;
use rsx2::rsx2;fn main() {
launch(app);
}fn app() -> Element {
rsx2! {
"Give me buttons!!!"
}
}
```Now for the best part: **RSX 2.0 creates a unique UI every time you compile, ensuring your UI always stays fresh.** If you run into an get an error, just compile again (it might work this time)
## Support
RSX 2.0 supports the minimal subset of platforms and HTML: MacOS and buttons
No further elements will be supported, buttons are sufficient for all use cases. If you develop on MacOS, but would like to support users on other platforms, we recommend you ship your computer to the client.