Questions tagged [opengl]
The opengl tag has no summary.
27 questions
1 vote
0 answers
15 views
Open-source bowls/boules/pétanque/bocce game?
Is there an open-source bowls/boules/pétanque/bocce game, preferably based on OpenGL?
0 votes
0 answers
13 views
Math comprehension software (transformations of points and areas in 2D space using matrices)
I am looking for a math comprehension software that does the following. I place points in 2D space. The software assigns names to the vectors to those points from the origin. I save this initial scene....
2 votes
1 answer
178 views
Good alternative to Pygame for C++ Development?
I have been developing demos in pygame (a python library) for quite some time, but with the impending conclusion of my latest project I'm looking to jump ship to C++. I did some simple programs in ...
1 vote
0 answers
26 views
Framework for real time animation of industrial physics simulation
Sorry for the long post, but some context is needed to state the question. Also keep in mind that all of the current people on the team are mechanical engineers by profession and not software ...
2 votes
2 answers
825 views
WebGPU Tools for Debugging
Is there any debugging tools for WebGPU? Something like RenderDoc app that I can see the buffers and frames.
1 vote
0 answers
35 views
realtime Blur, Zoom, Pan with images on Android
I am trying to find a class or library to do realtime Blur, Zoom, Pan with images on Android. I looked at the EffectFactory class but it's not covering these things
2 votes
0 answers
134 views
Any video recording software capable of capturing fullscreen opengl games on windows?
OBS supports only windowed/borderless OpenGL games. Same is with Radeon recording software(I have radeon gpu). Windows built-in recording software(Xbox game bar) does not support it(It actually ...
4 votes
1 answer
71 views
Scripting tool to create complex sketches/figures
I'm working in science, which means, among other things, that I have to explain things to others in many different situations, preferrably using elaborate sketches to illustrate things. Up until now, ...
1 vote
1 answer
134 views
Graphics framework for 3D flight simulation
I'm trying to make a basic 3D visual flight simulator that displays terrain and buildings in 3D from the cockpit's perspective. I don't care about the flight physics. This project needs to be ...
2 votes
1 answer
282 views
OpenGL component for VCL (C++Builder)
Anyone know of a VCL component for displaying OpenGL 3D graphics? We've been using a component from about 20 years ago. While it works fine by itself, if we try to instance more than one we get ...
1 vote
1 answer
74 views
Create 2D views from a cad file
I need to create images of 2d perspective views of 3d models. I was thinking of using opengl or vtk but I don't know how to achieve this with either of them. Notes: I need to create multiple views ...
1 vote
1 answer
135 views
What I can use for graphics debugging/profiling in old applications?
What software I can use for debugging graphics/GPU profiling in old applications? (for example, apps which based on D3D8 or using OpenGL Immediate Mode) All modern solutions which I checked, like ...
1 vote
0 answers
24 views
How can I build a map of non-geographical data?
https://jef.works/MERmaid/ I want to visualize biological data similar to this that is much larger in scale (several tiles, millions of dots in various genes). I really like the maps for ...
1 vote
2 answers
244 views
Opengl/opencl deprecation: what can be the alternatives?
I have lately decided to learn more about c++ visualization and parallel computing and came to know that mac has decided to deprecate opengl/opencl. I am now about to make a decision about what to ...
1 vote
0 answers
138 views
GUI Automation for Directx/OpenGL apps/games in Windows 10
Some games have very tedious/clunky menu systems for repetitive ingame tasks (crafting, auction house searches, some types of skill grinding, etc) and I was thinking it might be an interesting project ...