Showing 21 open source projects for "transitions"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try 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
    pytz

    pytz

    Python historical timezone library and database

    pytz is a Python library that brings the IANA/Olson timezone database into the Python runtime, enabling accurate, cross-platform timezone calculations for all the world’s timezones. It addresses a major limitation of Python’s built-in datetime.tzinfo by providing consistent support for daylight-saving transitions, historical offset changes, and ambiguous times (such as the end of DST). With pytz, developers can convert naïve datetime objects into timezone-aware ones, shift between timezones, and safely perform arithmetic across DST boundaries with methods like localize() and normalize(). Although Python 3.9 and newer include better built-in timezone support (via zoneinfo and external packages like tzdata), pytz remains widely used—especially in legacy codebases or in environments where backward compatibility matters.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Maomaowm

    Maomaowm

    wayland compositor base wlroots and scenefx(dwl but no suckless)

    maomaowm is a minimal yet smooth Wayland compositor in Rust, featuring animated tiling layouts and low resource usage. Aimed for performance on older hardware, it supports multi-monitor setups and is available via NixOS and Arch Linux. Users praise its fluidity even on decade-old laptops.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Arcan

    Arcan

    Powerful development framework for creating virtually anything

    ...For the main engine there has been quite some refactoring to reduce input latency; better accommodate variable-refresh rate display; prepare for asymmetric uncooperative multi-GPU and GPU handover; explicit synchronization and runtime transitions back and forth between low (16-bit) to standard (32-bit) to high-definition rendering (10-bit + fp16/fp32).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Vidiot

    Vidiot

    Non-linear video editor targeted for home video editing.

    Vidiot is a non-linear video editor targeted for home video editing. It supports compositing (scaling/rotating/positioning), cropping, changing speed, adding transitions and titles, trimming, key frames, etc.
    Leader badge
    Downloads: 489 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    MLT Multimedia Framework
    A multimedia authoring and processing framework and a video playout server for television broadcasting.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6

    epics-sequencer-HZB

    The EPICS SNL Compiler and Sequencer

    ...EPICS is developed collaboratively and used worldwide to create distributed soft real-time control systems for large scale scientific instruments. SNL borrows most contructs from the C programing language and adds some new statements for defining states and conditions for transitions between states.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ffmpeg-gl-transition

    ffmpeg-gl-transition

    FFmpeg filter for applying GLSL transitions between video streams

    ffmpeg-gl-transition is an extension for FFmpeg that introduces support for GLSL-based transitions between video streams, enabling visually rich effects during video concatenation. It replaces complex FFmpeg filter graphs with a simpler approach that uses shader-based transitions, making it easier to create custom visual effects. The tool integrates OpenGL rendering into FFmpeg, allowing developers to apply transitions such as crossfades and warp effects between clips. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Imagination
    .... *** https://github.com/colossus73/imagination *** Imagination is a lightweight and simple DVD slide show maker written in C language and built with the GTK+3 toolkit and Cairo featuring 69 transitions. It requires the ffmpeg encoder and libsox to export the slideshow.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 9

    AnharmoniCAOS

    Cagliari-Orsay model for anharmonic molecular spectra in 2nd order PT

    Given dynamical coefficients and/or derivatives of the ionic potential with respect to normal (harmonic) vibrational modes, compute anharmonic energies and electric dipole-permitted transitions and intensities using nearly-degenerate perturbation theory (i.e. properly accounting for Fermi and Darling-Dennison resonances).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Redshift

    Redshift

    Adjust the color temperature of your screen according to surroundings

    ...Redshift adjusts the color temperature according to the position of the sun. A different color temperature is set during night and daytime. During twilight and early morning, the color temperature transitions smoothly from night to daytime temperature to allow your eyes to slowly adapt. At night the color temperature should be set to match the lamps in your room. This is typically a low temperature at around 3000K-4000K (default is 3700K). During the day, the color temperature should match the light from outside, typically around 5500K-6500K (default is 5500K). ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    Simultra

    Simultra

    Multiagent simulator of road traffic in Qt/C++ and OpenStreetMap.

    ...The large-scale maps are modelled mesoscopically in real-time, and the complex traffic interactions benefit from detailed agent-based microscopic simulations. To resolve the concurrency issues within the maps representation and the meso-micro transitions, Simultra combines an event-based mesoscopic model of the maps with a more detailed physical engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    How to Make a Computer Operating System

    How to Make a Computer Operating System

    How to Make a Computer Operating System in C++

    A practical guide and GitHub-hosted project by Samy Pesse that walks you through building a very simple UNIX-based operating system in C++, designed to boot, launch a userland shell, and remain extensible. It’s more than a proof of concept—it’s meant to be functional and educational. All the system source code will be stored in the src directory. Each step will contain links to the different related files. This course is open to contributions, feel free to signal errors with issues or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    qtOS

    Tiny operating system for running HCFSM-based systems

    qtOS is an operating system for running systems of finite-state machines. The system kernel is a task scheduler that runs processes' transitions at every cycle. Each task is activated either to be run in parallel (fork) with other active processes in the system or subordinated to the caller task, thus blocking it and creating a hierarchy of tasks. Execution of processes can be preemptive or non-preemptive and, among those with the same priority, a round-robin turn is performed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    UML 2 Statemachine for C++

    UML 2 Statemachine for C++ is a development framework with DSL support

    UML 2 Statemachine Code Generator is a developer framework for an easy implementation of statemachine based applications. Here, with this framework only one Domain-specific language (DSL) specification is necessary to create executable codes for Linux, Mac OS X, and Microsoft Windows. With this framework you save a lot of time and effort during implementation; also you have an always valid - based on a well-defined C++ standard - generated code with high quality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Create movies from still pictures. Add transition, text animation, Ken Burns and other effects, insert a video to your slideshow, add musics with some audio effects. Derived from Imagination.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Generic Finite State Machine type definitions and functions Enables implementation of Finite State machines with a finite number of states and event triggered transitions between these states.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This program emulates Turing Machines. They can be deterministic or non-deterministic and must have a single tape. You must enter transitions, an initial status, and characters to the tape.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Scilab Aurora is a simple but useful video editor for Linux and Windows.It implements almost all features of a non-liner editor,such as filter,transitions,motion setting,transparency setting.It includes EVP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Qlogico is a digital circuit simulator. True table, manipulation of boolean expresions, schematic capture and simulation, finite state machines, table of transitions, VHDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PowerPointFlip is a tool for capturing slide transitions during a live Microsoft PowerPoint talk and combining the slide images with a Real video file so that when the talk is replayed, streamed from the web, slide transitions will flip in sync.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    THIS PROJECT HAS MOVED TO A SVG/SMIL PLAYER available ON WWW.ATOSC.ORG (glsvg) libgfxtrans is intended to provide a library for realtime graphic transitions: usefull to make some kwul transitions between static screens of a slideshow, program a mp3-
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB