RE: [gluon] SFML API as example |
[ Thread Index | Date Index | More lists.tuxfamily.org/gluon Archives ]
Hi! Whilst it might be a good idea to start from a known API, I'd
like to warn against making it very similar. Even if you use exactly the same API (and take measures to keep
it that way - e.g. sharing header files), there still are differences between
implementations - take malloc(0) as a well-documented example. You'll create confusion (and maybe wrong expectations) when you
make the APIs too similar OR when your documentation refers to the SFML
documentation. Of course, learning from SFML APIs is definitely a good idea.. Klaas van Gend From: Listengine
[mailto:listengine@xxxxxxxxxxxxxxxxx] On Behalf Of idk Hello, To finish Gluon main class API ( Audio, Graphics, Input),
I suggest to have a look on SFML API. http://www.sfml-dev.org/tutorials/1.5/ There
are pretty same with gluon! I didn't know yet, how they manage sound and
input.... |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |