Showing 15 open source projects for "floating point"

View related business solutions
  • 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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    half

    C++ library for half precision floating point arithmetics.

    This is a C++ header-only library to provide an IEEE-754 conformant half-precision floating point type along with corresponding arithmetic operators, type conversions and common mathematical functions. It aims for both efficiency and ease of use, trying to accurately mimic the behaviour of the builtin floating point types at the best performance possible. It automatically uses and provides C++11 features when possible, but stays completely C++98-compatible when neccessary.
    Leader badge
    Downloads: 1,280 This Week
    Last Update:
    See Project
  • 2
    RawTherapee

    RawTherapee

    A powerful cross-platform raw photo processing program

    RawTherapee is a powerful, cross-platform raw photo processing application targeted at enthusiast and semi-professional photographers who want deep control over image development. It’s written primarily in C++ with a GTK+ front-end, providing a high-precision 32-bit floating-point processing engine along with multiple demosaicing algorithms and advanced color-management features. The program supports a very wide range of camera raw formats (via a patched version of dcraw) as well as non-raw formats such as JPEG, TIFF, and PNG. Users can work non-destructively: adjustments are previewed but stored separately (sidecar files) and only applied during export, which allows experimentation without altering originals. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Little cms color engine

    Little cms color engine

    An ICC-based CMM for color management

    Little cms is a color management library. Implements fast transforms between ICC profiles. It is focused on speed, and is portable across several platforms (MIT license)
    Leader badge
    Downloads: 5,875 This Week
    Last Update:
    See Project
  • 4
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    ...Simple 2D package and more complex 3D package with Z-buffering. Texture mapping not supported at the moment. Color interpolation for lines, Gouraud shading for polygons fully supported. Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions, especially as related to line-drawing accuracy. Particular attention to detail concerning chopping of accumulation errors, using a cast from 64 bit to 32 bit strategy, in the interval [1.0,2.0). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    FractalNow

    FractalNow

    Fast, advanced, multi-platform fractal generator

    FractalNow provides users with tools to generate pictures of various types of fractals quickly and easily. It is made of both a command line tool, FractalNow, and a graphical tool, QFractalNow. The graphical tool, based on Qt library, allows users to explore fractals intuitively and generate pictures. Both tools are entirely multi-threaded and implement advanced algorithms and heuristics that make computation very fast compared to most existing free fractal generators.
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 6
    Dimension Balls

    Dimension Balls

    A public domain cross platform 3D game

    ...This game was a learning experiment for me, and the math used is tested until it works for the game. After using the science math by the book, there were still flaws that could make the player get stuck under certain conditions (since floating point is not exact), and the workarounds for this are just my own ideas. Have looked at the code for other 3D games and there are mostly the same problems around collision detection and "hacks" to get it to "work".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Icarus Scene Engine

    Icarus Scene Engine

    3D .NET engine for Windows, Linux, Mac

    Icarus Scene Engine is a cross-platform, CLS-compliant 3D framework, integrating open source APIs into a cohesive all-open-source, all .NET solution. For Windows, MacOSX & Linux. Uses OpenTK, OpenGL, OpenAL APIs for graphics and audio. Runs on Mono/.NET. Links to FFMpeg for streaming video, and FreeType as a temporary conversion mod to bring fonts into a native XML format. Binary builds of Icarus will be infrequent, roughly every 18 months or so, the GIT code updates regularly on a...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    FTFImageConverter

    FTFImageConverter

    Flexible Tagged Format Image Converter

    Flexible Tagged Format (FTF) Image Converter converts between FTF, TIFF and other .NET standard supported formats
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Virtual Lighttable and Darkroom
    Darktable is a virtual lighttable and darkroom for photographers: it manages your digital negatives in a database and lets you view them through a zoomable light table. It also enables you to develop raw images and enhance them.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    FixeEngine

    A 3D rendering / entity engine

    This engine is not an attemp to re-inventing the wheel. It is a more learning-oriented project than something intended to provide a wide set of features. The approach to the OpenGL in this engine is something very experimental born from my own thoughts and can be usefull in future. If you want to help for your portfolio just ask: the TODO list is very long :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A family of Unsigned Floating Point variables for Digital Imaging - Built in a linear domain - Allows easy conversion between logarithmic codes and linear values - Does not need “ad hoc” conversion parameters
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VPR
    VPR is a polygon rasterizer that computes exact coverage values in floating point precision. The rendering quality is on par with other high quality rasterizers, such as AGG, LibArt and FreeType. VPR includes a renderer for the Graphics32 library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Implementation of a half-precision floating point number in c#. The code is free to use for any reason without any restrictions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pixel Toaster is a portable open source framebuffer library for C++. It provides a fast and easy way to get your pixels on the screen. Floating point and truecolor pixel formats are supported on Windows, Mac and Unix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A JPEG decoder written entirely in assembly with SSE and SSE2 optimizations. Uses floating point internally for maximum precision.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB