All Projects → copperspice → cs_paint

copperspice / cs_paint

Licence: BSD-2-Clause license
Vulkan rendering library for graphics and text

Programming Languages

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

Projects that are alternatives of or similar to cs paint

Shadergen
Proof-of-concept library for generating HLSL, GLSL, and Metal shader code from C#,
Stars: ✭ 395 (+400%)
Mutual labels:  shaders, vulkan
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+14707.59%)
Mutual labels:  shaders, vulkan
Nova Renderer
Nova Renderer, a custom cross platform render engine written in C++
Stars: ✭ 619 (+683.54%)
Mutual labels:  shaders, vulkan
dw-sample-framework
A simple C++ framework for implementing graphics technique samples using OpenGL and Vulkan.
Stars: ✭ 76 (-3.8%)
Mutual labels:  shaders, vulkan
Yave
Yet Another Vulkan Engine
Stars: ✭ 211 (+167.09%)
Mutual labels:  shaders, vulkan
MoravaEngine
2D/3D graphics engine written in C++ language. It currently supports the following graphics APIs: OpenGL 3.3+, Vulkan 1.2, DirectX 11. Its current purpose is to experiment with various CG concepts and techniques.
Stars: ✭ 129 (+63.29%)
Mutual labels:  shaders, vulkan
Raw Vulkan
🔥 Experiments building Vulkan applications, libraries, and abstractions.
Stars: ✭ 42 (-46.84%)
Mutual labels:  shaders, vulkan
Slang
Making it easier to work with shaders
Stars: ✭ 627 (+693.67%)
Mutual labels:  shaders, vulkan
The Forge
The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Stars: ✭ 2,710 (+3330.38%)
Mutual labels:  shaders, vulkan
Reshade
A generic post-processing injector for games and video software.
Stars: ✭ 2,285 (+2792.41%)
Mutual labels:  shaders, vulkan
YALCT
Yet Another Live Coding Tool - Powered by Veldrid and elbow grease
Stars: ✭ 25 (-68.35%)
Mutual labels:  shaders, vulkan
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (+54.43%)
Mutual labels:  shaders, vulkan
Camera2GLPreview
Android camera preview application using Camera2 API and OpenGL ES/Vulkan
Stars: ✭ 140 (+77.22%)
Mutual labels:  shaders, vulkan
Diligentcore
Core functionality of Diligent Engine
Stars: ✭ 263 (+232.91%)
Mutual labels:  shaders, vulkan
Spvgentwo
SpvGenTwo is a SPIR-V building and parsing library written in plain C++17 without any dependencies. No STL or other 3rd-Party library needed.
Stars: ✭ 74 (-6.33%)
Mutual labels:  shaders, vulkan
rasen
Generate SPIR-V bytecode from an operation graph
Stars: ✭ 65 (-17.72%)
Mutual labels:  shaders, vulkan
pilka
Another live-coding tool for creating shader demos, Vulkan+Wgpu powered.
Stars: ✭ 84 (+6.33%)
Mutual labels:  shaders, vulkan
smaaDemo
Subpixel Morphological AntiAliasing OpenGL/Vulkan demo
Stars: ✭ 64 (-18.99%)
Mutual labels:  vulkan
GPU-Zen-2-Baker
🥧 An OpenGL 4.x example of GPU Zen 2's ray casting techniques for baked texture generation chapter.
Stars: ✭ 32 (-59.49%)
Mutual labels:  shaders
Height-Based-Gradient-Color-Shaders-for-Unity
Height Based 2 color gradient shaders for Unity
Stars: ✭ 18 (-77.22%)
Mutual labels:  shaders

CsPaint

Introduction

The CsPaint library is an abstraction of the Vulkan API. This library is intended for software developers who want to use Vulkan to render graphics from their application. Using this library will reduce the amount of code required to render graphics on a GPU. The API of CsPaint provides C++ classes which encapsulates the low level Vulkan API.

A Demo program is provided which contains a few meshes that were modeled in Blender and exported as stl files. All rendering in the demo is accomplished by only using the classes available in CsPaint.

System Requirements

To use CsPaint you will need a C++17 compiler which fully supports the C++17 standard library. You will also need to download and install the Vulkan SDK from LunarG.

www.lunarg.com/vulkan-sdk/

Currently CsPaint is supported on Linux and Windows.

Building

CsPaint must be built using CMake 3.8 or newer.

Documentation

Class level documentation for CsPaint is available on the CopperSpice website:

www.copperspice.com/docs/cs_paint/index.html

Presentations

Our YouTube channel contains videos about modern C++, graphics, build systems, CopperSpice, DoxyPress, and other topics related to software development.

https://www.youtube.com/copperspice

Links to technical presentations recorded at CppNow and CppCon:

www.copperspice.com/presentations.html

Authors / Contributors

  • Ansel Sermersheim
  • Barbara Geller

License

This library is released under the BSD 2-clause license. For more information refer to the LICENSE file provided with this project.

References

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].