Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Arcade Alternatives
Similar projects and alternatives to Arcade
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
-
-
DearPyGui
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
-
-
Phaser
Discontinued Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] (by photonstorm)
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Pygame
🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.
-
-
-
-
Panda3D
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
-
-
pyglet
pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.
-
google-webfonts-helper
A Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets
-
-
-
Cocos2d
Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
-
Scrabble Solver by Kamil Mielnik
Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles. Available in 8 languages.
-
awesome-python
🐍 Hand-picked awesome Python libraries and frameworks, organised by category (by dylanhogg)
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Arcade discussion
Arcade reviews and mentions
- Python packages
- Not only Unity...
- GitHub - pythonarcade/arcade: Easy to use Python library for creating 2D arcade games.
-
Ask HN: Those making $0/month or less on side projects – Show and tell
I work on a Python game engine called Arcade[1] and other projects within it's Github organization such as pytiled-parser. We also help to drive continued development and improvement within Pyglet[2]. Recently, my efforts have been focused on creating a version which can be run in web browsers by using Pyodide and WebGL[3], though that is still fairly early stages.
Arcade's primary focus is on being an educational tool for beginner programmers, so my hope is that with browser compatibility we can lower the barrier to entry further and make it more accessible and easy to get started with. In a similar vein to the goals of browser compatibility, we've recently enabled full compatibility with Raspberry Pi through the use of OpenGL ES(and this was largely only possible thanks to the huge amount of work that everyone involved in the Mesa project puts in)
I'm not the original author of Arcade, but I am a current maintainer and put a substantial amount of time into it and it's community.
[1] - https://github.com/pythonarcade/arcade
-
Arcade with PyInstaller
Interesting, looks like some of the default fonts are not getting frozen as part of the executable? I opened an issue: https://github.com/pythonarcade/arcade/issues/1252
-
Arcade 2.6.14 has been released
Website: https://arcade.academy
-
Ideas for a new project?
Create a game! Get some ideas here: https://arcade.academy
-
Are there any tutorials for making a game in python
You can look at the example code and tutorials here: https://arcade.academy/
-
Arcade version 2.6.13 has been released
Added clear method to UIManager (#1116)
Arcade can now run in headless mode on linux servers opening more possibilities for users in for example the data science community (#1107). See Headless Arcade for more information.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 25 Apr 2025
Stats
pythonarcade/arcade is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Arcade is Python.