https://github.com/ivanceras/sfui
Sauron futuristic User interface
https://github.com/ivanceras/sfui
Last synced: 10 months ago
JSON representation
Sauron futuristic User interface
- Host: GitHub
- URL: https://github.com/ivanceras/sfui
- Owner: ivanceras
- Created: 2022-09-18T10:34:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-20T06:36:57.000Z (over 2 years ago)
- Last Synced: 2024-05-23T01:32:39.867Z (over 1 year ago)
- Language: Rust
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SFUI
Sauron futuristic User interface
an experimental user interface using sauron to do composable components
and write interactive components in a readable rust code, without resulting to usage of convuloted css code.
## Demo
To run the demo. You need to install a static file server `basic-http-server`
`cargo install basic-http-server`
Go into the demo folder
`cd examples/demo`
Build the demo package
`wasm-pack build --release --target web`
Serve the `index.html` with the compiled parts in `./pkg` using the `basic-http-server`
`basic-http-server ./ -a 0.0.0.0:3337`