carbide_core

Crates.iocarbide_core
lib.rscarbide_core
version0.70.1
sourcesrc
created_at2021-01-30 20:44:28.800638
updated_at2021-02-19 20:20:20.924946
descriptionAn easy-to-use, 100% Rust, extensible 2D GUI library.
homepagehttps://github.com/HolgerGottChristensen/carbide
repositoryhttps://github.com/HolgerGottChristensen/carbide.git
max_upload_size
id348600
size978,021
(HolgerGottChristensen)

documentation

README

Carbide

Carbide is a fork of the earlier repository conrod.

Carbide is an attempt to create an easy-to-use, 2D library written entirely in Rust.

The project differentiates itself from other attempts (druid, egui, iced, ...) by using the mindset of SwiftUI layouting along with being a retained mode framework.

Current state

Currently the framework is in the early stages, but most of the layouting algorithms and basic widgets have been implemented. By extending conrod, I am trying to bring the project up to more modern standards, 2018 rust, with its new features.

License

Licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Example Assets

Commit count: 2589

cargo fmt