nem0 / LumixEngine

3D C++ Game Engine - yet another open source game engine
MIT License
3.52k stars 397 forks source link

Make an executable? #1248

Closed mario-132 closed 6 years ago

mario-132 commented 6 years ago

Hi.

I am creating my own engine too, and I am wondering if your engine can export an executable, and how you make it into an executable. Could you tell me?

Thank you!

nem0 commented 6 years ago

it can't create a selfcontained executable

mario-132 commented 6 years ago

But then, how are you going to release your game?

nem0 commented 6 years ago

The game is pure data/scripts, run by common executable.

mario-132 commented 6 years ago

Is there any way I can access that?

nem0 commented 6 years ago

I'm sorry, I don't understand, what do you want to access?

mario-132 commented 6 years ago

Well, what tool would I need to compile a lumix project to an executable? Or doesn't that exist yet?

On Sat, Jun 9, 2018, 21:05 Mikulas Florek notifications@github.com wrote:

I'm sorry, I don't understand, what do you want to access?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nem0/LumixEngine/issues/1248#issuecomment-395991570, or mute the thread https://github.com/notifications/unsubscribe-auth/AV4BTtB3rpdPbxl7eRewTspZu86zOzKpks5t7BxsgaJpZM4Ue1H9 .

ghost commented 6 years ago

even godot use pre-compiled executable and copy it to every exported game directory

nem0 commented 6 years ago

it's precompiled here https://github.com/nem0/lumixengine_data/blob/master/bin/app.exe