Skip to main content
GameDev.net gamedev.net
🔒 Locked

physically based camera library

Started by C0dR Aug 14, 2017 at 9:38 AM 0 replies 2.1k views
Original Post
C0dR
C0dR

I would like to introduce the first version of my physically based camera rendering library, written in C++, called PhysiCam.

Physicam is an open source OpenGL C++ library, which provides physically based camera rendering and parameters. It is based on OpenGL and designed to be used as either static library or dynamic library and can be integrated in existing applications.


The following features are implemented:

  • Physically based sensor and focal length calculation
  • Autoexposure
  • Manual exposure
  • Lense distortion
  • Bloom (influenced by ISO, Shutter Speed, Sensor type etc.)
  • Bokeh (influenced by Aperture, Sensor type and focal length)
  • Tonemapping


You can find the repository at https://github.com/0x2A/physicam


I would be happy about feedback, suggestions or contributions.

screenshot_2[1].JPG

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.