swift-engine icon indicating copy to clipboard operation
swift-engine copied to clipboard

Why stop the project?

Open phnessu4 opened this issue 8 years ago • 3 comments

Hi, Luke. I was trying to write a game engine with swift , then i google , it lead me here. Thanks for your project, it really helps me a lot. but i want to ask, why you stop the project? Do you find something new or swift is not proper for a game engine?

phnessu4 avatar Dec 18 '16 16:12 phnessu4

At the time that I made this project, Swift was not yet optimized and the game engine ran too slowly. Since then, Swift has improved considerably and should be good for a game engine, I just haven't come back to it. I've been doing more work in C++ and Lua.

On Dec 18, 2016, at 10:19 AM, jason han [email protected] wrote:

Hi, Luke. I was trying to write a game engine with swift , then i google , it lead me here. Thanks for your project, it really helps me a lot. but i want to ask, why you stop the project? Do you find something new or swift is not proper for a game engine?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

thelukester92 avatar Dec 18 '16 16:12 thelukester92

Thanks for reply. I'll try to develop an engine with swift3, hope the performance will be good. Considering the platform support, I think the final answer should be C++ and Lua. Do you have some suggest for the c++ and Lua engine? Cocos2d-x is a good start ?

phnessu4 avatar Dec 19 '16 09:12 phnessu4

I like SDL for C++ and LÖVE2D for Lua, but there are a lot of different ways to go with it.

Luke

On Dec 19, 2016, at 3:37 AM, jason han [email protected] wrote:

Thanks for reply. I'll try to develop an engine with swift3, hope the performance will be good. Considering the platform support, I think the final answer should be C++ and Lua. Do you have some suggest for the c++ and Lua engine? Cocos2d-x is a good start ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

thelukester92 avatar Dec 19 '16 13:12 thelukester92