An open API service indexing awesome lists of open source software.

https://github.com/blakek/ev-calc

Exposure Value (EV) calculator for photography (as an iOS webapp test)
https://github.com/blakek/ev-calc

Last synced: 5 months ago
JSON representation

Exposure Value (EV) calculator for photography (as an iOS webapp test)

Awesome Lists containing this project

README

          

# [ev-calc](https://blakek.github.io/ev-calc/)

> Exposure Value (EV) calculator for photography (as an iOS webapp test)

Calculate Exposure Value (EV) for a given exposure time (seconds), aperature size (ƒ/number), and sensor sensitivity (ISO). Also shows common conditions for that EV. Know generally what settings you need to [capture the Milky Way](http://www.lonelyspeck.com/) or a portrait of a friend in the snow.

## Usage

1. Go to [the site](https://blakek.github.io/ev-calc/)
2. If you're on your mobile device, you can optionally save to your home screen
* Calculate EVs

## Development

With [npm](https://npmjs.org/) installed, run

```
$ npm install && npm start
```

Then, go to http://localhost:8080/

* layout components are in `src/components/`
* non-layout logic is in `src/services/`

## License

MIT