Showing 668 open source projects for "using"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Primitive Pictures

    Primitive Pictures

    Reproducing images with geometric primitives

    Primitive Pictures is an image processing command-line tool written in Go that reproduces images using geometric primitives (triangles, rectangles, ellipses, polygons, etc.). The core algorithm is iterative and “hill-climbing”: given a target image, it repeatedly finds the best single shape to add that will reduce the error between the current approximation and the target image, then draws that shape. Over time (e.g., adding 50-200 shapes) the output becomes an abstracted version of the input image—recognizable, artistic, and often visually striking. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    SmartBody

    Character animation system for games and simulations.

    ...) * Steering - avoiding obstacles and moving objects * Object manipulation - reach, grasp, touch , pick up objects * Lip Syncing - characters can speak with simultaneous lip-sync using text-to-speech or prerecorded audio * Gazing - robust gazing behavior that incorporates various parts of the body * Nonverbal behavior - gesturing, head nodding and shaking, eye saccades - Online and offline retargeting of motion - Automatic skinning and rigging SmartBody is written in C++ and can be incorporated into most game engines. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PureCSS Francine

    PureCSS Francine

    HTML/CSS drawing in the style of an 18th-century oil painting

    ...Every visual element—from facial features to textures—is rendered using handcrafted CSS properties, illustrating advanced concepts in styling and layout manipulation. As a result, purecss-francine stands as a powerful example of CSS mastery, inspiring developers and designers to explore the artistic capabilities of code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    Dissapearing-People

    Dissapearing-People

    Removing people from complex backgrounds in real time

    Person removal from complex backgrounds over time. Removing people from complex backgrounds in real-time using TensorFlow.js in the web browser using JavaScript. This code attempts to learn over time the makeup of the background of a video such that I can attempt to remove any humans from the scene. This is all happening in real-time, in the browser, using TensorFlow.js. This is an experiment. It may not be perfect in all situations. Go ahead and try it right now in your own web browser. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AnoPlib - Animlets are not Particles library - provides a library for rendering small and fast animated effects using openGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple 2D

    Simple 2D

    Simple, open-source 2D graphics for everyone

    Simple2D is a cross-platform C library that wraps SDL2 to provide a clean and easy API for developing 2D games and interactive applications. It’s designed to be beginner-friendly and eliminates much of the boilerplate involved in setting up graphics, audio, and input handling. Developers can use Simple2D to quickly prototype ideas or build lightweight applications in C with full access to rendering, events, and asset management. It is especially well-suited for learning environments and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Pencil2D

    Pencil2D

    Pencil2D is a cross-platform animation/drawing application.

    Pencil2D is an animation/drawing application for OSX, Windows and Linux. It lets you create traditional hand-drawn animations (cartoons) using both bitmap and vector graphics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Image Super-Resolution (ISR)

    Image Super-Resolution (ISR)

    Super-scale your images and run experiments with Residual Dense

    ...This project contains Keras implementations of different Residual Dense Networks for Single Image Super-Resolution (ISR) as well as scripts to train these networks using content and adversarial loss components. Docker scripts and Google Colab notebooks are available to carry training and prediction. Also, we provide scripts to facilitate training on the cloud with AWS and Nvidia-docker with only a few commands. When training your own model, start with only PSNR loss (50+ epochs, depending on the dataset) and only then introduce GANS and feature loss. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    remark

    remark

    A simple, in-browser, markdown-driven slideshow tool

    ...Store it wherever you like; on your computer, hosted from your Dropbox, hosted on Github Pages alongside the stuff you're presenting. Easily collaborate with others, keeping track of changes using your favourite SCM tool, like Git or Mercurial. A Markdown-formatted chunk of text is transformed into individual slides by JavaScript running in the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    vim.wasm

    vim.wasm

    Vim editor ported to WebAssembly

    This project is an experimental fork of Vim editor by @rhysd to compile it into WebAssembly using emscripten and binaryen. Vim runs on Web Worker and interacts with the main thread via SharedArrayBuffer. The goal of this project is running Vim editor on browsers without losing Vim's powerful functionalities by compiling Vim C sources into WebAssembly. Almost all Vim's powerful features (syntax highlighting, Vim script, text objects, etc.) including the latest features (popup window) are supported. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    React Move

    React Move

    Beautiful, data-driven animations for React

    ...The 5.x version just includes react-lifecycles-compat to make the library work with earlier versions of React. This adds a little to the bundle so use 6.x if you're using React 16.3+. Before looking at the components it might be good to look at starting state. You are going to be asked to define starting states for each item in your NodeGroup and Animate components. This is a key concept and probably the most error prone for developers working with React Move.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GIMP Plugin Pixel Art Scalers

    GIMP Plugin Pixel Art Scalers

    Gimp plugin for scaling / rescaling images

    The GIMP Plugin: Pixel Art Scalers is a tool for rescaling images using algorithms optimized for pixel art, such as HQX, XBR, and ScaleX. These scalers resize graphics while preserving the sharpness and clarity of pixel art, avoiding blurring and pixelation. The plugin integrates into GIMP's interface, providing users with options to adjust scaling parameters and improve the quality of upscaled images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    GraphicsFuzz

    GraphicsFuzz

    A testing framework for automatically finding and simplifying bugs

    GraphicsFuzz is a framework developed by Google for testing and fuzzing graphics drivers using automatically generated GLSL shaders. It helps identify security vulnerabilities, driver crashes, and rendering inconsistencies in OpenGL and Vulkan drivers by feeding them randomized but valid shader programs. Originally developed through academic research, GraphicsFuzz automates the process of minimizing and analyzing problematic shaders, helping hardware vendors and driver developers improve the reliability and robustness of their graphics stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DisplayCAL

    DisplayCAL

    Display Calibration and Characterization powered by Argyll CMS

    DisplayCAL (formerly known as dispcalGUI) is a graphical user interface for the display calibration and profiling tools of Argyll CMS, an open source color management system. Calibrate and characterize your display devices using one of the many supported measurement instruments, with support for multi-display setups and a variety of available settings like customizable whitepoint, luminance, tone response curve as well as the option to create accurate look-up-table ICC profiles as well as some proprietary 3D LUT formats. Check the accuracy of profiles and 3D LUTs via measurements.
    Leader badge
    Downloads: 4,732 This Week
    Last Update:
    See Project
  • 16
    Advance

    Advance

    Physics-based animations for iOS, tvOS, and macOS

    An animation library for iOS, tvOS, and macOS that uses physics-based animations (including springs) to power interactions that move and respond realistically. There are several ways to integrate Advance into your project. Advance animations are applied on every frame (using CADisplayLink on iOS/tvOS, and CVDisplayLink on macOS), allowing for fine-grained control at any time. Animator allows for more flexibility in the types of animation that can be performed, but gives up some convenience in order to do so. Specifically, animators allow for any type of animation or simulation to be performed for a single value. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cropper

    Cropper

    jQuery image cropping plugin

    Cropper is a powerful and flexible JavaScript image cropping library designed to bring rich, interactive cropping functionality to web applications with minimal setup. It provides users with an intuitive interface to select and adjust crop regions on images using drag-and-drop, zoom, rotate, and aspect-ratio controls, making it ideal for profile picture editors, photo upload tools, and content management interfaces. Developers can initialize Cropper on any <img> element and customize it with a comprehensive set of options like fixed aspect ratios, minimum crop box sizes, and preview panes that update in real time. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Synthclipse

    Synthclipse

    GLSL shader prototyping tool based on Eclipse IDE.

    ...It makes possible to fast develop all kinds of shaders: Fragment (FS), Vertex (VS), Geometry (GS), Tessellation (TS) and Compute (CS). Shader development can be done using, compatible with Fragmentarium and Shadertoy (but limited to FS and VS), Fragx shaders or by using fully featured JavaScript JSX scripts. The JSX API is consistent with WebGL but in fact exposes complete OpenGL 4+ API. To install Synthclipse one can download prepacked Eclipse with Synthclipse feature (see "Files" section above) or update an existing Eclipse using the following Update Site: https://kamil-kolaczynski.github.io/synthclipse/update/ Prepacked version has one advantage: it has nice console logs coloring since it shipped with Grep Console plugin ( https://marketplace.eclipse.org/content/grep-console ) that is configured specially for Synthclipse logs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Firescreen - Screenshots webpage

    Firescreen - Screenshots webpage

    Get in an immediate screenshots of your web pages for Firefox

    Get in an immediate screenshots of your web pages with this useful extension reserved for the famous Firefox browser. For installation of the addon you can click directly on the download button using your Firefox browser and authorize the addition of the extension. The project was realized with the support of the library: PDF API HTML5 - http://ulmdevice.altervista.org/pdfapihtml5 ========================== Opera add-on: http://opr.as/20Njeed Firefox add-on: http://mzl.la/23AD5P9
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    AwesomeBump

    AwesomeBump

    Open Source graphic tool and alternative to Insane Bump

    AwesomeBump is a free and open source graphic app written using Qt library. It was made as an alternative to known gimp plugin Insane Bump or the commercial tool Crazy Bump. It is designed to generate normal, height, specular or ambient occlusion, metallic, roughness and other textures from a single image. Most of the image processing is done on GPU so the program runs very fast and all the parameters can be changed in real time.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 21
    Chartist.js

    Chartist.js

    Simple responsive charts

    ...But Chartist.js is the product of a community that was disappointed about the abilities provided by other charting libraries. Of course there are hundreds of other great charting libraries but after using them there were always tweaks you would have wished for that were not included. Are you planning to use Chartist to create a nice Dashboard or Admin UI? Don't loose any time and kickstart your development using the awesome templates by Creative Tim. They include Chartist and come with awesome chart styles! Specifying the style of your chart in CSS is not only cleaner but also enables you to use awesome CSS animations and transitions to be applied to your SVG elements! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GLMixer

    GLMixer

    Graphic Live Mixer

    ...The output of your operations is shown in the output window, typically displayed in full-screen on an external monitor or a projector. But the output can also be saved as a video file. Control GLMixer through network using OpenSoundControl, and generate graphics with ShaderToy GLSL code. Download : https://sourceforge.net/projects/glmixer/files/ Please note GLMixer is discontinued and superseded by vimix https://brunoherbelin.github.io/vimix/
    Leader badge
    Downloads: 126 This Week
    Last Update:
    See Project
  • 23
    DrawGlycan-SNFG

    DrawGlycan-SNFG

    Renders glycans and glycopeptides with frag. info using SNFG format

    ...To install the GUI version, simply download and run the installer for PC or Mac. To install in Linux, follow in-package instructions or visit the VirtualGlycome.org FAQ page. The source code can be edited and run using MATLAB2014b or later. How to Cite: DrawGlycan-SNFG: a robust tool to render glycans and glycopeptides with fragmentation information Kai Cheng; Yusen Zhou; Sriram Neelamegham Glycobiology (2017) 27 (3): 200-205 Source code also available at: https://github.com/neel-lab/DrawGlycan-SNFGv2 Abstract & Full Text: https://doi.org/10.1093/glycob/cww115
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    StackEdit

    StackEdit

    In-browser Markdown editor

    ...StackEdit can sync your files with Google Drive, Dropbox and GitHub. It can also publish them as blog posts to Blogger, WordPress and Zendesk. You can choose whether to upload in Markdown format, HTML, or to format the output using the Handlebars template engine.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 25
    Wraith

    Wraith

    A responsive screenshot comparison tool

    ...Wraith uses a headless browser to create screenshots of webpages on different environments (or at different moments in time) and then creates a diff of the two images; the affected areas are highlighted in blue. There are two main modes for using Wraith, 'capture' mode and 'history' mode. Wraith has some built-in JavaScript and configuration file templates for you to get started with right away. If you wish to take screenshots of a component rather than the entire page, use casperjs and pass a selector along with your paths. In the 'component' example config, you can see how we specify a component name, domain path and selector we want to capture. ...
    Downloads: 0 This Week
    Last Update:
    See Project