Skip to content

Releases: pablomayobre/material-love

Demo

10 Oct 23:24
Compare
Choose a tag to compare

This is an update to the old demo to work with the latest version of the library

Minimal Source

10 Oct 23:28
Compare
Choose a tag to compare

This is the minimal source, basically without the image folder the README.md and the CONTRIBUTING.md since this are not needed to use Material-Love

The .lua files are not minified nor encoded, they are still the same. LICENSE files are also present

Demo

25 Mar 20:26
Compare
Choose a tag to compare

This is a demo of what can be done with Material-Love.

Demo

This demo uses almost all the features in this library.

Roundrect in order to draw the main card, Shadows for the toolbar and the card, ripples for the back arrow, the FAB button, the accept and cancel buttons. The FAB is done thanks to the fab.lua library. All the colors used are from the colors.lua library. Everything is written with Roboto. The back arrow and the Heart icon are done thanks to DrawIcons and Icons

It also has toasts!!

This demo depends only on Material-Love, except for collision detection and the toasts, but that is rather simple.

Check it out for your self download the demo.love and open it with LÖVE, click on the Agree and Disagree buttons to open the toast (anywhere else will close them). Click the FAB to come to this repo. Click the back arrow to close (If you dont want to open the repo every single time you click or you dont wanna close, use the right click instead).

Minimal Source

25 Mar 20:31
Compare
Choose a tag to compare

This is the minimal source, basically without the image folder the README.md and the CONTRIBUTING.md since this are not needed to use Material-Love

The .lua files are not minified nor encoded, they are still the same.