makepad-platform

Crates.iomakepad-platform
lib.rsmakepad-platform
version0.6.0
sourcesrc
created_at2022-10-20 17:08:01.744874
updated_at2023-09-21 10:06:17.757298
descriptionMakepad platform layer
homepagehttps://github.com/makepad/makepad/
repositoryhttps://github.com/makepad/makepad/
max_upload_size
id692735
size1,798,170
(makepaddev)

documentation

README

makepad-platform

This is a lower-level crate for Makepad Framework. For an explanation of what Makepad Framework is, please see the README for the makepad-widgets crate.

This crate contains all platform specific code, including Rust bindings to native APIs such a X11 and EGL, code that uses these APIs to interact with both the window system and GPU, etc. In addition, this crate contains both the compiler and the runtime for the DSL, since the DSL interacts with almost every other part of the system.

This crate is re-exported by the makepad-widgets crate. In a typical application, you would depend on that crate instead of this one.

Contact

If you have any questions/suggestions, feel free to reach out to us on our discord channel: https://discord.com/invite/urEMqtMcSd=

Commit count: 4655

cargo fmt