[PR #2623] Add Pyved-engine #1940

Open
opened 2025-11-06 13:26:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2623
Author: @wkta
Created: 10/30/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 2dac2ab added "Pyved-engine" in the Game development section

📊 Changes

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

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project? (Pyved-engine)

An innovative game engine that focuses on easing 2D game creation.
preview pyved games

The reason why the library is awesome:
A major benefit of using pyved-engine is its ability to export games in the HTML5 format, allowing for online play.

For example, on this page you can see how a python game is being "played" in the web context (before optimization, but after automatic Python to HTML5 conversion)

What's the difference between this Python project and similar ones?

  • Dedicated tool in command-line, that allows the use of game templates so the developer almost never starts from scratch. This is a major difference compared to pygame, for instance
    {43E0658F-8298-4FA6-8C7F-41A496704C29}

  • Dedicated gamedev API designed to simplify and enhance event-based programming.

  • Simple tools for creating isometric games

  • Heavy use of design patterns for a structured game development process

  • Versatile engine with extensive submodules (e.g., tabletop, isometric, RPG, pathfinding, etc.)

  • Supports HTML5 export for web-based game deployment

--

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/2623 **Author:** [@wkta](https://github.com/wkta) **Created:** 10/30/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2dac2ab`](https://github.com/vinta/awesome-python/commit/2dac2ab56678feeac6acf2a6d6c68ac2d706e744) added "Pyved-engine" in the Game development section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? (Pyved-engine) An innovative game engine that focuses on easing 2D game creation. <img src="https://github.com/user-attachments/assets/5c808760-dbd1-4666-b204-957ca0e2592b" alt="preview pyved games" width="640"/> **The reason why the library is awesome:** A major benefit of using pyved-engine is its ability to export games in the HTML5 format, allowing for online play. For example, on [this page](https://pyvm.kata.games/play/ecsRogue) you can see how a python game is being "played" in the web context (__before optimization__, but after automatic Python to HTML5 conversion) ## What's the difference between this Python project and similar ones? - Dedicated tool in command-line, that allows the use of game templates so the developer almost never starts from scratch. This is a major difference compared to `pygame`, for instance ![{43E0658F-8298-4FA6-8C7F-41A496704C29}](https://github.com/user-attachments/assets/11fd7cb7-b904-4b7c-b2a5-f00a49dd15fd) - Dedicated gamedev API designed to simplify and enhance event-based programming. - Simple tools for creating isometric games - Heavy use of design patterns for a structured game development process - Versatile engine with extensive submodules (e.g., tabletop, isometric, RPG, pathfinding, etc.) - Supports HTML5 export for web-based game deployment -- 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:26:15 -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#1940