hpi-swa-teaching / MaterialDesignWidgets

A Material Design-based widget set for Squeak/Smalltalk (swt20-12)
3 stars 0 forks source link
material-design smalltalk squeak widgets

Material Design Build Status Coverage Status

Installation

  1. Get Squeak 5.0 or later
  2. Load Metacello
  3. Finally, load the package with the following command:
Metacello new
  baseline: 'Material';
  repository: 'github://hpi-swa-teaching/MaterialDesignWidgets/packages';
  load.

Fonts

Copy all *.ttf files from this folder to /pathToSqueak-Image/Contents/Resources/Roboto.

The import is only executed multiple times if something went wrong during the import. To manually force a new import execute MDWidget fontsImported: false

Useful Information for Developers

Please have a look at our coding standards in the wiki.

Contributors