All Projects → ronan-kerviche → glip-lib

ronan-kerviche / glip-lib

Licence: MIT License
An OpenGL Image Processing Library (in C++/GLSL).

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to glip-lib

Imogen
GPU Texture Generator
Stars: ✭ 648 (+4528.57%)
Mutual labels:  gpu, glsl
Rayray
A tiny GPU raytracer, using Zig and WebGPU
Stars: ✭ 59 (+321.43%)
Mutual labels:  gpu, glsl
Fieldplay
A vector field explorer
Stars: ✭ 922 (+6485.71%)
Mutual labels:  gpu, glsl
Gpu Gems Book Source Code
💿 CD Content ( Source Code ) Collection of Book <GPU Gems > 1~ 3 | 《GPU精粹》 1~ 3 随书CD(源代码)珍藏
Stars: ✭ 567 (+3950%)
Mutual labels:  gpu, glsl
Gpu.js
GPU Accelerated JavaScript
Stars: ✭ 13,427 (+95807.14%)
Mutual labels:  gpu, glsl
Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (+4114.29%)
Mutual labels:  gpu, glsl
Basic pathtracer
A basic GPU pathtracer in unity
Stars: ✭ 39 (+178.57%)
Mutual labels:  gpu, glsl
Gpuvideo Android
This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.
Stars: ✭ 403 (+2778.57%)
Mutual labels:  gpu, video-processing
Sparkle
🎇 A modern particle engine running on GPU, using c++14 and OpenGL 4.4.
Stars: ✭ 162 (+1057.14%)
Mutual labels:  gpu, glsl
Fsynth
Web-based and pixels-based collaborative synthesizer
Stars: ✭ 146 (+942.86%)
Mutual labels:  gpu, glsl
Alphapose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
Stars: ✭ 5,697 (+40592.86%)
Mutual labels:  gpu, realtime
vuo
A realtime visual programming language for interactive media.
Stars: ✭ 103 (+635.71%)
Mutual labels:  realtime, glsl
Regl Cnn
Digit recognition with Convolutional Neural Networks in WebGL
Stars: ✭ 490 (+3400%)
Mutual labels:  gpu, glsl
Glsl Pathtracer
A GLSL Path Tracer
Stars: ✭ 634 (+4428.57%)
Mutual labels:  gpu, glsl
Caer
High-performance Vision library in Python. Scale your research, not boilerplate.
Stars: ✭ 452 (+3128.57%)
Mutual labels:  gpu, video-processing
Metalpetal
A GPU accelerated image and video processing framework built on Metal.
Stars: ✭ 907 (+6378.57%)
Mutual labels:  gpu, video-processing
Vuh
Vulkan compute for people
Stars: ✭ 264 (+1785.71%)
Mutual labels:  gpu, glsl
Webclgl
GPGPU Javascript library 🐸
Stars: ✭ 313 (+2135.71%)
Mutual labels:  gpu, glsl
Pynvvl
A Python wrapper of NVIDIA Video Loader (NVVL) with CuPy for fast video loading with Python
Stars: ✭ 95 (+578.57%)
Mutual labels:  gpu, video-processing
Js
turbo.js - perform massive parallel computations in your browser with GPGPU.
Stars: ✭ 2,591 (+18407.14%)
Mutual labels:  gpu, glsl

GLIP-LIB - OpenGL Image Processing Library

License

MIT License. See the attached file.

Author

Ronan Kerviche

Description

GLIP-Lib is a C++ cross-platform library for image processing on GPU with OpenGL (and the GLSL language).

More on http://glip-lib.net

Structure

Folder Content
GLIP-Lib/ The core library.
Doc/Doxygen/ The Doxygen documentation of the core library.
Tools/ExternalSrc/ The tools to interface the library with other libraries, SDKs, etc.
Tools/Filters/ Samples/Examples containing pipeline scripts understood by the library.
Tools/Resources/ Other resources possibly needed by some examples.
Tools/GlipCompute/ Command line tool for running pipeline script without window (requires an X server, *NIX only).
Tools/GlipStudio/ Small IDE for the development of pipelines (Windows, *NIX; requires Qt 4.7+).
Tools/Project_VS/ Visual Studio project corresponding to the core library.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].