Rewrite scatter plots to use only new (>= 3) OpenGL functionality
- Lingua principale
- C++
- Stelle
- 48
- Fork
- 19
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The current scatter plot implementation (libs/charts/iAScatterPlot.(h|cpp) uses "old" (i.e. fixed pipeline, like glBegin / glMatrixMode) OpenGL functionality.
This needs to be rewritten to be compatible with OpenGL version >= 3.2 Core profile.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
The files to modify are libs/charts/iAScatterPlot.h and iAScatterPlot.cpp. Start by understanding the current fixed-pipeline OpenGL usage (glBegin, glMatrixMode). Research modern OpenGL (>=3.2 Core Profile) concepts like shaders, VAOs, and VBOs. 'Done' means the scatter plots render correctly using only modern OpenGL, likely verified by running the application and its existing tests.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- computer-graphics, desktop
- Tipo di issue
- Refactoring
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100