yakui
yakui is a declarative Rust UI library for games
File Explorer
Download Latest Version (.zip)- config.toml
- action.yml
- ci.yml
- FUNDING.yml
- tasks.json
- ms80-editor.png
- brown_inlay.png
- Hack-Regular-LICENSE.txt
- Hack-Regular.ttf
- monkey-blurred.png
- monkey.png
- OpenMoji-color-glyf_colr_0.ttf
- OpenMoji-LICENSE.txt
- common.rs
- custom_texture.rs
- graphics.rs
- lib.rs
- multisampling.rs
- with_sdl3.rs
- with_winit.rs
- Cargo.toml
- README.md
- main.rs
- .gitignore
- Cargo.toml
- index.css
- index.html
- README.md
- align.rs
- alpha.rs
- autofocus.rs
- bench.rs
- blur.rs
- button_alignment.rs
- button_constrained.rs
- buttons.rs
- canvas.rs
- clear_textbox.rs
- count_grid.rs
- cross_alignment.rs
- custom_font.rs
- custom_image.rs
- draggable.rs
- dropdown.rs
- dynamic_scoping.rs
- flex.rs
- fps_meter.rs
- images.rs
- inputs.rs
- leaderboard.rs
- main_alignment.rs
- navigation.rs
- opaque.rs
- panels.rs
- premul_transparent.rs
- radial_menu.rs
- round_rect.rs
- row_column.rs
- sandbox.rs
- scroll.rs
- show_hide.rs
- spacer.rs
- state.rs
- test_issue_104.rs
- text.rs
- text_render.rs
- textbox.rs
- textbox_switcheroo.rs
- textboxes.rs
- window.rs
- lib.rs
- Cargo.toml
- README.md
- lib.rs
- multisampling.rs
- Cargo.toml
- README.md
- debug.rs
- dummy.rs
- dynamic_scope.rs
- mod.rs
- root.rs
- color.rs
- constraints.rs
- dim.rs
- mod.rs
- rect.rs
- urect.rs
- input_state.rs
- mod.rs
- mouse.rs
- mouse_interest.rs
- mod.rs
- layers.rs
- mod.rs
- paint_dom.rs
- primitives.rs
- rect.rs
- texture.rs
- context.rs
- event.rs
- id.rs
- lib.rs
- navigation.rs
- response.rs
- state.rs
- types.rs
- widget.rs
- regression.rs
- Cargo.toml
- README.md
- keys.rs
- lib.rs
- Cargo.toml
- lib.rs
- Cargo.toml
- graphics.rs
- lib.rs
- Cargo.toml
- dog.jpg
- demo.rs
- main.frag
- main.frag.spv
- main.vert
- main.vert.spv
- buffer.rs
- descriptors.rs
- lib.rs
- util.rs
- vulkan_context.rs
- vulkan_texture.rs
- Cargo.toml
- README.md
- main.wgsl
- premul.wgsl
- text.wgsl
- bindgroup_cache.rs
- buffer.rs
- lib.rs
- pipeline_cache.rs
- samplers.rs
- texture.rs
- Cargo.toml
- README.md
- Roboto-Regular-LICENSE.txt
- Roboto-Regular.ttf
- align.rs
- button.rs
- canvas.rs
- checkbox.rs
- circle.rs
- colored_box.rs
- constrained_box.rs
- count_grid.rs
- cutout.rs
- divider.rs
- draggable.rs
- flexible.rs
- image.rs
- layer.rs
- list.rs
- max_width.rs
- mod.rs
- nineslice.rs
- offset.rs
- opaque.rs
- pad.rs
- panel.rs
- reflow.rs
- render_text.rs
- round_rect.rs
- scoped.rs
- scrollable.rs
- slider.rs
- spacer.rs
- stack.rs
- state.rs
- text.rs
- textbox.rs
- trap.rs
- unconstrained_box.rs
- window.rs
- border.rs
- clipboard.rs
- clipboard_stub.rs
- colors.rs
- font.rs
- ignore_debug.rs
- lib.rs
- shapes.rs
- shorthand.rs
- style.rs
- text_renderer.rs
- util.rs
- align_bottom_right.snap
- align_center.snap
- align_text_center.snap
- button_text_alignment.snap
- colored_box_basic.snap
- column_basic.snap
- column_cross_stretch.snap
- column_grow_middle.snap
- column_intrinsic.snap
- column_item_spacing.snap
- column_main_align_center.snap
- column_main_align_end.snap
- column_min.snap
- constrain_checkbox.snap
- pad_basic.snap
- pad_empty.snap
- row_basic.snap
- row_cross_center.snap
- row_cross_end.snap
- row_cross_start.snap
- row_cross_stretch.snap
- row_grow_first.snap
- row_grow_last.snap
- row_grow_middle.snap
- row_grow_middle_spacing.snap
- row_item_spacing.snap
- row_reflow.snap
- row_unconstrained.snap
- snapshot.rs
- Cargo.toml
- README.md
- keys.rs
- lib.rs
- Cargo.toml
- README.md
- .editorconfig
- .gitignore
- Cargo.toml
- CHANGELOG.md
- CODEOWNERS
- LICENSE-APACHE
- LICENSE-MIT
- PRIOR-ART.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SecondHalfGames/yakui
Downloads the entire project code from GitHub to your computer.
cd yakui
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo add yakui
Type this command into your terminal and run it.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
