Does Construct 3 support Python?

Not favoritedFavorited Favorited 0 favourites
  • 5 posts
From the Asset Store
Controller Support ,TouchScreen Support , Keyboard Support , Action Platformer, Lots of Animations
  • Hi, so, I just recently started learning some Python coding stuff, and I was just wondering if Construct 3 supported it. I'm really new to Python, so I don't even know if it has anything to do with gaming, but if anyone could tell me that would be nice. Thanks!

  • Hi,

    The Construct 3 editor has nothing to do with Python.

    Python is extremely versatile — you can build web servers, software, REST APIs, games... it’s up to you.

    You might try to find something related to Python that can interact with Construct 3, like APIs, database or something like that.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Construct supports JavaScript, typescript and events. No other languages are supported beyond that.

    You’d need to add support yourself or get someone else to do that. In theory you could compile the python interpreter into wasm to use via JavaScript, then add some kind of layer to call things from construct’s js api with python. But even doing all that would result in limits with what you can do. Aka you wouldn’t be able to run arbitrary python since within the web browser there are limits on things you can do or access. Generally working with supported languages are the easier way to go.

    On the bright side any programming concepts you learn often transfer to other programming languages. Or you can go down the python rabbit trail.

  • Hi,

    The Construct 3 editor has nothing to do with Python.

    Python is extremely versatile — you can build web servers, software, REST APIs, games... it’s up to you.

    You might try to find something related to Python that can interact with Construct 3, like APIs, database or something like that.

    Oh, okay, that's good to know. Thanks for telling me that!

  • Construct supports JavaScript, typescript and events. No other languages are supported beyond that.

    You’d need to add support yourself or get someone else to do that. In theory you could compile the python interpreter into wasm to use via JavaScript, then add some kind of layer to call things from construct’s js api with python. But even doing all that would result in limits with what you can do. Aka you wouldn’t be able to run arbitrary python since within the web browser there are limits on things you can do or access. Generally working with supported languages are the easier way to go.

    On the bright side any programming concepts you learn often transfer to other programming languages. Or you can go down the python rabbit trail.

    Oh, okay. I don't really know that much about coding and that sort of stuff to add support myself, but I could do more research and maybe eventually I could. Thanks!

Jump to:
Active Users
There are 0 visitors browsing this topic (0 users and 0 guests)