[PR #1575] [MERGED] Added Arcade #1372

Closed
opened 2025-11-06 13:14:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1575
Author: @Kraizan
Created: 7/12/2020
Status: Merged
Merged: 7/12/2020
Merged by: @vinta

Base: masterHead: master


📝 Commits (3)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is Arcade?

The arcade library is a modern Python framework for crafting games with compelling graphics and sound. Object-oriented and built for Python 3.6 and up, arcade provides the programmer with a modern set of tools for crafting great Python game experiences.

What's the difference between Arcade and Pygame?

Runs on top of OpenGL 3+ and Pyglet, rather than the old SDL1 library. (Currently PyGame is in the process of moving to SDL2.)
Has built-in physics engine for platformers.
Supports animated sprites.
Encourages separation of logic and display code. Pygame tends to put both into the same game loop.
With the use of sprite lists, uses the acceleration of the graphics card to improve performance.
Sound support: Pygame uses the old, unsupported Avbin library. Arcade uses SoLoud. Supports panning and volume.

Home Page of Arcade - https://arcade.academy/index.html

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1575 **Author:** [@Kraizan](https://github.com/Kraizan) **Created:** 7/12/2020 **Status:** ✅ Merged **Merged:** 7/12/2020 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`c653254`](https://github.com/vinta/awesome-python/commit/c653254d0bfcae74c7de0fc27386bc9ad0ee4c99) Added Arcade - [`e5db471`](https://github.com/vinta/awesome-python/commit/e5db471ddb9511c39ef6ecb1e1e899f55c1c5090) Added Arcade - [`b4f9395`](https://github.com/vinta/awesome-python/commit/b4f9395e3f2bb7450312b31af553c8fb264c406b) Merge pull request #1 from thePrankster/thePrankster ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is Arcade? The arcade library is a modern Python framework for crafting games with compelling graphics and sound. Object-oriented and built for Python 3.6 and up, arcade provides the programmer with a modern set of tools for crafting great Python game experiences. ## What's the difference between Arcade and Pygame? Runs on top of OpenGL 3+ and Pyglet, rather than the old SDL1 library. (Currently PyGame is in the process of moving to SDL2.) Has built-in physics engine for platformers. Supports animated sprites. Encourages separation of logic and display code. Pygame tends to put both into the same game loop. With the use of sprite lists, uses the acceleration of the graphics card to improve performance. Sound support: Pygame uses the old, unsupported Avbin library. Arcade uses SoLoud. Supports panning and volume. Home Page of Arcade - https://arcade.academy/index.html -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:14:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1372