Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.54 KB

File metadata and controls

15 lines (10 loc) · 1.54 KB

Screen Pixel Ruler

An open source and free screen pixel ruler based on C#/.Net 8.0 that is a clone of the application MioPlanet PixelRuler. You can read the help from the MASTER branch

GitHub license GitHub issues Chocolatey Version Chocolatey GitHub release (latest by date) GitHub all releases

Background

I was using MioPlanet PixelRuler for pixel precise measuring of user interface spacing and found that it was lacking some quality of life features. The utility is quite dated and I needed the ability to freeze the ruler measurements, shift the start of the ruler to the current cursor position and flip the hatch markings.

I decided that I should write my own one based on the .NET framework and open-source it. The first version was written in Visual Basic.Net and based on the .NET Framework 4.5. This new version is rewritten from the ground up in C# and based on .NET 8.0