Convertor
Convertor is a free and open source unit converter written in object pascal
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.
- Install lazarus on your system.
- Clone this repo and open convertor.lpi in lazarus.
- 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.