HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jariRG

no profile record

comments

jariRG
·vor 3 Jahren·discuss
https://fgiesen.wordpress.com/2012/04/08/metaprogramming-for... But there's more: https://fgiesen.wordpress.com/category/demoscene/
jariRG
·vor 4 Jahren·discuss
Afaik this is exactly what Unity builds are. https://en.wikipedia.org/wiki/Unity_build
jariRG
·vor 6 Jahren·discuss
I think the 10 years is the key here. 15+ years ago the DevC++ was a gem, lightweight, fast usable IDE. But 10 years ago there was the free VSExpress out (not even the first, 2005 and 2008) which was far superior to DevC++ imho. (edit: on Windows)
jariRG
·vor 6 Jahren·discuss
The size limited demos are use techniques like in the OP, scrapping the runtime, no std, filling the unused exe header sections with own data, quantizing floating point values, etc. And/or exe packers like Crinkler and kkrunchy. COM's are no longer used.