makepad-draw

Crates.iomakepad-draw
lib.rsmakepad-draw
version0.6.0
sourcesrc
created_at2023-09-20 07:05:01.521505
updated_at2023-09-21 10:06:44.919953
descriptionMakepad 2d drawing API
homepagehttps://github.com/makepad/makepad/
repositoryhttps://github.com/makepad/makepad/
max_upload_size
id977866
size197,378
(makepaddev)

documentation

README

makepad-draw-2d

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 code related to drawing applications. In particular, it contains the code for the turtle API, which is what we use to layout widgets, the font stack, and a collection of base shaders that can be customized to draw almost anything we need.

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