Showing 37 open source projects for "using"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    LPub3D

    LPub3D

    LDraw™ editor for LEGO® style digital building instructions.

    LPub3D is an Open Source WYSIWYG editing application for creating LEGO® style digital building instructions. LPub3D is developed and maintained by Trevor SANDY. It uses the LDraw™ parts library, the most comprehensive library of digital Open Source LEGO® bricks available (www.ldraw.org/ ) and reads the LDraw LDR and MPD model file formats. LPub3D is available for free under the GNU Public License v3 and runs on Windows, Linux and macOS Operating Systems. LPub3D is also...
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 2
    ...(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: 9 This Week
    Last Update:
    See Project
  • 3
    GLFFmpeg uses the video recording functionality provided by the FFmpeg library to capture content generated using OpenGL. The cross-platform library provides a minimalistic set of API to simplify the task of capturing OpenGL output to a video stream. GNU Lesser General Public License version 2.1 (LGPLv2.1)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    3DBrainExplorer is a lightweight OpenGL-based 3D renderer for scientific visualization of volumetric data (NIfTI) featuring real-time image manipulation, AAL brain labels (Tzourio-Mazoyer et al., 2002), SPM5 statistical images and stereo display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Functy

    Functy

    Functy is a 3D graph drawing package that generates immediate results.

    Note: The Functy and libsymbolic code has now moved to GitLab: https://gitlab.com/flypig/functy https://gitlab.com/flypig/libsymbolic This project has been left here for archival purposes. Functy is a 3D graph drawing package. It allows Cartesian, spherical and parametric curve functions to be plotted and altered quickly and easily. This immediacy and the vivid results promote fun exploration of 3D function. Rendering is performed entirely on the GPU to improve visuals and...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    StupidRT

    StupidRT

    A really simple (following K.I.S.S statement) ray tracing project.

    I have in mind a C RayTracing library, but, actually it is an application using opengl to show the texture (e.g. the raytraced result) generated by the library. This is a project to explore and make a Ray Tracer that can be really fast, optimized and with the more options we can. My hope is to make it fully and easily understandable in order to give to the developers all the hand in the process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Open PHIGS

    Open PHIGS

    PHIGS (Programmer's Hierarchical Interactive Graphics System)

    ...PHIGS remains to be widely used in the film industry. Open PHIGS uses OpenGL for rendering graphics rather than implementing it's own abstraction layer to the graphics hardware, or using the PHIGS Extension to X (PEX). The reason for doing so is that today every graphics card manufacturer provides their own OpenGL implementation, which takes full advantage of the accelerated drawing capabilities in the hardware. PHIGS is a higher level API than OpenGL that works with a hierarchical scene graph. Models are built up in a Centralized Structure Store (CSS), a database containing the drawing primitives and their attributes (color, line style, etc.). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    3D Reconstruction using Stereo Vision
    System Prototype to make 3D reconstruction solution using stereo images. It works with common cameras and not require large amount of memory during the images processing. It provides a low cost solution to educational environments with low budgets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Megalui

    Megalui

    Megalui: 2D/3D OpenGL & C/C++ Library for Scientific Visualizations

    ...Features: Simple and powerful 'C' API; 2D/3D Drawing (Onscreen or 2D Plane); 3D Height Map Rendering; Seamless WebCam-Capture via Video-For-Windows API; 2D/3D Text Rendering; Alpha-Blending Drawing of all primitives; Drawing images on-screen and on-surface (plane); Images with Alpha-Blending; 3D Object/Surface Picking By using 2D screen coordinates; Line, Rectangle, Circle, Ellipse, Rectangle, Polygon, Points drawing primitives; Complex 2D Path drawing including bezier and quad curves; Draw Lines with Arrow Head in 3D; Generate out-of-the-box images using 'uiChessboardImage' or 'uiNamedImage'; Draw 3D text using printf like API; 3D camera path animation For fly-Over Animations; LaTEX-style Mathematical Formula Rendering; Cartoon Shaders; Lights; Multiple Views Rendering
    Downloads: 1 This Week
    Last Update:
    See Project
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 10

    PhotoMaze

    Displays your photos on the walls of a maze

    PhotoMaze is a fun way of viewing your photos. It randomly generates a maze and puts your photos onto the walls as you get automatically taken through the maze. It is written predominantly in C using OpenGL. It has been built using Netbeans IDE, and Linux and windows versions are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Name to Anagram Animator (N2AA)

    An OpenGL sample application

    The application is a result of one-semester subject supposed to introduce to OpenGL. Code is, at least I hope, properly commented and is published for better understanding of very simple, yet already archaic, methods of using OpenGL without shaders (everything is build from gl, glu, glut, glew and alut libraries and the technique I feel most advanced in the project are VAO objects). Do not expect anything more than this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Embedded Font Generator (EFGen) is a generator of a cross-platform ANSI C code that renders a text using OpenGL. Generated code includes everything you need to render a custom text, also it is easy to compile and link with your application.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    Glide is a library for using 3dfx hardware. This project will be the public repository for Glide.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 14
    ZeGraph is a free library for 3D data visualization using OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is project is created to perform boolean operation using DirectX 9.0 with .NET 2.0 and other supported dlls. This is not a final build as i am working on the same. -- The suggestions are always welcome. Thank You.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 1 This Week
    Last Update:
    See Project
  • 17
    A small SDL application using OpenGL to test the compatability of Shader Model 3 on nVidia GTX 470
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cross platform OpenGL simulation/game engine based on the SDL libraries. Supports full HDR with deferred shading using multiple render targets under OpenGL. Post-processing effects include depth of field, edge map anti-aliasing, auto-exposure and shadows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Togl

    A Tcl/Tk widget for OpenGL rendering.

    Togl provides a platform independent Tk widget for using OpenGL rendering contexts.
    Leader badge
    Downloads: 123 This Week
    Last Update:
    See Project
  • 20
    This library is meant for high performance calculations for science or 3D games/rasterizers using SIMD instructions of x86 processors to allow an unparalleled level of optimization. This takes advantage of MMX, 3DNow!, 3DNow!+/MMX+, & SSE/SSE2/SSE3/SSSE3
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Togra is a high-level approach to 3D application scripting using Python and OpenGL. Rather than providing direct access to OpenGL calls, Togra allows users to script a call graph, then evaluates this call graph in C. This gives easy, fast 3D graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    A Java-Implemented game engine using OpenGL. As this is my first ever game engine, it shouldn't be too exceptional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A 3D surface upon which effects can be applied. Written in C (with a little C++) and using openGl to render. Different effects are implemented as dlls. Can be used to illustrate effects link constructive/destructive interference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GRender is a GTK+ frontend for the "Alias Maya" and "MentalRay for Maya" render. It handles render job queues without starting the Maya's interface, using all the power of the workstation. It is planned to make it a renderfarm manager for the 2.0.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next