Open Source GLSL (OpenGL Shading Language) Multimedia Software

GLSL (OpenGL Shading Language) Multimedia Software

View 4811 business solutions

Browse free open source GLSL (OpenGL Shading Language) Multimedia Software and projects below. Use the toggles on the left to filter open source GLSL (OpenGL Shading Language) Multimedia Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    Cube 2: Sauerbraten (game engine & FPS)
    3D game engine (more powerful redesign of the Cube engine) and FPS game
    Leader badge
    Downloads: 739 This Week
    Last Update:
    See Project
  • 2
    GLMixer

    GLMixer

    Graphic Live Mixer

    GLMixer performs real time graphical blending of several movie clips and of computer generated graphics. Drop video files in the mixing workspace and place them in a circular area to change their opacity ; if you selects two videos, moving them together performs a fading transition. This principle generalizes to a large number of videos. Direct interaction with the video allows to be fast and reactive, and to move and deform them on screen. The output of your operations is shown in the output window, typically displayed in full-screen on an external monitor or a projector. But the output can also be saved as a video file. Control GLMixer through network using OpenSoundControl, and generate graphics with ShaderToy GLSL code. Download : https://sourceforge.net/projects/glmixer/files/ Please note GLMixer is discontinued and superseded by vimix https://brunoherbelin.github.io/vimix/
    Leader badge
    Downloads: 157 This Week
    Last Update:
    See Project
  • 3
    Anime Player

    Anime Player

    Video player for improving quality of hand-drawn images

    A video player that enhances the quality of a hand-drawn image using Anime4K's high-performance scaling algorithm. This program is a video player written in the Python programming language using the PySimpleGUI graphical user interface library, an mpv media player, and the Anime4K scaling algorithm . Anime Player is designed to play video and audio files and includes functions such as opening files, URLs and folders, setting image scaling parameters using the Anime4K algorithm, creating an mpv config for watching videos using the Anime4K algorithm on Android, viewing help and information about tuning the algorithm. The player also has support for frame interpolation using SVP. You need to install SVP and VapourSynth to work.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 4
    GLScene

    GLScene

    GLScene Engine for Delphi & C++Builder VCL Windows 32/64

    GLScene is an OpenGL based 3D library for Delphi, C++Builder and Lazarus. It provides visual components and objects allowing description and rendering 3D scenes in graphic applications. Update of newer versions of the trunk has been moved to https://github.com/glscene
    Downloads: 54 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    AviSynth AiUpscale v1.2.0

    AviSynth AiUpscale v1.2.0

    AviSynth+ implementation of Super-Resolution Convolutional Neural

    An AviSynth+ implementation of some Super-Resolution Convolutional Neural Networks. Independent luma/chroma upscaling and chroma resampling. Two modes for Video/Photography and Line Art. KrigBilateral option for chroma upscaling/resampling. mpv user shaders of all models for real-time upscaling. Copy AiUpscale.avsi and the Shaders folder to the AviSynth+ plugins folder. The low resolution images were generated using the bicubic filter with Catmull-Rom settings, which is the method commonly used for training super-resolution networks, including those tested here. Note however that as an exception to this, the Anime4K models were trained using the average area downsampling method. The AiUpscale models used for all datasets were the "Photo" models, except for the Manga109 dataset for which the "LineArt" models were used. In the same way, the Waifu2x cunet model was used for the Manga109 dataset, and the upconv_7 model for the rest.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    TD-Anime4K

    TD-Anime4K

    Implementation of Anime4K in TouchDesigner

    Anime4K is an upscaler specifically for anime style. This repository is an implementation of Anime4K in TouchDesigner that can be used to upscale low-resolution textures to higher textures. Reduced texture loss, aliasing and banding.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    glvertex

    glvertex

    Support for legacy OpenGL in core profiles

    The glVertex library emulates the legacy OpenGL API, which has been deprecated in OpenGL core profiles. It is also a convenience wrapper around GLSL shaders, VBOs and FBOs.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 8

    Perl OpenGL 2

    Perl bindings to the Modern OpenGL API

    The Perl OpenGL 2 module provides bindings to the modern OpenGL APIs for use from the perl language.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Explore procedural worlds on your GPU. Worlds are defined by GLSL programs that map XYZ coordinates to the distance to the nearest surface. Design your own worlds, modify parameters in realtime and render hires videos of your recorded journey.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    OpenGL Mathematics (GLM)
    OpenGL Mathematics (GLM) is a C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11

    The 2DX Project

    Java 2D graphics/utility library

    The 2DX Project is an ongoing project aiming to provide powerful, versatile, and felxible tools for 2D graphics programming in Java. The 2DX-GL core library provides utilities for animation, geometry, basic physics, and more. The Snap2D game engine/library builds upon the 2DX-GL core library by adding features like 2D world management tools, a dedicated scripting language, and high level rendering via the user's choice of either OpenGL or Java2D (OpenGL recommended for high perormance rendering, of course). Check out the full features list on GitHub. Visit the project on GitHub for source code, a full overview of features, instructions, and documetnation. GitHub: https://github.com/bgroenks96/2DX-GL Wiki: https://github.com/bgroenks96/2DX-GL/wiki
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    QuickShader

    QuickShader

    shader editor

    QuickShader is a program that allows you to write and test shaders without creating your own rendering engine. Using this tool you can quickly create many shaders based effects (i.e. phong lighting/shading, normal mapping, parallax occlusion mapping, pn-triangles and many more) that are used in modern games and simulations. Unfortunately program is restricted to shaders only, single pass pipelined effects. Effects based on postprocessing, blending and other techniques are currently unavailable (are planned for future releases).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    ArkeosSceneEditor3D

    A 3D scene editor for Ogre in Purebasic

    Arkeos Scene Editor 3D is a scene editor for creating game with Ogre 3D. It's created with Purebasic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    urmusic5

    The Free and Open Source Music Visualizer Tool

    urmusic is a free and open-source software that allows you to easily create your own music visualizer and create a music video for it! It makes use of hardware acceleration to render frames as fast as possible. Donations: Support me on ko-fi: https://ko-fi.com/nasso
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    3D Mate

    3D Mate

    3D File format viewer/explorer

    Fast file browser for more than 30 3D file formats, with windows shell extensions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Ogljpeg

    Ogljpeg

    JPEG decompression accelerated on GPU using OpenGL compute shaders

    Ogljpeg is JPEG decompression library. Primary focus of this project is to speed up texture upload process using JPEG compression. For this purpose OpenGL compute shaders are used and result of decompression is OpenGL texture loaded in GPU memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    XNavigator - OpenStreetMap Globe

    XNavigator - OpenStreetMap Globe

    XNavigator is a Virtual Earth browser and viewer for http://osm-3d.org

    XNavigator is the online viewer for the OpenStreetMap Globe at http://osm-3d.org and much more. It is an interactive 3D viewer and integrated client for exploring virtual city and landscape models. A wide range of interaction and navigation possibilities makes it easy to visualize and analyze very detailed virtual urban environments. XNavigator is the first application that supports the Web3DService (W3DS) service interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    XreaL is a heavily improved Quake 3 Arena engine. It's bundled with new tools and a demo game that was never finished. ET:XreaL is a subproject bringing all XreaL enhancements to Return to Castle Wolfenstein: Enemy Territory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ACNetGLSL

    ACNetGLSL

    Anime4KCPP Net re-implemented in GLSL for real-time anime upscaling

    ACNet is a CNN algorithm, implemented by Anime4KCPP, it aims to provide both high-quality and high performance. This GLSL implementation can be used in MPV player, it is cross-platform. Windows users can also use Anime4KCPP DirectShow Filter for MPC-HC/BE or potplayer. Download the glsl file and MPV player. Copy glsl to the root directory of MPV. Create a file named mpv.conf in the root directory of MPV, and add the following statement (Assume the glsl file name is ACNet.glsl). When playing the video, press Shift + i and then 2 to check if it is enabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Adeptus is a project to create a small 3D engine. This engine will not feature state-of-the-art effects but will instead be coded in a clean and understandable way so that it can easily be enhanced.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CIRT

    CIRT - CUDA Interactive Ray Tracer

    CIRT is an implementation of PRTP (Programmable Ray Tracing Pipeline). Mainly it is to be used as a ray-tracing equivalent of OpenGL. It allows the user to implement various ray-tracing related algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Caelum Graphics System

    Caelum Graphics System

    High-efficiency minimalist C++ wrapper for OpenGL 4.3

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Demonstock

    Demonstock

    A GUI foundation for creating U/I based content

    Demonstock is a GUI foundation for creating user interfaces and other graphic content. It features a library of tools and functions that are used to build GUI elements and components. Based upon both a QT and VisualBasic design, Demonstock is a flexible GUI editor with plugin and extension capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Descend

    Descend

    Program for drawing 3D surfaces from parametric equations

    Descend is an open source program for drawing 3D surfaces from parametric equations. It uses a custom, very fast language called Misc to calculate the geometry. It also uses OpenGL to render scenes with high quality shaders. Website: https://descend.mimec.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ethanon Engine
    Ethanon is a 2D game engine focused on the recent video cards for hardware acceleration and shader effects. The engine provides high-quality light an shadow effects with an easy visual interface and a simple and direct scripting system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next