Showing 347 open source projects for "video-making"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • The complete IT asset and license management platform Icon
    The complete IT asset and license management platform

    Gain full visibility and control over your IT assets, licenses, usage and spend in one place with Setyl.

    The platform seamlessly integrates with 100+ IT systems, including MDM, RMM, IDP, SSO, HR, finance, helpdesk tools, and more.
    Learn More
  • 1
    MeshLab

    MeshLab

    The open source mesh processing system

    MeshLab is an open-source, portable, and extensible system for the processing and editing of unstructured large 3D triangular meshes. It is aimed to help the processing of the typical not-so-small unstructured models arising in 3D scanning, providing a set of tools for editing, cleaning, healing, inspecting, rendering and converting this kind of meshes. MeshLab is mostly based on the open source C++ mesh processing library VCGlib developed at the Visual Computing Lab of ISTI - CNR. VCG can...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 2
    folium

    folium

    Python data, Leaflet.js maps

    ...The library has a number of built-in tilesets from OpenStreetMap, Mapbox, and Stamen, and supports custom tilesets with Mapbox or Cloudmade API keys. folium supports both Image, Video, GeoJSON and TopoJSON overlays. To create a base map, simply pass your starting coordinates to Folium. To display it in a Jupyter notebook, simply ask for the object representation. The default tiles are set to OpenStreetMap, but Stamen Terrain, Stamen Toner, Mapbox Bright, and Mapbox Control Room, and many others tiles are built in.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    OpenLoco

    OpenLoco

    An open source re-implementation of Chris Sawyer's Locomotion

    An open source re-implementation of Chris Sawyer's Locomotion. A construction and management simulation video game that simulates running a transport company. OpenLoco is an open-source re-implementation of Chris Sawyer's Locomotion (CSL), the spiritual successor to Transport Tycoon. OpenLoco aims to improve the game similar to how OpenTTD improved Transport Tycoon, and OpenRCT2 improved RollerCoaster Tycoon. CSL was originally written in x86 assembly, building on top of the RollerCoaster Tycoon 2 engine. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    gptoolbox

    gptoolbox

    Matlab toolbox for Geometry Processing

    gptoolbox is a comprehensive MATLAB toolbox for geometry processing, optimization, and image processing. It provides a wide range of utility functions for working with triangle and tetrahedral meshes, making it useful for tasks in computer graphics, computational geometry, and 3D modeling. The toolbox includes wrappers for external software such as TetGen, Triangle, QSlim, and meshfix, as well as functions for mesh smoothing, cleanup, deformation, and parameterization. It also implements discrete differential geometry operators, geodesic distance computations, and constructive solid geometry operations. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 5
    OrdinaryDiffEq.jl

    OrdinaryDiffEq.jl

    High performance ordinary differential equation (ODE)

    ...The well-optimized DifferentialEquations solvers benchmark as some of the fastest implementations, using classic algorithms and ones from recent research that routinely outperform the “standard” C/Fortran methods, and include algorithms optimized for high-precision and HPC applications. At the same time, it wraps the classic C/Fortran methods, making it easy to switch over to them whenever necessary. Solving differential equations with different methods from different languages and packages can be done by changing one line of code, allowing for easy benchmarking to ensure you are using the fastest method possible.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    CADAM

    CADAM

    CADAM is the open source text-to-CAD web application

    ...A key idea is that the generated output is parametric and scriptable, enabling repeatable edits and variations rather than a one-off mesh result. The project integrates modern web tooling and a backend stack to manage sessions, model generation requests, and persisted outputs, making it usable as an actual product rather than only a demo. It’s also built to support an agentic workflow, where the system can refine outputs over multiple steps, bridging the gap between intent (“a bracket with four mounting holes”) and precise geometry.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    MuJoCo

    MuJoCo

    Multi-Joint dynamics with Contact. A general purpose physics simulator

    ...It is widely used in research fields such as robotics, biomechanics, computer graphics, animation, and machine learning, where fast and accurate physics simulations are essential. The engine provides a robust C API optimized for real-time computation, making it suitable for scientific research and advanced simulation environments. MuJoCo’s core architecture is performance-tuned and utilizes preallocated data structures created through an XML-based compiler. The platform includes built-in interactive visualization using OpenGL and a native graphical interface for analyzing and testing simulations. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Doctor Dok

    Doctor Dok

    Doctor Dok is an AI based medical data framework

    ...Doctor Dok is a secure storage, digitization, sharing, and AI discovery platform for all your family and/or folder health data. All health history - digitalized - accessible anywhere from Mobile or Desktop. Using AI you may translate your health records to one of 50+ languages - making abroad health services more accessible. Doctor Dok uses AI to OCR even a hardly readable photo of your health documents. Then stores it in the cloud with Zero Trust Security architecture (nobody but You can decrypt the data).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    seaborn

    seaborn

    Statistical data visualization in Python

    Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. Seaborn helps you explore and understand your data. Its plotting functions operate on dataframes and arrays containing whole datasets and internally perform the necessary semantic mapping and statistical aggregation to produce informative plots. Its dataset-oriented, declarative API lets you focus on what the different elements of...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    DifferentialEquations.jl

    DifferentialEquations.jl

    Multi-language suite for high-performance solvers of equations

    ...The well-optimized DifferentialEquations solvers benchmark as some of the fastest implementations, using classic algorithms and ones from recent research which routinely outperform the “standard” C/Fortran methods, and include algorithms optimized for high-precision and HPC applications. At the same time, it wraps the classic C/Fortran methods, making it easy to switch over to them whenever necessary. Solving differential equations with different methods from different languages and packages can be done by changing one line of code, allowing for easy benchmarking to ensure you are using the fastest method possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Th3inspector

    Th3inspector

    Best Tool For Information Gathering

    Th3Inspector is a Perl- and shell-based, all-in-one information-gathering toolkit built to quickly enumerate public and semi-public data about targets (domains, IPs, phone numbers, mail servers, etc.). It exposes a single command-line entrypoint (Th3inspector.pl) with many switches for common reconnaissance tasks — examples include website info, whois, MX lookup, geo-IP, subdomain discovery, CMS detection, port scanning, and Cloudflare real-IP resolution — so a user can chain many checks...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Prokka

    Prokka

    Rapid prokaryotic genome annotation

    ...Because it standardizes names, locus tags, and qualifiers, Prokka is often used as a baseline for comparative microbial genomics, pangenome studies, and functional profiling. Its modular design lets users plug in custom gene callers or databases, making it flexible for diverse research contexts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    City Map Poster Generator

    City Map Poster Generator

    Transform your favorite cities into beautiful, minimalist designs

    ...The repository includes a library of predefined themes that change the overall look (for example, blueprint-like styling, warm neutrals, or high-contrast variants), making it easy to produce multiple aesthetic directions without rewriting code. It is structured as a reproducible Python project with a clear install story and an emphasis on “run it once and get a finished poster” ergonomics. The output is designed to be visually striking and consistent across cities, which is useful for gifting, decor, or generating a catalog of posters programmatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TRIP

    TRIP

    Minimalist POI Map Tracker and Trip Planner

    ...It supports multi-day trip planning with detailed itineraries, which helps you move from “pins on a map” to an actionable schedule that can actually guide a real trip. TRIP also supports collaboration so you can share plans and coordinate with travel companions, making it practical for couples, groups, or families building a shared itinerary. It is designed to be easy to deploy via Docker, which makes it realistic to run on a homelab or private server, and it provides documentation for configuration including OIDC-based authentication for those who want a more integrated sign-in experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cookiecutter Data Science

    Cookiecutter Data Science

    Project structure for doing and sharing data science work

    ...When we think about data analysis, we often think just about the resulting reports, insights, or visualizations. While these end products are generally the main event, it's easy to focus on making the products look nice and ignore the quality of the code that generates them. Because these end products are created programmatically, code quality is still important! And we're not talking about bikeshedding the indentation aesthetics or pedantic formatting standards, ultimately, data science code quality is about correctness and reproducibility. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Laravel Translation Manager

    Laravel Translation Manager

    Manage Laravel translation files

    Laravel Translation Manager is a package that adds a web-based UI and database-backed workflow for managing Laravel translation files. Instead of replacing Laravel’s built-in translation system, it imports your lang PHP/JSON files into a database so you can view, search, and edit keys and values from a browser. Once translations are updated, you can export them back to flat files so your app continues to use the standard Laravel translation loader. This workflow is especially helpful when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenCV

    OpenCV

    Open Source Computer Vision Library

    The Open Source Computer Vision Library has >2500 algorithms, extensive documentation and sample code for real-time computer vision. It works on Windows, Linux, Mac OS X, Android, iOS in your browser through JavaScript. Languages: C++, Python, Julia, Javascript Homepage: https://opencv.org Q&A forum: https://forum.opencv.org/ Documentation: https://docs.opencv.org Source code: https://github.com/opencv Please pay special attention to our tutorials!...
    Leader badge
    Downloads: 3,246 This Week
    Last Update:
    See Project
  • 18
    Eagle Mode

    Eagle Mode

    Zoomable user interface (ZUI) with file manager, file viewers and more

    ...The most important one is the professional file manager with its rich, scriptable command set. It integrates file viewers for most of the common file types, as well as an audio and video player. Furthermore, the virtual cosmos contains a chess game, a netwalk game, a 3D minesweeper game, a multi-function clock, a stock watchlist, some fractals, and a Linux kernel configurator in form of a kernel patch.
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 19
    GCBASIC
    GCBASIC is an open-source BASIC compiler for 8 bit Microchip PIC, Atmel AVR legacy, AVRDx and LGT microcontrollers. See https://ko-fi.com/post/The-Story-of-GCBASIC-Making-Microcontroller-Progr-D1D319SJ72 for story of GCBASIC. This is a continuous release project. The latest release is always available. This will give you the most complete development toolchain to create and program 8-bit PIC, AVR and LGT microcontrollers. We have added new capabilities that make GCBASIC the easiest tool set available - supporting over 1400 microcontrollers with tools to make this fun and simple. ...
    Leader badge
    Downloads: 329 This Week
    Last Update:
    See Project
  • 20
    OpenClinic GA

    OpenClinic GA

    Open Source Integrated Hospital Information Management System

    OpenClinic GA is an open source integrated hospital information management system covering management of administrative, financial, clinical, lab, x-ray, pharmacy, meals distribution and other data. Extensive statistical and reporting capabilities.
    Leader badge
    Downloads: 186 This Week
    Last Update:
    See Project
  • 21
    Conscious Artificial Intelligence

    Conscious Artificial Intelligence

    It's possible for machines to become self-aware.

    ...This project has 2 subprojects: Object Pascal based CAI NEURAL API - https://github.com/joaopauloschuler/neural-api Python based K-CAI NEURAL API - https://github.com/joaopauloschuler/k-neural-api A video from the first prototype has been made: http://www.youtube.com/watch?v=qH-IQgYy9zg Above video shows a popperian agent collecting mining ore from 3 mining sites and bringing to the base. At the time the agent is born, it doesn't know how to walk nor it knows that it feels pleasure by mining. He has tact only (blind agent). The video shows learning, planning, executing and plan optimization.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    AtomProbeLab

    AtomProbeLab

    Matlab-based analysis of Atom Probe Data

    ...Currently, this includes: standard file operations, plotting mass spectra, mass spectra analysis and mass peak overlap solving. For more information see the Wiki: https://sourceforge.net/p/atomprobelab/wiki/Home/ Quick overview video: https://youtu.be/8rJHce7M5UU More in-depth video using the APT school demos live script: https://www.youtube.com/watch?v=cyrLHCzZwuw For details of the maximum likelihood method used to solve peak overlaps see the following papers: https://doi.org/10.1017/S1431927616012782 and https://doi.org/10.1017/S1431927618016276 for the quantification of the uncertainty. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    IEC 104  Client Master Simulator tool

    IEC 104 Client Master Simulator tool

    Simulate iec 104 client Master all ASDU monitor command file transfer

    ... * License Perpetual One-time payment, royalty-free Neither license manager nor dongle required Interoperability: http://www.freyrscada.com/docs/FreyrSCADA-IEC-60870-5-104-Client-Interoperability.pdf Download Evaluation Kit - IEC 60870-5-104 Development Bundle: In the Development Bundle, We included IEC 60870-5-104 Server & Client Simulator, Windows and Linux Software Development Kit. http://www.freyrscada.com/iec-60870-5-104.php video tutorial: https://www.youtube.com/playlist?list=PL4tVfIsUhy1bx7TVjtZnqFB6tbZBhOlJP
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 24

    AstroDuino

    Astrophotographing with Arduino and Linux

    Astroduino is a project for making hardware and software for controlling your telescope and stand using Arduino as controller. The end goal for this project is to support support astrophotographing using the Linux operating system as a foundation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jEPlus - Parametrics for E+ and TRNSYS

    jEPlus - Parametrics for E+ and TRNSYS

    An EnergyPlus shell for parametric studies and more ...

    ...In order to perform complex parametric analyses on multiple parameters with more than a handful of alternative values each, a tool to generate commands for the simulation model to run, and to collect results afterwards will be needed. jEPlus has been developed as such a parametric tool for EnergyPlus. To see jEPlus in action, check out this video: http://youtu.be/jBA7Q7npNK4 The source code of the jEPlus project is now hosted on GitHub: https://github.com/jeplus/jEPlus/
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next