6 ms·
There is already someone porting Keen5 to C https://github.com/sulix/omnispeak https://github.com/sulix/omnispeak
by bob_george33 12y ago
There is already someone porting Keen5 to C https://github.com/sulix/omnispeak https://github.com/sulix/omnispeak
- jiggy2011 12y agoI meant porting it away from C, the repo in the OP is in C.
- speeder 12y agoWhy is that? Unless you mean port from C90 to C99 or the most recent C... That game is perfect for C, why on earth port it to something that is not just better or more modern C?
- q3k 12y agoBecause C isn't web-scale.
- zenojevski 12y agoThe game renderer is also too coupled to the game backend. They should be separate pieces which only communicate via a RESTful API. Except the first frame should be rendered server-side to save time.