C-Chads / tinygl

The penultimate portable graphics library
Other
453 stars 53 forks source link

Compatibility questions. #23

Closed XanCraft21 closed 1 year ago

XanCraft21 commented 1 year ago

Hello, i know this is not the best place to ask a question about compatibility, but i can’t find anywhere else to ask this.

i was wondering how flexible this library is with compatibility. Like, what languages will this work on (especially the outdated c++11), what platforms can this work on ( and if i can use Arduino IDE with strong processors), and what is the likelihood of this software running properly on older (or newer but slower) machines running outdated software versions.

if anyone is able to answer these questions, i will gladly appreciate it. Thank you for your help.

XanCraft21 commented 1 year ago

Ok. Will this work on compilers than run an old version of c++ like c++11?

goshhhy commented 1 year ago

this is not a C++ library, this is a C library. it is maintained for C99 - the 1999 version of C.

it will work with C99 compilers, and may work with C++ compilers that include C99 support.

XanCraft21 commented 1 year ago

Ok, thanks for the help.