Showing 15 open source projects for "cpu-g"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    ... option to quickly generate 3D preview images for large and small .las and .laz files. (Disclaimer: Processing time depends on compute hardware) Typical processing time for 100mb .las is about 2 seconds. 25mb .laz file process in about the same times. Files are processed in parallel using available CPU cores. Pre-built Windows x64 installer available at https://buymeacoffee.com/nathancrews/e/255641
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    SRM

    SRM

    C library for the development of Linux OpenGL DRM/KMS apps

    SRM is a C library that simplifies the development of Linux DRM/KMS API applications. With SRM, you can focus on the OpenGL ES 2.0 logic of your application. For each available display, you can start a rendering thread that triggers common events like initializeGL(), paintGL(), resizeGL(), pageFlipped() and uninitializeGL(). SRM allows you to use multiple GPUs simultaneously and automatically finds the most efficient configuration. It also offers functions for creating OpenGL textures,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    viewpix

    A Landsat 8 scene viewer

    ... on low end computer systems. This is the "lite" version of Viewpix as it has no cuda filters installed. Viewpix is written in C. It is tested on Ubuntu and Centos. It should work with most current Linux distributions. Viewpix runs efficiently on computers with modest CPU's such as low power mini-ITX boards. It is known to work nicely on Intel NUC, AMD A6 SOC , and NVIDIA TX2. A multiple core cpu, 8 GB ram, and a large capacity hard drive are suggested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    x3drenderlibrary

    x3drenderlibrary

    A 3d rendering framework

    x3d render library is a 3d graphics framework with implementation of several useful rendering algorithms: a rasterization renderer(with implementation of both builtin software rendering & opengl hardware rendering); a path tracing renderer(cpu based) x3d demoscene is a framework and tool chains dedicated in animation production. x3d render library is used for the rendering component
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5

    libsombrero

    Astronomical object/structure detection from 1D and 2D data sets.

    Sombrero is a fast wavelet image processing and object detection C library for astronomical images. Sombrero is named after the "Mexican Hat" shape of the wavelet masks used in image convolution and is released under the GNU LGPL library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Dream Machine
    A 3d game engine based on a realtime software raytracer. Currently, the following features are available : primary rays, shadows, cel shading and phong shading. Recommended hardware : modern CPU (such as Intel's core i5 or AMD FX models). This library will be used later on to develop a game. Work in progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sinestesia

    sinestesia

    Displays music using fractal flames and hardware acceleration (openCL)

    This program takes audio input from microphone, you can redirect pc audio output using control panel on Windows or pavucontrol on Linux. Your computer needs to support openCL (is sufficient a modern gpu or a intel core cpu) Commands: F11 toggle fullscreen S toggle stroboscopic flash NUMBER [0 to 9] change number of symmetry axes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    LBP in multiple platforms

    LBP implementation in multiple computing platforms (ARM,GPU, DSP...)

    ...: - OpenCL for CPU & GPU - OpenCL for GPU (branchless) - C code optimized for ARM - OpenGL ES 2.0 shaders mobile GPUs - C code for TI C64x DSP core (branchless) - C code for TTA processor synthesis If you use the code somewhere, please cite: Bordallo López M., Nieto A., Boutellier J., Hannuksela J., and Silvén O. "Evaluation of real-time LBP computing in multiple architectures," Journal of Real Time Image Processing, 2014
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Ray-traced version of iD Software's classic first-person shooter, Doom. Currently using the Chocolate Doom (a completely separate project) port to send events to our rendering engine. Data pack is not required anymore for 0.55 and up. NOTE: Project has been inactive for a VERY long time now; no further updates will be released.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
  • 10
    Providing stretch and blit routines for SDL surfaces. These are optimized for speed including lots of assembler parts in the general routines and dynamic cpu native code generation for applications to compile specialized stretch-and-blit routines at runti
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    G-logo is a 3D graphics software. It has interpreter language processer that it is like LOGO command. It is possible to draw 3DCG by inputting easy command. It can be used for creating 3D modeling, drawing fractal, creating an animation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BURP aims to develop a publicly distributed system for rendering 3D animations over the Internet using CPU idle time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SMP 4 LiNuX Balls 2 To Wall high performance dual CPU applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tool to design a house in Gnome. It creates a VRML97 model from a floor plan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    cl-jpeg

    JPEG encoder implementation using OpenCL

    This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe. Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput Computing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next