Showing 29 open source projects for "ambient light"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Monitorian

    Monitorian

    A Windows tool to easily adjust brightness of multiple monitors

    ...It supports both built-in laptop screens and external monitors, allowing adjustments either on a per-monitor basis or all together at once, making it especially useful for multi-monitor setups. The app displays sliders for each connected monitor, and on systems with ambient light sensors it can show both the configured brightness and the sensor-adjusted brightness to help you fine-tune lighting according to your environment. Monitorian also lets you adjust the range of brightness and contrast values for each monitor so you can set custom limits that better match your preferences. Usability features include gesture support on precision touchpads and easy renaming of monitors to keep them organized in the UI. ...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 2
    Lunar

    Lunar

    Intelligent adaptive brightness and monitor control app for macOS

    ...Instead of applying a software brightness overlay, it directly communicates with compatible displays using the DDC/CI hardware protocol, offering true hardware-level brightness adjustments when supported. Lunar doesn’t just adjust brightness. It intelligently adapts to environmental conditions by using external or built-in ambient light sensors and location-based cues like sunrise and sunset times. Users can fine-tune many aspects of their displays, including volume, contrast, screen orientation, and input switching, all through native macOS interfaces or customizable hotkeys. The tool also includes advanced features such as dimming below 0% for low-light conditions and blackout controls that power off screens without disrupting connected hardware.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    rayshader

    rayshader

    R Package for 2D and 3D mapping and data visualization

    This is an R package designed for producing beautiful and interactive 2D and 3D visualizations — especially maps and terrain renderings — using elevation/gridded data and ray-tracing / hill-shading methods. At its core, rayshader takes a matrix of elevations and applies shading, texture, ambient occlusion, overlays, and light modeling (ray shade, lambertian shading, etc.) to produce realistic relief maps. Users can rotate, zoom, and animate the scenes or script camera trajectories programmatically. It supports outputting high-quality renders via path tracing (using a companion package) and also offers depth-of-field (“cinematic blur”) effects to bring visual focus into scenes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SameBoy

    SameBoy

    Game Boy and Game Boy Color emulator written in C

    SameBoy is a user friendly, powerful and open source Game Boy, Game Boy Color and Super Game Boy emulator for macOS, Windows and Unix-like platforms. SameBoy is extremely accurate and includes a wide range of both powerful debugging features and user-facing features, making it ideal for both casual players and developers. Of course, SameBoy also has every feature one would expect from an emulator – from save states to scaling filters. Supports Game Boy (DMG), Game Boy Pocket and Light (MGB),...
    Downloads: 11 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    LightBulb

    LightBulb

    Adaptive screen gamma tool to reduce eye strain for night use

    LightBulb is a desktop application designed to reduce eye strain by adjusting your monitor’s gamma and color temperature based on the time of day. As daylight fades into evening, LightBulb gradually transitions the display from cooler (blueish) tones to warmer (yellowish) tones, aiming to align your screen’s light with ambient lighting conditions and help lessen visual discomfort during late-night use. The tool is highly customizable, allowing users to define sunrise and sunset times manually or automatically via location, and tweak how the transition behaves. It runs with minimal performance overhead and does not require an internet connection to function. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    3DWorld

    3DWorld

    3D Procedural Game Engine Using OpenGL

    ...I have an old makefile that is out of date, but may not take too much work to fixup and make it usable. Realtime day/night cycle with weather (rain, snow, hail, wind, lightning). Physically based materials with reflection and refraction. Dynamic shadows, ambient occlusion, up to 1024 dynamic light sources, postprocessing effects. Built-in first person shooter game "smiley killer".
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Spartan Engine

    Spartan Engine

    A game engine with an emphasis on real-time cutting-edge solutions

    SpartanEngine is a C++ game engine focused on cutting-edge real-time rendering and simulation, developed primarily as a long-running personal research project and now grown into a community-driven platform. It centers around a modern Vulkan renderer (with an in-progress DirectX 12 backend) and a fully bindless, unified deferred rendering pipeline designed to handle hundreds of millions of instances. The engine implements a wide range of advanced graphics features, such as atmospheric...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Complementary Shaders - Reimagined

    Complementary Shaders - Reimagined

    Enhanced Minecraft visual pack with realistic lighting and shadows

    Complementary Shaders Reimagined is an advanced graphics modification for Minecraft that transforms visual experience with photorealistic lighting, dynamic shadows, and atmospheric effects. This shader pack delivers stunning volumetric clouds, improved water reflections, enhanced ambient occlusion, and customizable color grading. Optimized for performance across various hardware configurations while maintaining exceptional visual quality. Features include realistic sky rendering, improved...
    Leader badge
    Downloads: 83 This Week
    Last Update:
    See Project
  • 9

    Baugr Renderer

    Deferred 3D renderer written in Java

    Non-photorealistic deferred renderer with shadow and normal mapping. Requires OpenGL 3.3 and Java 8. Depends on JOGL, OWG-GL and OWG_UTIL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Vanda Engine

    Vanda Engine

    A free 3D game engine to create games and realtimes scenes for Windows

    Vanda Engine is a free and open source 3D game engine for Windows. I'm developing this game engine for years to help the students and other enthusiast learn game engine programming and develop 3D games for free. While giant companies are building game engines with huge budget and a lot of manpower, I'm developing this free 3D game engine alone with no budget. I have published step by step tutorials about Vanda Engine, 3D tools, and COLLADA format: https://vanda3d.org/tutorials/ Please...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 12
    Wallino

    Wallino

    Wall clock based on led matrixes, Arduino Mega, and RTC DS3231

    Wall clock using Arduino Mega controlling 32x16 led matrix (2xWS2812B 16x16 matrixes). The RTC is kept on a DS3231 module which provides also the temperature. The led intensity is automatically adjusted to ambient light by a light sensor.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    r4zRayTracer
    -primitives: shere, plane, triangle -triangle surface (mesh) -obj format support -lights: point light -camera lens: planar, cylindrical, spherical -lighting: ambient, diffuse, specular (Phong, Blinn-Phong) -shadows: simple soft shadows -ray types: reflection, transmission -internal memory manager and profiler -internal code profiler -acceleration structure (KDTree) -photon map -multi-threading support (ThreadPool)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Musino

    Musino

    Arduino music clock

    Arduino based alarm clock When alarm sounds the clock plays music Display is a MAX7219 32x8 LED matrix
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    VCTRenderer

    VCTRenderer

    A real time global illumination solution that achieves glossy surfaces

    VCTRenderer is a real-time global illumination renderer built in C++ using Vulkan, leveraging voxel cone tracing (VCT) to achieve dynamic lighting, soft shadows, and indirect illumination. The renderer demonstrates cutting-edge rendering techniques aimed at achieving realistic lighting effects without precomputed data, making it ideal for games and interactive applications that need real-time performance with physically plausible lighting. It provides a clean implementation of voxelization...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    hyperion-project

    hyperion-project

    An open source ambient light for many systems

    Hyperion is an open source ambient light implementation controlled primarily by an Raspberry Pi. The main features of Hyperion are: 1. Low CPU load. For a led string of 50 leds the CPU usage will typically be below 2% on a non-overclocked Pi. 2. Json interface which allows easy integration into scripts. 3. A command line utility allows easy testing and configuration of the color transforms (Transformation settings are not preserved over a restart at the moment...). 4. ...
    Downloads: 71 This Week
    Last Update:
    See Project
  • 17
    Clockino

    Clockino

    Arduino led matrix clock with auto dimmer

    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Pulse capture

    Pulse capture

    Extract PPG signal from video image of the face

    The application was designed for the real time contactless photoplethysmography of the human face by means of an ordinary webcam in ambient light environment System requirements: - AMD or Intel CPU with 2 cores and 2.6 GHz clock speed (or higher); - 512 Mb of RAM (or higher); - OS Microsoft Windows 10/8/7/XP, booth 32 and 64 bit versions; - A RGB webcam (Logitech B910 is the best choice).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Calise
    Acronym for camera light sensor. A python program that calculates ambient brightness and sets screen's correct backlight using a camera.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SGHsensorexplorer001

    SGHsensorexplorer001

    A collection of small projects to evaluate sensors for the Arduino

    The sensor explorer project includes software and project details for the following sensors: VISHAY TSOP38238 38kHz IR detector MEAS 1006 piezo touch/vibration sensor SW-18015 tilt/vibration switch TLS 12S Ambient light sensor (light-voltage converter) DHT-11 Temperature humidity sensor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Craft

    Craft

    Minecraft clone written in C using modern OpenGL

    ...Supports plants (grass, flowers, trees, etc.) and transparency (glass). Simple clouds in the sky (they don't move). Day / night cycles and a textured sky dome. Signs, you can write text on any block. Lights, any block can be set as a light source. Ambient occlusion for basic shading of blocks. World changes persisted in a sqlite3 database. Multiplayer support!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    VB6 Raytracer

    VB6 Raytracer

    Well just a raytracer in Visual basic 6, thus the name VB6 raytracer. Not because it is easy or logical, but because it is hard. I know this is not the right language to write a raytracer, see it as a stubborn POC that it is still somehow possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ArkeosSceneEditor3D

    A 3D scene editor for Ogre in Purebasic

    Arkeos Scene Editor 3D is a scene editor for creating game with Ogre 3D. It's created with Purebasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ambient Light OCclusion
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sunrise Alarm Clock
    This is a software and hardware project dedicated to creating an artificial sunrise type of alarm clock.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB