Build on Windows platform and generate an executable

I have created a project with Convai and i build and run it on a WebGL Platform.
Can i build the project on Windows platform and generate an executable (.exe) file so it will allows to run the application natively on Windows machines without needing a browser.

1 Like

Hello @demetris.loizou,

Unfortunately, this is not currently possible. WebGL builds require specific code and configurations designed to communicate through the browser, which are fundamentally different from those needed for native Windows applications. Each platform, WebGL and Windows, has its own distinct setup.

We don’t recommend trying to merge both SDKs into one project, as it will likely lead to compatibility issues and runtime errors.

Hi K3

Ok, thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.