Jump to content

Search the Community

Showing results for tags 'html5 python transcrypt three.js'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Below is a link to a very bare bones game programmed in Python using the Transcrypt Python to JavaScript compiler. It uses three.js on top of HTML5. It's just meant as a proof of concept that browser games can be programmed in Python. http://www.transcrypt.org/live/transcrypt/demos/pysteroids_demo/pysteroids.html Note that while this is a very simple game, it's purpose is to show that browser game programming can be done in Python with no runtime time overhead and virtually no space or pageload overhead. Transcrypt is precompiled to JS and the runtime is only 20kB. It can be source level debugged using sourcemaps and has things like multiple inheritance, comprehensions, metaclasses, operator overloading, optional static typechecking and strickt CPython syntax.
×
×
  • Create New...