Need help with compute shader

This page summarizes the projects mentioned and recommended in the original post on /r/opengl

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • moderngl

    Modern OpenGL binding for Python

  • I am currently trying to use a compute shader to compute 2D projection of 3D points (to create a little 3D renderer in python). I am using the moderngl library, and this is my code. So my compute shader is using 2 buffers: 1 for input and 1 for output. The input is composed of 3 vec3 (to represent the 3 3D points for a triangle), and the output will be 3 2D points. The code I showed you here is for testing, which just takes the input values and put them in the output buffer. Here is my problem:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Interactive Web App for Learning Shaders - Editor with Real-Time Preview

    1 project | /r/pygame | 3 Jul 2023
  • Quick question, how do I set an uniform of a fragment shader in ModernGL?

    1 project | /r/learnpython | 28 Mar 2023
  • [Computer Graphics] moderngl/moderngl: Modern OpenGL binding for python

    1 project | /r/michaelaalcorn | 12 Mar 2023
  • Pycharm does not see module in virtual environment at runtime, although running it from the cmd has no issues

    1 project | /r/pycharm | 28 Jun 2022
  • Is there such a good OpenGL package in Python like rgl for R?

    1 project | /r/learnpython | 13 Apr 2022