Skip to content

Exposure calculator for (pinhole) cameras

License

Notifications You must be signed in to change notification settings

nylki/Pinhole-Exposure-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinhole Exposure Calculator

An exposure time calculator for (pinhole) cameras written in nim using the declarative adwaita UI framework owlkettle.

PinholeExposureCalculator Bildschirmfoto vom 2024-05-31 15-26-59

Installation

First you need nim, its package manager nimble as well as the gtk and adwaita dependencies:

dnf install nim nimble gtk4-devel libadwaita-devel

or:

apt install nim nimble libgtk-4-dev libadwaita-1-dev

Then install owlkettle via nimble (more details in the owlkettle repo):

nimble install owlkettle@#head

Once that is done, you build the app by running build.sh. You'll find the binary in the build directory.