SasLuca / rayfork

C99 Game Library. XNA-like. Platform Independent. Allocator Aware.
The Unlicense
330 stars 19 forks source link

TCC (Tiny C Compiler) support? #32

Open ricochhet opened 2 years ago

ricochhet commented 2 years ago

I quite like your direction and philosophy with rayfork. I was wondering if you have any intention on supporting TCC in the future? In theory it should be possible, but I'm not as experienced with these sort of things.

SasLuca commented 2 years ago

Hi, definitely tcc support shouldn't be an issue as all the code is C99. I will write tests for tcc this winter holiday when I plan to resume development on rayfork.