Showing 140 open source projects for "drawing"

View related business solutions
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • 1
    Ycad is a library of CAD functions in Java. Currently only DXF is supported for reading, viewing and writing. The DXF drawing may be rendered to a Graphics object for printing or imaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Tersus Visual Programming Platform
    The Tersus Visual Programing Platform lets you easily create enterprise web applications by drawing visual diagrams instead of writing code. If you need to create enterprise web applications, Tersus is for you. The source code repository has moved to https://bitbucket.org/tersusvpp/tersus.opensource/src/master/ *This repository is no longer updated.*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DiagonalLayout

    DiagonalLayout

    Explore new styles and approaches on material design

    ...The library exposes XML attributes to set the diagonal angle, direction (left/right), and position (top/bottom/left/right), plus supports elevation so that shadows and Material-style depth are preserved. You embed your standard content (images, text, child views) inside the DiagonalLayout container, and it handles clipping/drawing. Although the author has archived the repo (so no new development), DiagonalLayout remains a useful tool for older Android projects requiring stylized layouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    School Homework

    An open source website for help in grade 1-4 school work practice.

    An open source web-site for helping parents and students practice for school. Grade 1 to 4 Math work sheets are the main focus. Currently it only has content for grade 3 Math and applet for drawing in Raster and Vector formats. Project moved to: https://github.com/hammadrauf/School-Homework https://github.com/JuniorSchool https://github.com/JuniorSchool/SchoolShorts
    Downloads: 0 This Week
    Last Update:
    See Project
  • Iris Powered By Generali - Iris puts your customer in control of their identity. Icon
    Iris Powered By Generali - Iris puts your customer in control of their identity.

    Increase customer and employee retention by offering Onwatch identity protection today.

    Iris Identity Protection API sends identity monitoring and alerts data into your existing digital environment – an ideal solution for businesses that are looking to offer their customers identity protection services without having to build a new product or app from scratch.
    Learn More
  • 5
    Android Game Engine

    Android Game Engine

    Multi-threaded game engine for Android

    ...In-depth GL knowledge isn't necessary to start; use the OBJ loader to import models from Blender and elsewhere, attach textures, and start rendering! Threads run different activities, e.g. initialization, framerate, timer, game cycle. Apartment model with message passing. The drawing cycle is inverted from typical game loops. Framerate has a dedicated timer, and SurfaceView is in on-demand rendering mode. Game Objects (GOs) opt-in to services by implementing the "marker" interface for each one it wants. GOs enter the system via Install Pipeline, an asynchronous "standard" implementation that keys on the marker interfaces and performs the "protocol" for that marker. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    A tool for drawing callflow diagrams of the kind common in the telecommunications industry. Input to the tool is in a terse textual notation, and output from the tool can be in several formats, including ASCII, pic format, XML, SVG, VML, and graffle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Punish

    Punish

    A card game similar to Crazy Eights

    ...If an Ace is played, it must be followed by another card matching the suit of the Ace or another ace, failing which he must draw a card, but not if the Ace was the last card in his hand. Playing an Eight results in all other players drawing one card from the draw pile. If the player does not have a suitable card to play, nor an Ace/Jack/Eight, he must draw a card.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    LineDDA

    Enumerate every point on a line

    Here is a nice little class we can use to enumerate each and every point on a line. We are using the Digital Differential Analyzer (DDA) approach. The idea of drawing a simple line is well supported by just about every graphical framework. What is less sure is the ability to enumerate through a set of points so as to choose just which points we are interested in. LineDDA also graphically demonstrates support for Positive Slope, Negative Slope, Zero and No Slope. Source code included in archive / jar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PageFlip

    PageFlip

    3D Style Page Flip on Android

    This project is aimed to implement 3D style page flip on Android system based on OpenGL 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Inventory and Order Management Software for Multichannel Sellers Icon
    Inventory and Order Management Software for Multichannel Sellers

    Avoid stockouts, overselling, and losing control as your business grows.

    We are the most powerful inventory and order management platform for Amazon, Walmart, and multichannel product sellers. Centralize orders, product information, and fulfillment operations to run more efficiently, sell more products, and stay compliant with marketplace requirements so you can grow profitably.
    Learn More
  • 10
    DanmakuFlameMaster

    DanmakuFlameMaster

    Open source barrage analysis and drawing engine project

    Use multiple methods (View/SurfaceView/TextureView) to achieve efficient drawing. Analysis of xml barrage format at station B. The basic barrage accurately restores the drawing. Supports mode7 special barrage. Multi-core model optimization, efficient pre-caching mechanism. Supports multiple display effect options for real-time switching. Real-time barrage display support. Wrap Barrage Support/Sport Barrage Support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cress Tool Suite

    Cress Tool Suite

    Cress is a comprehensive toolset for graphical service/workflow design

    ...Cress diagrams are automatically translated into formal languages for rigorous analysis and verification, and are also automatically translated into implementation languages for deployment and validation. Cress aims to make service design as easy as possible without requiring specialist development knowledge. It simplifies service creation to drawing diagrams, clicking buttons and defining a few tool parameters. All key functions of Cress can be controlled from the Chive diagram editor. Cress is written using portable and widely used languages (Perl and Java). It can be extended by a developer for other kinds of services that can be characterised by activity flows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JTexXchart

    JTexXchart

    Java library for drawing 2D charts with LaTeX math support

    Call me a purist, but I was never happy with the graphs produced with existing (free) Java tools. My dream package is lightweight with minimal dependencies, offers clean vector-graphics export and TeX-support for typesetting mathematical elements in axis labels, chart legends etc. This is hard (impossible?) to find and I thus decided to construct my own, mostly from existing code. This project is based on refactored versions of the popular packages 'XChart' (orig. by Tim Molter, © Knowm...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pipes is a desktop system which analyzes an AutoCad(TM) drawing of a sprinkler system, checks for flaws and after these are eliminated, adds the size/diameter labels to the drawing. Tutorial: http://users.norwoodlight.com/janh/wink/autopipes-entry.htm
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    InstaMaterial

    InstaMaterial

    Implementation of Instagram with Material Design

    ...The implemented elements and effects include a Send button animation in comments view, ViewAnimator, Ripples, and RecyclerView smoothness. Floating context menu for feed item. Like counter, like button animation, like photo animation, AnimatorSet, ObjectAnimator, and TextSwitcher. Custom view drawing, camera preview, capturing photo, circular reveal, and many elements and effects more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    UML Reverse Mapper

    UML Reverse Mapper

    Automatically generate class diagram from code

    UML Reverse Mapper is a utility that helps convert existing code structures into UML-like representations so developers can visualize and reason about their systems. It is aimed at teams that inherit codebases or work on legacy projects and need a fast way to understand classes, relationships, and dependencies. Instead of drawing UML by hand, you point the tool at the code and let it generate artifacts that resemble standard UML diagrams. This dramatically speeds up documentation and makes architectural conversations more concrete. Because it is source-first, the documentation it produces is less likely to get out of sync than manually authored diagrams. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 16

    JFreeSVG

    A fast & light-weight SVGGraphics2D implementation for Java.

    JFreeSVG is a vector graphics library for the Java(tm) platform that allows you to generate content in SVG format using the standard Java2D drawing API (Graphics2D). JFreeSVG is light-weight, fast, and has no dependencies other than the Java runtime (1.6 or later).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Gene Studio is a free tool for modelling of DNA manipulation. It will allow to work with vectors, to design primers, to clone molecules and provide user friendly intewrface.
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 18
    Identikit
    A basic and easy java program to make black and white identikit drawing ,with a library of face elements that you can also modify and expand without limit !Source code available. Also available a very rough base for a 3D construction of the face.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    SketchEl
    Chemical structure sketching tool, for use with various cheminformatics applications. Convenient to use and moderately sophisticated. Suitable for viewing, creating and editing MDL MOL files.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    CrypPic
    CrypPic is a free software application based on Java 8 which can be used to encrypt and manipulate the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SimiTriX-SimiTetra

    SimiTriX-SimiTetra

    Similarity, Comparative genomic, Visualization, Eclipse RCP, SimiTri

    This application system is based on Eclipse RCP, and it uses the JFreeChart and JOGL library to implement the chart drawing and OpenGL. There are some scripts to generate similarity data for main application and to analysis result. It is an useful tool to visualize relative similarity relationship between different datasets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Tactics Board

    Tactics Board

    eSports tactical drawing board

    Tell your teammates where you want them to go in a match by simply drawing it to them. Import an overview image of the map (PNG) and then show them their spots by simply dragging the connected player onto the board. Draw player's pathes with a crosshair pencil in different colors. Add icons to the board to illustrate grenade or smoke targets. Uses http://netty.io/ for network communication and https://code.google.com/p/json-simple/ as communication objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SpiroJ
    SpiroJ is a simple generator of hypotrochoids and similar roulettes. The basic principle is rolling one circle on another circle - similar to the classic Spirograph toy, but more flexible. It can export drawing to SVG, EPS and AI formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Symbol Commander

    Symbol Commander

    Symbol Commander - Issuing command to the system by drawing symbols.

    This utility will help you to launch applications like Mozilla Firefox, GIMP 2, Kwrite just by drawing symbols on the drawing panel in Linux OS running KDE graphical desktop environment. You may also assign symbols for opening websites, text files just by drawing symbol on the drawing panel with just 1 finger in case of touch-pad or by hovering mouse over the nodes in drawing panel if there is no touch-pad. This utility offers a unique design for drawing / assigning symbols. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Android: PicturePlayer

    Play sequence of images as video on Android device.

    You can add images in folders or zip archives to special directory on your sdcard (/sdcard/PicturePlayer) and then play them as videos with various of settings, like fps, scale, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB