Showing 40 open source projects for "depends"

View related business solutions
  • 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
  • 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
  • 1
    MakeHuman

    MakeHuman

    This is the main repository for the MakeHuman application as such

    This is the main source code for the MakeHuman application as such. See "Getting started" below for instructions on how to get MakeHuman up and running. Mac users should be able to use the same instructions as windows users, although this has not been thoroughly tested. At the point of writing this, the source code is almost ready for a stable release. The testing vision for this code is to build a community release that includes main application and often-used, user-contributed plug-ins. We...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 2
    word_cloud

    word_cloud

    A little word cloud generator in Python

    A little word cloud generator in Python. The code is tested against Python 2.7, 3.4, 3.5, 3.6 and 3.7. If you are using conda, you can install from the conda-forge channel. wordcloud depends on numpy and pillow. To save the wordcloud into a file, matplotlib can also be installed. If there are no wheels available for your version of python, installing the package requires having a C compiler set up. Before installing a compiler, report an issue describing the version of python and operating system being used. The wordcloud_cli tool can be used to generate word clouds directly from the command-line. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MoviePy

    MoviePy

    Video editing with Python

    ...The code is hosted on Github, where you can push improvements, report bugs and ask for help. There is also a MoviePy forum on Reddit and a mailing list on librelist. MoviePy depends on the Python modules NumPy, Imageio, Decorator, and Proglog, which will be automatically installed during MoviePy's installation. The software FFMPEG should be automatically downloaded/installed (by imageio) during your first use of MoviePy (installation will take a few seconds).
    Downloads: 35 This Week
    Last Update:
    See Project
  • 4
    Shaka Player

    Shaka Player

    JavaScript player library / DASH & HLS client / MSE-EME player

    ...Instead, Shaka Player uses the open web standards MediaSource Extensions and Encrypted Media Extensions. Shaka Player also supports offline storage and playback of media using IndexedDB. Content can be stored on any browser. Storage of licenses depends on browser support. Our main goal is to make it as easy as possible to stream adaptive bitrate video and audio using modern browser technologies. We try to keep the library light, simple, and free from third-party dependencies. Everything you need to build and deploy is in the sources. We support iOS 12+ through Apple's native HLS player. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    kgclock

    kgclock

    Desktop Analog Clock for Linux and notification system

    Desktop clock for X Windows/Linux, provides desktop clock and a alert/notification system. Built using Kulina Graphics Library (kglib) and the companion development tool 'kgdevelop', 'kgclock' has very few other dependencies. However Kulina Graphics depends on Graphic Magick for its image processing components. Hence Kulina Graphics depends on Graphic Magick and its dependencies. Kulina Graphics Libray and kgdevelop are available for free download. The binary file for 'kgclock' is statically linked with kulina graphic library and its dependencies and hence should work for any 64bit Linux distribution. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    EasyABC

    EasyABC

    EasyABC is an open source ABC editor

    ...The program was originally written in Python 2.7 and WxPython by Nils Liberg and runs on Windows, OSX, and Linux. Jan Wybren de Jong has converted to run on Python 3.8 or higher. Frédéric Aupépin has been supporting EasyABC on OSX. EasyABC depends upon other external programs like abc2midi, abcm2ps, fluidsynth. If you install the Windows or Mac executables most of these programs are automatically included.
    Leader badge
    Downloads: 244 This Week
    Last Update:
    See Project
  • 7

    wrk2mid

    Cakewalk to Standard MIDI Files Command Line Utility Translator

    wrk2mid is a command line utility for translating WRK (Cakewalk) files into MID (standard MIDI files). This project depends on Qt and Drumstick libraries.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    kgcalc

    kgcalc

    Desktop Calculator for Linux using Kulina Graphics

    ...May be its extra feature is its editable view of the calculating expression and ability to recover previous calculations. Kulina Graphics Library uses GraphicsMagick for its image processing and depends on GaphickMagick and its dependencies. 'kgcalc' binary is 64 bit and linked statically with kulina graphics library and its dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ...Pre-built Windows x64 installer available at https://buymeacoffee.com/nathancrews/e/255640 LAS/LAZ Pointcloud Windows Shell Extension: This "quick viewer" shell extension provides a Windows File Explorer right click menu option to quickly generate 3D preview images for large and small .las and .laz files. (Disclaimer: Processing time depends on compute hardware) Typical processing time for 100mb .las is about 2 seconds. 25mb .laz file process in about the same times. Files are processed in parallel using available CPU cores. Pre-built Windows x64 installer available at https://buymeacoffee.com/nathancrews/e/255641
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    Rayshade

    Rayshade

    Rayshade raytracer

    now gnu-ized, gcc-4.7.4 or gcc-10.2.0 A raytracer does not require custom code for (shadows, mirrors) like GL: it uses physics to simulate light to make realistic images, leaving one to specify only what is in the scene. (at a cost of speed) Rayshade is a 1990's raytracer, a great one back then (and still useful). Rayshade has an excellent easy to read yet informative User's Guide that other's could not help but copy from. (html of guide is in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    rayshade-mathematica

    rayshade-mathematica

    rayshade and POV for Mathematica Export + view

    Beautifully Render* your Graphic3D and Shown or Manipulate right in the Front End (without Export to, ie 3DStudio Art Renderer, et al). For use with Mathematica 4.0 - 13.1. Makes file.ray or .pov that will look much like image in notebook except rendered. Works easily/automatically with many Graphics3D (and some Graphic) as well. However graphics in 13.1 is too big to comment on: many will work many not. Has many options to fix renders that aren't so auto. Now very portable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mayo 3D Cad Viewer

    Mayo 3D Cad Viewer

    Free cad viewer for 3d drawings in different formats

    A very nice 3d Cad viewer program. This software depends on the Opencascade library. To install opencascade V7.5.0 Beta on linux : sudo dpgk -i opencascade.deb To install mayo : sudo dpkg -i mayo-cad-viewer.deb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aramacao

    Aramacao

    Aramacao is a lip syncing application for Linux

    Aramacao is a program for creating exposure sheets to help syncing mouth animation to an audio track. Aramacao depends on the following libraries: * GTK+ 3 * GStreamer 1.0+ (with gstreamer-pbutils)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DeepMind Lab

    DeepMind Lab

    A customizable 3D platform for agent-based AI research

    DeepMind Lab is a 3D learning environment based on id Software's Quake III Arena via ioquake3 and other open source software. DeepMind Lab provides a suite of challenging 3D navigation and puzzle-solving tasks for learning agents. Its primary purpose is to act as a testbed for research in artificial intelligence, especially deep reinforcement learning. If you use DeepMind Lab in your research and would like to cite the DeepMind Lab environment, we suggest you cite the DeepMind Lab paper. To...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    zoomenhance

    the Mars anomalies image viewer with realtime enhancements

    Image viewer for deeper part analyzing of an image. This software can adjust the contrast on the fly, in the region of interrest. The region of interest depends on zoom-factor and dimensions of the output window. The special second version of this filter adjust the contrast independently for any R,G,B layer. This maximizes the visibility of color differences. For example: very useful for images from the Mars-rovers with reduced contrast and color information. More realtime functions: brightness, contrast, gamma, RGB/HSL, un/sharp, unblur. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ISee

    ISee

    Lightweight image viewer

    Viewer for media data with only dependency being Qt-Lib (tested with 4.8 and 5.5). With thumbnails, fullscreen preview, slideshow,.... Support for various image formats (jpeg, png, gif, raw, etc.) and EXIF-Data. Support for image formats depends on used Qt version. EXIF support requires libexif (tested with version 0.6.21).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    povray 3.6.1.1 raytracer
    The Persistence of Vision Raytracer source tarball. This release of POVRay is intended for building on Linux or Apple Sierra OS. It fixes a couple compile time obstructions. It does not require MacPorts (but Apple X-Code is required of course). On mac it will have image output but no gui pop-up window. Please see http://www.povray.org for other/official releases. To build do the iconic: # ./configure # make # make install
    Downloads: 33 This Week
    Last Update:
    See Project
  • 18
    Rassam-paint

    Rassam-paint

    Simple drawing program for Linux

    Rassam-paint is an open source bitmap editing and drawing with the following advanced features :Free Selection Tool,Zoom ,Undo,Text Tool,Color palettes,Dynamic resize image,Pencil ,Lines, Rectangles , Color Picker, Round Brush , Flood Fill , Rectangle,Filters,And more... Rassam-paint support popular graphics image formats (PNG, JPEG, TIFF, BMP and others).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    rayshade raytracer for linux

    rayshade raytracer for linux

    rayshade 4.0.6 linux patch

    ...Files Section has a patch allowing Rayshade to build in Linux more fully / less errors than the tiny redhat patch that can be found. The Utah Raster Toolkit is a "depends" - it needs to be installed before Rayshade builds so images can become viewable format. http://sourceforge.net/projects/rayshade/ http://sourceforge.net/projects/rayshade-math/ http://sourceforge.net/projects/utahrastertoolkit/ NOTE: Rayshade is unmaintained so no longer competitive to povray. And neither are competitive to RADIANCE. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    webCAMotion

    webCAMotion

    webCAMotion is a program that uses your webcam to simulate a mouse.

    webCAMotion is a program that uses your webcam to simulate a mouse.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    JChart2D

    JChart2D

    jchart2d is a real-time charting library written in java.

    JChart2D is a easy to use component for displaying two- dimensional traces in a coordinate system written in Java. It supports real-time (animated) charting, custom trace rendering, Multithreading, viewports, automatic scaling and labels. Former UI controls (right click context menu, file menu) have been ported to the subproject jchart2d-uimenu (https://sourceforge.net/projects/jchart2d-uimenu.jchart2d.p/) for the benefit of having no dependencies to 3rd party libraries.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Encaps is multipurpose, flexible, skinnable, lightweight content management system, which you can use as gallery, shopcart, blog, catalog - depends on html skin you choose. Live demo: http://www.encaps.net/php/encapsgallery/templates/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The QT Webcam Recorder is a tool to record films from a webcam into various formats.It supports webcam preview and audio recording. Additionally the QWR is able to stream data via http. The project depends on QT, video4linux, the jack audio kit and ff
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An extension of GWTCanvas widget to allow leveraging all of the features of the HTML 5 canvas element, like drawing text and shadows. Depends on browser support for the canvas element. See project home page link for usage details.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Atlantis Media Center is a media center written in python. I started this project because I need certain features for my custom linux box that other media centers did not provide: record dvb tv, mame/p2p support. It depends on mplayer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB