FoldingCommunity / fah-viewer

Folding@home 3D Viewer
GNU General Public License v2.0
36 stars 16 forks source link

Question: (Requirements) #8

Open bb30994 opened 6 years ago

bb30994 commented 6 years ago

Are the minimum GPU requirements consistent with OpenGL2.0 or better?

flaviojs commented 5 years ago

Seems like it's OpenGL 1.1 for the basic viewer, and OpenGL 2.0 for the advanced viewer. https://github.com/FoldingAtHome/fah-viewer/blob/cfc1a3fc00dd8af648e87f17515c8f223c339754/src/fah/viewer/ViewerApp.cpp#L160-L168 https://github.com/FoldingAtHome/fah-viewer/blob/cfc1a3fc00dd8af648e87f17515c8f223c339754/src/fah/viewer/View.cpp#L200-L213

jcoffland commented 5 years ago

That's correct.