1
General discussions / Re: CS Bachelor thesis - Some questions
« on: November 15, 2013, 02:45:59 pm »I understand this but my adviser asked me to try and get this information. I think he has some weird device he wants to target also.Without a target platform it's impossible to say. Like the TDM x64 compiler will generate you 3-4 times bigger binaries than TDM x86 and each OS will have a different size. You can only download the full precompiled libs and look at their size to get an upper bound.
So do you have any estimate on the size (from static linking, excluding compiler "smartness" hehe)?I suppose opengl Es is supported, is that right?Unfortunately not yet.
There's eSFML that has some implementation working for Android...
yea i was reading about eSFML 5 mins ago, cool stuff
on the precompiled libs
i got 266 KB from the release libs, now i need to add all the dlls, 3540kb
so arround ~4mgs
Thanks alot mate, got everything i needed