Ruby Graphics Software

View 159 business solutions

Browse free open source Ruby Graphics Software and projects below. Use the toggles on the left to filter open source Ruby Graphics Software by OS, license, language, programming language, and project status.

  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    mrViewer

    mrViewer

    Flipbook, Image Viewer and Audio-Video Player

    This project is no longer active. It has been replaced by mrv2 at: www.sourceforge.net/p/mrv2 A video player, interactive image viewer, and flipbook for use in VFX, 3D computer graphics and professional illustration.
    Leader badge
    Downloads: 69 This Week
    Last Update:
    See Project
  • 2
    Wraith

    Wraith

    A responsive screenshot comparison tool

    Wraith is a screenshot comparison tool, created by developers at BBC News. 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. All config options will be placed in a YAML config file. You set the headless browser, diff mode, threshold, fuzz amount and screen widths.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    JLink lets users author flow charts based on ISO 5807 and IBM standards. Developers can use JLink to add flowcharts to applications, serve a flow chart over the web in PDF or PNG, or dynamically create a flowchart with Javascript, Python or Ruby scripts
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    ComicViewerApp
    A JRuby/Java-Application for viewing web comics. Preloads and caches content. Uses a database for storing comic pages. Allows easy selection of comics and pages. All comics configurable by user.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    VINARI SOFTWARE

    VINARI SOFTWARE

    Software Facil, Vida Facil

    Vinari Software brinda aplicaciones útiles para Microsoft Windows y distribuciones GNU/Linux, las cuales hacen que la informatica moderna sea mas sencilla. Todas estas aplicaciones estan protegidas bajo la licencia BSD, la cual puede ser leída en el siguiente enlace: https://vinarisoftware.wixsite.com/vinari/licencia
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Jeszra is a visual designtool, which combines 2D- vector graphics and GUI design. Jeszra is written in Tcl/Tk and creates reusable code for: * Tcl, Ruby, Lisp and Python. * DocBook based reference pages. * SVG import and export.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Ruby scripts grow 3D fractals and render them with PovRay, OpenInventor and YASRT. Includes (rough) ports of Lauren Lapre's LPARSER to GNU C++. Includes a RubyTk "sketch" output for quick previews as you edit a script.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Online photo album written in Ruby. Catalogues photos with event, location, time etc. The journal facility allows a entry to be added with inline preview photos or links to location or event searches.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    SketchUp to Ogre Exporter

    A Ruby script to export Google SketchUp scenes as Ogre 3D meshes

    This is a Ruby script for Google SketchUp which can export 3D scenes to the Ogre 3D rendering engine. It is released under the LGPL. Development is sponsorized by ASA-Lab at the Virtual Reality & Multimedia Park.
    Downloads: 1 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    Portable Plot is a pure ansi/iso c++ plot library that makes the construction of native plot widgets easy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A tool for segmenting objects of interest in images, namely creating masks, and storing them for a set of images. It may provide some automatic/interactive segmentation for certain classes of objects. For computer vision / machine learning applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Use ClanLib from Ruby! ClanRuby is a set of bindings from the Ruby language to the ClanLib multimedia library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The goal of this project is to produce a program which a blind person could use to generate graphical diagrams of systems for sighted people. The source of the diagram would be text in a simple diagram-building syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DisBlend (for distributed Blender) is a project to build a light system of distributed rendering for Blender 3D (www.blender.org). The client and servers are now written in Ruby 1.8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Draper

    Draper

    Decorators/view-models for Rails applications

    Draper adds an object-oriented layer of presentation logic to your Rails application. Without Draper, this functionality might have been tangled up in procedural helpers or adding bulk to your models. With Draper decorators, you can wrap your models with presentation-related logic to organize and test this layer of your app much more effectively. Imagine your application has an Article model. With Draper, you'd create a corresponding ArticleDecorator. The decorator wraps the model, and deals only with presentational concerns. In the controller, you decorate the article before handing it off to the view. In the view, you can use the decorator in exactly the same way as you would have used the model. But whenever you start needing logic in the view or start thinking about a helper method, you can implement a method on the decorator instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project has moved to RubyForge; please visit http://www.fxruby.org for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FreeMovie is an SWF generator library written in PHP and ported to Ruby. FreeMovie can be used to develop Web and desktop aplications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This XML-based language will allow easy creation and integration of Game Map and Object definitions for any game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GelKeys2D is a multi-user, web-based Laboratory Information Management System (LIMS) for the storage, markup, and sharing of 2D gels generated for proteomics analyses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gemstone Gallery is an elegant, flexible gallery program written in Ruby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    HornetsEye Ruby Computer Vision Library

    Ruby computer vision library

    Video processing and computer vision library for GNU/Linux offering interfaces to do image- and video-I/O with ImageMagick/Magick++, Xine, firewire digital camera (DC1394), and video for linux (V4L2). Note that this version of HornetsEye is deprecated. HornetsEye now is released as multiple packages on RubyGems.org. The source code is available on Github.com (see https://wedesoft.github.io/hornetseye-doc/ for more information).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ** The OpenStudio Legacy Plug-in has been relaunch as Euclid by Big Ladder Software, please see the new homepage: http://bigladdersoftware.com/projects/euclid/ ** The Legacy OpenStudio SketchUp Plug-in makes it easy to create and edit the building geometry in your EnergyPlus input files. Note that active development has moved to the more comprehensive OpenStudio suite of tools and libraries at https://www.openstudio.net/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Linguist

    Linguist

    Detect blob languages, suppress generated files and generate graphs

    This library is used on GitHub.com to detect blob languages, ignore binary or vendored files, suppress generated files in diffs, and generate language breakdown graphs. Linguist is a Ruby library so you will need a recent version of Ruby installed. There are known problems with the macOS/XCode supplied version of Ruby that causes problems installing some of the dependencies. Accordingly, we highly recommend you install a version of Ruby using Homebrew, rbenv, rvm, ruby-build, asdf or other packaging system, before attempting to install Linguist and the dependencies. Linguist uses charlock_holmes for character encoding and rugged for libgit2 bindings for Ruby. These components have their own dependencies. A repository's languages stats can also be assessed from the command line using the github-linguist executable. Without any options, github-linguist will output the breakdown that correlates to what is shown in the language stats bar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mollino

    Mollino

    Not your usual Architectural Modeler

    Why do Archicad and Revit only share 30 or 40% of the global architectural sofware market ? Maybe because lots of small practices find these software unadapted to the way they work, and to their bank account. I think there's place for an open software that doesn't work like the existing. It will be simple in its tools and processes, and will have infinite capabilities. This will be possible by defining a logical structure. As I am an architect, and I know very little about programming, and wouldn't reach even in 10 years the necessary level to be able to write anything useful for this type of software, my part will be to bring ideas and coherence to this project. If you want to know some more : - go to the blog https://sourceforge.net/p/mollino/blog/ - write me a message ;) I speak french, german, english and italian. Martin Lucas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simulator of virtual animals made up of biological neural networks for research in the Computational Neuroscience field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.