Showing 72 open source projects for "bezier"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Hyprland

    Hyprland

    Hyprland is a highly customizable dynamic tiling Wayland compositor

    Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. It provides the latest Wayland features, is highly customizable, has all the eye candy, the most powerful plugins, easy IPC, much more QoL stuff than other wlr-based compositors and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    react-native-graph

    react-native-graph

    Beautiful, high-performance Graphs and Charts for React Native

    react-native-graph is a Line Graph implementation based on the high-performance 2D graphics rendering engine "Skia". It's used in the Pink Panda Wallet app to power thousands of token graphs every day. Animations are ran using the Skia animation system and are fully natively interpolated to ensure best possible performance. If animated is false, a light-weight implementation of the graph renderer will be used, which is optimal for displaying a lot of graphs in large lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Chroma.js

    Chroma.js

    JavaScript library for all kinds of color manipulations

    chroma.js is a small-ish zero-dependency JavaScript library (13.5kB) for all kinds of color conversions and color scales. Read colors from a wide range of formats, analyze and manipulate colors, convert colors into wide range of formats, linear and bezier interpolation in different color spaces. Aside from that, chroma.js can also help you generate nice colors using various methods, for instance to be used in color palette for maps or data visualization. The first step is to get your color into chroma.js. That's what the generic constructor chroma() does. This function attempts to guess the format of the input color for you. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ttf-gdos

    TTF-GDOS is an Atari GDOS replacement that uses true type fonts

    ...It is small, fast & efficient and can easily be used without a hard drive. It also incorporates features roughly equivalent to font-GDOS: - a caching system so you can use more fonts for a given amount of memory, - built in bezier functions This release includes ttf2gem, a utility program that creates accurate gem fonts from a true type font (new for 2.3) Using true type fonts gives you 3 big benefits: - you can choose from a vast range of true type fonts - true type fonts are scalable so you can have almost any size font you want - true type fonts need much less disk storage than typical gem printer fonts, so even on a low spec machine you can use lots of fonts. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    Path-Creator

    Path-Creator

    Path creation asset for Unity game development

    Path Creator is a Unity tool that allows developers to design and manipulate smooth paths using Bezier curves for use in games and simulations. It provides an intuitive editor interface where users can create paths visually and adjust control points to shape curves precisely. The tool is widely used for tasks such as character movement, camera paths, and object animation along predefined routes. It supports features like automatic path smoothing, looped paths, and adjustable resolution for fine control over movement precision. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    jPicEdt

    jPicEdt

    Another drawing editor for LaTeX with PSTricks & TikZ

    jPicEdt is an extensible internationalized vector-based drawing editor for LaTeX and related packages (TikZ, PsTricks,...), written in Java. It is also a library of reusable high-level graphic primitives.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Distribution Maker
    A tool that can be used to make custom discrete probability distributions using bezier curves
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Shadow Editor

    Shadow Editor

    Cross-platform 3D scene editor based on three.js, golang and mongodb

    ...Display, renderer, helpers, filter, weather, control mode, select mode, add mode, language. Plane, cube, circle, cylinder, sphere, icosahedron, torus, torus knot, teapot, lathe. Line segments, CatmullRom curve, quadratic Bezier curve, cubic Bezier curve, ellipse curve.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Vivus.js

    Vivus.js

    JavaScript library to make drawing animation on SVG

    ...To give more freedom, it's possible to override the animation of each path and/or the entire SVG. It works a bit like the CSS animation timing function. But instead of using a cubic-bezier function, it use a simple JavaScript function. It must accept a number as parameter (between 0 to 1), then return a number (also between 0 and 1). It's a hook.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    asBezpch

    asBezpch

    Source code for efficiently rendering parametrically defined surfaces

    Source code and generated images from my 1987 master's degree project: An Adaptive Subdivision Algorithm for the Display of Parametrically Defined Surfaces
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Paper.js

    Paper.js

    The swiss army knife of vector graphics scripting

    Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface. Paper.js is based on and largely compatible with Scriptographer, a scripting environment for Adobe Illustrator with an active community of scripters and more than 10 years of development. Paper.js is easy to learn for beginners and has lots to master for intermediate and advanced users. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MaLiang

    MaLiang

    iOS painting and drawing library based on Metal

    MaLiang is a painting framework based on Metal. It supports drawing and handwriting with customized textures. The name of "MaLiang" comes from a boy who had a magical brush in a Chinese ancient fairy story. A Canvas is the basic component of MaLiang. You will paint all things on it. Canvas extends from MetalView, which extends from MTKView. MetalView handles all the logic with MetalKit and hides them from you. MaLiang supports the automatic adjustment of stroke size with painting force. 3D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BP33

    BP33

    Creator of Bezier-PARSEC airfoils.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Primitive Pictures

    Primitive Pictures

    Reproducing images with geometric primitives

    ...Over time (e.g., adding 50-200 shapes) the output becomes an abstracted version of the input image—recognizable, artistic, and often visually striking. The tool supports input resizing, different shape modes (triangle, rectangle, circle, bezier, polygon), alpha blending, and can output PNG, JPG, SVG, or even animated GIFs that show the incremental build process. Because the Go code is self-contained and efficient, users can run it locally on images, script batch runs, or use it to generate “primitive art” or stylized thumbnails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PureCSS Francine

    PureCSS Francine

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

    purecss-francine is a remarkable artistic and technical project created by Cyan Harlow, demonstrating how complex digital illustrations can be achieved using only HTML and CSS, without any JavaScript or images. The artwork, titled Francine, is a detailed portrait crafted purely through CSS shapes, gradients, and layering techniques. It showcases the expressive potential of front-end technologies and serves as both an educational example and a piece of digital art. The project emphasizes...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    Curves2x3

    Draws 2 curves 3 ways Bezier Spline Hermite, 4 control points Java

    Draws 2 curves with 4 control points one of 3 ways : Bezier, Hermite and Spline. Java Applet and Application. See BestWavesLive.com for demonstration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Swave.java

    Animation of a water wave outline breaking in one spot

    Side view or transverse view animation of a water wave outline breaking in place. Java program uses 2 Bezier curves. No foam. Sliders change the shape of the initial wave. Stop/start at user's option. Wave, if it were moving, breaks from left to right. Bezier control points and lines show. Crest of wave is curved, initially. Realistic. Related files Wave.java and Bezier.java are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FCurve5.java

    Draws an animated outline of a breaking wave left to right

    Draws an animated outline of a breaking wave in Java using 2 four point Bezier curves. The wave's middle four points are rotated and otherwise manipulated to create the effect of a wave breaking in open water. Quite realistic. Radio buttons allow the Bezier control points to be shown. Stop/start button. Stand alone java application. Frame counter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Phaser 3 Plugin Path Builder

    Phaser 3 Plugin Path Builder

    Draw and edit Lines, Bezier Curves, Splines at runtime

    Phaser 3 Plugin Path Builder is a tool that allows developers to create and edit paths for path followers and tweens within Phaser 3 games. It supports various path types and enables runtime editing and exporting of paths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Vector Drawing & Animation

    Vector Drawing & Animation

    Simple vector-based graphics and animation

    Provides a simple interface for creating vector-based drawings and animating them. Some code elements taken from https://msdn.microsoft.com/en-us/library/ms996423.aspx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    svg-map-animation

    generate animated video-clips from svg-image

    Draw some track-segments as bezier-curves on top of a map-image. Run svgAnim.rb-script to generate a vido-clip witch shows the track animated from 0% to 100% visibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jQuery navobile

    jQuery navobile

    A jQuery plugin that makes mobile navigation easy

    ...The available timing functions available are listed on MDN although we don't recommend any of the step timing functions. If you want something really bespoke you could use Lea Vearou's Cubic bezier tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BGARefreshLayout-Android

    BGARefreshLayout-Android

    Configurable custom header advertising space

    ...Meituan pull-down refresh style (you can set the pictures and animations in it to the style of your own company, and you can set the background of the entire refresh head). Similar to the sticky drop-down refreshing style of the qq friend list (the third-order Bezier curve is not adjusted well, the effect is not very good at the beginning of the drop-down, you can set the background of the entire refresh head).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ISSIGraph

    ISSIGraph

    Experimental surface editor prototype

    A cross-platform software tool for editing NURBS and Bezier surfaces in OpenGL, providing a new and easy modelling technique. Built-in 3D basic editor schema with all custom and professional functionalities through wxWidgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ProBez

    Projections of Bezier curves

    Interface to manipulate with 3d gragic,s reading initial data fron an XML file, created by user which represents 3d model and saves data in vectorized format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB