Search Results for "surface rendering library" - Page 4

Showing 94 open source projects for "surface rendering library"

View related business solutions
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 1
    snabbt.js

    snabbt.js

    Fast animations with javascript and CSS transforms

    ...The goal is to make a library that will let the user make smooth animations without needing to know too much about browser rendering. Note, for convenience, width and height are animatable too, but beware since they may cause page reflows and slow down your animations. No arbitrary property animations, e.g. colors, padding, margin or line height animations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Simple-Jekyll-Search

    Simple-Jekyll-Search

    A JavaScript library to add search functionality to any Jekyll blog

    A JavaScript library to add search functionality to any Jekyll blog. You have a blog, built with Jekyll, and want a lightweight search functionality on your blog, purely client-side? No server configurations or databases to maintain. Just 5 minutes to have a fully working searchable blog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    co

    co

    The ultimate generator based flow-control goodness for nodejs

    ...The library arrived before async/await existed in Node.js and influenced how developers thought about structuring asynchronous programs. Even in a world with native async functions, co remains a concise illustration of cooperative concurrency and still works where generator syntax is preferred. Its API surface is intentionally tiny: wrap a generator, yield work, and let co drive the promise plumbing behind the scenes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Javascript-Voronoi

    Javascript-Voronoi

    JS implementation of Fortune's algorithm to compute Voronoi cells

    This repository implements Steven Fortune’s algorithm (sweep-line method) for generating Voronoi diagrams in JavaScript, providing a performant browser-side solution for computational geometry of planar point sets. With this library you can feed a set of sites (points) and compute their Voronoi cells – the partition of the plane into regions closest to each site – in O(n log n) time. It’s especially useful in web UIs, visualizations, interactive maps, and generative-art contexts where you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 5
    Flatdoc

    Flatdoc

    Build sites fast from Markdown

    Flatdoc is a tiny JavaScript library that builds a documentation site directly from Markdown files, without requiring a server-side engine or static site generator. Point it at a Markdown source and it fetches, parses, and renders content into a ready-to-browse doc layout in the browser. It autogenerates a navigation sidebar from headings, supports anchors, and provides a clean default theme that’s easy to restyle. Because it runs client-side, it’s great for small projects, GitHub-hosted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Egret Engine

    Egret Engine

    Egret is a brand new open mobile game and application engine

    The Egret Engine is a HTML5 game engine. It provides modules to handle common game development tasks such as 2D and 3D rendering, GUI systems, and audio and resource management. The Egret engine is flexible and suitable for 2D or 3D projects. It allows developers to work without worrying about low-level browser implementation, HTML5 performance, or fragmentation issues. Egret projects are developed using TypeScript, which is a superset of JavaScript. Please refer to the TypeScript manual for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SpiderGL Tutorials

    SpiderGL Tutorials

    SpiderGL-Tutorials are the official tutorials of the SpiderGL library

    SpiderGL-Tutorials are the official tutorials of SpiderGL. SpiderGL is a JavaScript Computer Graphics library aimed at developing CG applications for the web platform that uses WebGL for real-time rendering. These tutorials are realized with the 0.2.0 version of the SpiderGL library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    node-imagemagick

    node-imagemagick

    Imagemagick module for NodeJS

    ...Instead of reimplementing image algorithms in JavaScript, it shells out to the underlying ImageMagick binaries, enabling resizing, cropping, format conversion, compositing, and other transformations with the same proven engine used by many backend systems. The library exposes a straightforward programmatic API so you can build pipelines for image uploads, automated thumbnails, dynamic graphics generation, or server-side rendering of visuals without having to write complex shell scripts manually. Because ImageMagick itself supports hundreds of image formats and a very broad set of operations, this module essentially brings that universality into your Node.js stack with minimal wrapper overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    csg.js

    csg.js

    Constructive solid geometry on meshes using BSP trees in JavaScript

    csg.js is a JavaScript library implementing constructive solid geometry (CSG) operations on polygonal meshes using BSP trees. With CSG, you build complex 3D shapes by combining primitives using Boolean operations like union, subtract, and intersect. The library focuses on clarity and correctness: its implementation is intentionally concise and readable so developers can understand the algorithm, while still correctly handling tricky edge cases such as overlapping coplanar polygons. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 10
    OpenVRML is a cross-platform VRML and X3D browser and C++ runtime library.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    several vaguely related projects worked on by me: a 3d engine with a javascript-like scripting language (pdsys); an older scheme dialect (vmsys); ... (2009-04-28: I have been gone for years, may try to put up some newer stuff...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MyShiftbook
    MyShiftbook is a Software that helps you to conserve knowledge form your staff. It is like a Blog, but it organizes the entries in shifts. You are able to manage unlimited Books and grand rights to users to read, write or manage the books.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    X3DOM is a framework for integrating and manipulating (X)3D scenes as HTML5 DOM elements that are rendered via WebGL. The system allows defining 3D scene description and runtime behavior declaratively, without any low-level JavaScript or GLSL coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SpiderGL is a JavaScript 3D Graphics library which relies on WebGL for realtime rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Surface Chat is a lightweight web Jabber client which can run on top (the "surface") of other websites. SC is written entirely in Javascript and uses Prototype and Scriptaculous for rendering and JSJaC for the Jabber back-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Browsers support rendering shapes within your web pages. This library provides a JavaScript cross-browser API for drawing and editing shapes using VML, SVG, and canvas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    High performance PHP framework that enhances PHP with "application level multiple inheritance" and provides services for UTF-8, security, easy i18n, etc. It provides also a template engine that allows client side rendering of pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Emma (Extensible Multi Media Architecture) is an open-source, modular, extensible, dynamic framework for declarative authoring and display of 2D and 3D interactive multimedia. It uses Lua for scripting and Ogre3D for rendering. http://www.emma3d.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A PHP class for rendering live progress bar in long loading script. It displays a real progress bar to show progression of a script (pourcent, time elapsed, time remaining, task in progress). You can use template for rendering progress.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB