convertor

Minimalist unit converter

View on GitHub

Convertor

Convertor is a free and open source unit converter written in object pascal

convertor

Description

This is a small and unobtrusive unit converter. It is in fact a study in minimalism and effective UI design. Check out highlights + quickstart for a short howto.

Download

Download a binary from the releases page

Build

Convertor is written in object pascal, and is using the free pascal compiler and the lazarus widgets and library. So first go ahead and install Lazarus, it will install fpc with it.

  1. Install lazarus on your system.
  2. Clone this repo and open convertor.lpi in lazarus.
  3. Compile.

Note

This was the first program I ever wrote in object pascal (or any language), so the style and logic are not the best you can find…

License

It is licensed under GPL3.