All Projects → woeishi → SplinesGPU

woeishi / SplinesGPU

Licence: other
various spline algorithms computed on the GPU

Projects that are alternatives of or similar to SplinesGPU

Bonzomatic
Live shader coding tool and Shader Showdown workhorse
Stars: ✭ 829 (+5426.67%)
Mutual labels:  directx, hlsl
Luna-Engine
Luna Engine is DirectX 11 based engine that i am trying to make.
Stars: ✭ 35 (+133.33%)
Mutual labels:  directx, hlsl
VoxelTerrain
This project's main goal is to generate and visualize terrain built using voxels. It was achieved using different approaches and computing technologies just for the sake of performance and implementation comparison.
Stars: ✭ 37 (+146.67%)
Mutual labels:  directx, hlsl
GenerativeDesignWorkshop
No description or website provided.
Stars: ✭ 18 (+20%)
Mutual labels:  hlsl, vvvv
Directx12gameengine
DirectX 12 .NET game engine
Stars: ✭ 194 (+1193.33%)
Mutual labels:  directx, hlsl
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+6446.67%)
Mutual labels:  directx, hlsl
hlml
vectorized high-level math library
Stars: ✭ 42 (+180%)
Mutual labels:  directx, hlsl
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (+653.33%)
Mutual labels:  directx, hlsl
Dxbc2Dxil
DEPRECATED. DXBC to DXIL (HLSL Bytecode to LLVM IR) using internal APIs.
Stars: ✭ 21 (+40%)
Mutual labels:  directx, hlsl
FieldTrip
vvvv pack for working with scalar & vector fields
Stars: ✭ 28 (+86.67%)
Mutual labels:  hlsl, vvvv
Fairtris
Clone of the official classic Tetris® game for the NES console, intended for Windows and Linux systems. It implements the original mechanics and includes many regional versions and several RNGs (all in one executable).
Stars: ✭ 30 (+100%)
Mutual labels:  directx
ReorientedNormalMapping
Tangent space normal map blending via quaternion rotation
Stars: ✭ 23 (+53.33%)
Mutual labels:  hlsl
DXSample
Sample Program for DirectX 12 + Swift
Stars: ✭ 57 (+280%)
Mutual labels:  directx
ada
A general porpose OpenGL app library
Stars: ✭ 105 (+600%)
Mutual labels:  hlsl
mythosengine
MythOS game engine from Charybdis Enterprises
Stars: ✭ 15 (+0%)
Mutual labels:  directx
VaKawaseBlur
Fast and furious Kawase blur implementation for Unreal Engine 4
Stars: ✭ 37 (+146.67%)
Mutual labels:  hlsl
desktop-duplication-cpp
Windows Desktop Duplication Tool for live coding presentations in C++2a
Stars: ✭ 51 (+240%)
Mutual labels:  directx
ShaderWriter
Library used to write shaders from C++, and export them in either GLSL, HLSL or SPIR-V.
Stars: ✭ 171 (+1040%)
Mutual labels:  hlsl
bgfx-python
Python 3.7+ wrapper for the BGFX library. 🐍
Stars: ✭ 99 (+560%)
Mutual labels:  directx
Grass.DirectX
Realistic Grass Rendering using DirectX 11 and a geometry-shader based approach.
Stars: ✭ 56 (+273.33%)
Mutual labels:  directx
various spline algorithms computed on the GPU

HLSL shader which take parameters via texture maps and create spline meshes interpolating 3d positions with various algorithms.
for usage with vvvv (vvvv.org)

version 0.1:
ribbon
phong directional shading

* linear interpolation
* cosine interpolation
* cubic interpolation
* b-spline (third degree)
* tcb-spline (hermite interpolation with tension continuity and bias control
* bezier (cubic)
* piecewise bezier (cubic)
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].