Skip to main content

No project description provided

Project description

VertexEngine/Vertex

VertexEngine is a GUI and Game Engine for python applications, it works best if you use py installer

Change Logs (1.0rc1 - 1.1rc2), NEW!

Version 1.1rc2

  • Documentation Expansion! ~ Fixed the Changelogs

Version 1.1rc1

  • New Library! (And Modules)!: ~ InputSystem ~ Buttons (Mouse and Widget) ~ Keyboard Input

Version 1.0.1

  • Added Changelogs!

Version 1.0

  • Added 2 New Libraries: ~ VertexEngine.SimpleGUI ~ VertexEngine.VertexScreenModifiers

Version 1.0rc2

  • Final Release Candidate
  • Added 1 New Library!: ~ VertexUI

Version 1.0rc1

  • Size Compression
  • Added 1 New Library!: ~ VertexScreen

How to install Pyinstaller

Step 1. Type in: pip install pyinstaller

Step 2. Wait a few min, don't worry if it takes 1 hr or more, it will finish

Step 3. How to use pyinstaller type: python -m PyInstaller --onefile *.py

There are flags: --noconsole > disables the console when you run the app --onefile > compress all of the code into one file --icon > the *.ico file after you type it will be set as the app icon.

How to install VertexEngine/Vertex:

Step 1: Type in pip install VertexEngine

Step 2: Wait a few min, don't worry if it takes 1 hr or more, it will finish

Step 3: Where to start? Read the documentations. Also copy the following template:

from VertexEngine.engine import GameEngine from VertexEngine import VertexScreen from VertexEngine.audio import AudioManager from VertexEngine.scenes import Scene import pygame import sys from PyQt6.QtGui import QIcon from PyQt6.QtWidgets import QApplication

class Main(Scene): def init(self, engine): super().init(engine) self.width = engine.width self.height = engine.height

def update(self):
    pass

def draw(self, surface):
    VertexScreen.Draw.rect(VertexScreen.Draw, surface, (0, 255, 0), (-570, 350, 5000, 500))

if name == 'main': app = QApplication(sys.argv) # <- create app engine = GameEngine(fps=60, width=1920, height=1080, title="Screen.com/totally-not-virus") # <- initialize a1080p window at 60 FPS

engine.setWindowTitle('Screen.com/totally-not-virus') # <- name the app
engine.setWindowIcon(QIcon('snake.ico')) # <- icon
engine.show() # <- show window

main_scene = Main(engine) # <- intialize the scene
engine.scene_manager.add_scene('main', main_scene) # <- name scene
engine.scene_manager.switch_to('main') # <- switch to the main scene pls

app.exec()

The following template creates a window with a green rectangle (the ground.)

Pygame or PyQt6 systems are compatible with Vertex so you can use pygame collision system or PyQt6's UI system in VertexEngine.

Help

The documentation is in the following link: Project Documentation for help.

Dependencies

Vertex obviously has heavy dependencies since it's a game engine, the following requirements are:

Dependency Version
PyQt6 >=6.7
Pygame >=2.0
Python >=3.10

About Me ❔

I Am a solo developer in Diliman, Quezon City that makes things for fun :) 77 Rd 1, 53 Rd 3 Bg-Asa QC Email: FinalFacility0828@gmail.com

📄 License

VertexEngine/Vertex is Managed by the MIT License. This license allows others to tweak the code. However, I would like my name be in the credits if you choose this as your starting ground for your next library.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vertexengine-1.1rc2.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vertexengine-1.1rc2-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file vertexengine-1.1rc2.tar.gz.

File metadata

  • Download URL: vertexengine-1.1rc2.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for vertexengine-1.1rc2.tar.gz
Algorithm Hash digest
SHA256 04e43d46fb8fb7a0aefcc490fd85780a698bf26f08be5cb85c9bd766d9daa46d
MD5 10c39843fb477f9a5c6262bb32b99e93
BLAKE2b-256 8ea538af3a19e65ec58e22575c488f6e10fdcd9c2af7c6c559d0b53ef560338d

See more details on using hashes here.

File details

Details for the file vertexengine-1.1rc2-py3-none-any.whl.

File metadata

  • Download URL: vertexengine-1.1rc2-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for vertexengine-1.1rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 e95ca9758126d615403dfbc66c0528660519f219785f4462e312e9d5b45b6c0a
MD5 6f80aa41c1f51fb122ffc5cf1789ae5a
BLAKE2b-256 bcde1e1576f7c40924ee6d64614c99929ec0c9c074416b04ccd88a50a7373614

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page