VertexEngine 1.8.2__tar.gz → 1.8.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. {vertexengine-1.8.2/src/VertexEngine.egg-info → vertexengine-1.8.4}/PKG-INFO +12 -2
  2. {vertexengine-1.8.2 → vertexengine-1.8.4}/README.md +12 -2
  3. {vertexengine-1.8.2 → vertexengine-1.8.4}/pyproject.toml +1 -1
  4. {vertexengine-1.8.2 → vertexengine-1.8.4/src/VertexEngine.egg-info}/PKG-INFO +12 -2
  5. {vertexengine-1.8.2 → vertexengine-1.8.4}/LICENSE +0 -0
  6. {vertexengine-1.8.2 → vertexengine-1.8.4}/setup.cfg +0 -0
  7. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/Collisions/__init__.py +0 -0
  8. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/Collisions/collisions.py +0 -0
  9. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/InputSystem/BtnInputs.py +0 -0
  10. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/InputSystem/Events.py +0 -0
  11. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/InputSystem/KeyInputs.py +0 -0
  12. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/Math/_Vector2.py +0 -0
  13. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/Math/__init__.py +0 -0
  14. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/Vertex/__init__.py +0 -0
  15. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexScreenModifiers.py +0 -0
  16. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/ChatBubble.py +0 -0
  17. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/CheckBox.py +0 -0
  18. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/Counter.py +0 -0
  19. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/Dropdown.py +0 -0
  20. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/List.py +0 -0
  21. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/OptionBtnWidget.py +0 -0
  22. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/StatusLight.py +0 -0
  23. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/ToggleSwitch.py +0 -0
  24. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/WindowMods.py +0 -0
  25. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/AdvancedVWidgets/Windows.py +0 -0
  26. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/BasicWidgets/SimpleGUI.py +0 -0
  27. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/VertexWidgets/PygameVWidgets/__init__.py +0 -0
  28. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/__init__.py +0 -0
  29. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/assets.py +0 -0
  30. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/audio.py +0 -0
  31. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/engine.py +0 -0
  32. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/examples/games/Dodge/main.py +0 -0
  33. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/examples/games/platformer/main.py +0 -0
  34. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/examples/games/snake/main.py +0 -0
  35. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/examples/test.py +0 -0
  36. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine/scenes.py +0 -0
  37. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine.egg-info/SOURCES.txt +0 -0
  38. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine.egg-info/dependency_links.txt +0 -0
  39. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine.egg-info/requires.txt +0 -0
  40. {vertexengine-1.8.2 → vertexengine-1.8.4}/src/VertexEngine.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: VertexEngine
3
- Version: 1.8.2
3
+ Version: 1.8.4
4
4
  Summary: A high-performance SDK for Python Development.
5
5
  Author-email: Tyrel Miguel <annbasilan0828@gmail.com>
6
6
  License: MIT
@@ -19,8 +19,11 @@ Requires-Dist: pygame>=2.6; python_version < "3.14"
19
19
  Requires-Dist: pygame-ce>=2.5.0; python_version >= "3.14"
20
20
  Dynamic: license-file
21
21
 
22
+ <img width="858" height="157" alt="VertexEngine_Logo" src="https://github.com/user-attachments/assets/6ba8a8dd-285a-4618-8e29-da12eb92e9ce" />
23
+
22
24
  # VertexEngine/Vertex
23
25
  VertexEngine is a GUI and Game Engine for python applications, it works best if you use py installer
26
+
24
27
  ## Offical Extensions:
25
28
  [VertexEngine-WebEngine](https://pypi.org/project/VertexEngine-WebEngine)
26
29
  [VertexEngine-CLI](https://pypi.org/project/VertexEngine-CLI/1.0/)
@@ -30,7 +33,14 @@ VertexEngine is a GUI and Game Engine for python applications, it works best if
30
33
  ## Community
31
34
  Discord is out NOW!
32
35
  [Discord Server](https://discord.com/channels/1468208686869643327/1468208687670890588)
33
- ## Change Logs (1.0rc1 - 1.8.2), NEW!
36
+ ## Change Logs (1.0rc1 - 1.8.4), NEW!
37
+ ### 1.8.4
38
+ - Are you here?
39
+ - jk :D
40
+ - Bug fixes!
41
+ ### 1.8.3
42
+ - Added some setup for the next versions!
43
+ - Inviting people to the VertexEngine Projects planned for VertexEngine 2.0.0
34
44
  ### 1.8.2
35
45
  - Graphical Math Tweaks!
36
46
  - Old classes now moved into Math
@@ -1,5 +1,8 @@
1
+ <img width="858" height="157" alt="VertexEngine_Logo" src="https://github.com/user-attachments/assets/6ba8a8dd-285a-4618-8e29-da12eb92e9ce" />
2
+
1
3
  # VertexEngine/Vertex
2
4
  VertexEngine is a GUI and Game Engine for python applications, it works best if you use py installer
5
+
3
6
  ## Offical Extensions:
4
7
  [VertexEngine-WebEngine](https://pypi.org/project/VertexEngine-WebEngine)
5
8
  [VertexEngine-CLI](https://pypi.org/project/VertexEngine-CLI/1.0/)
@@ -9,7 +12,14 @@ VertexEngine is a GUI and Game Engine for python applications, it works best if
9
12
  ## Community
10
13
  Discord is out NOW!
11
14
  [Discord Server](https://discord.com/channels/1468208686869643327/1468208687670890588)
12
- ## Change Logs (1.0rc1 - 1.8.2), NEW!
15
+ ## Change Logs (1.0rc1 - 1.8.4), NEW!
16
+ ### 1.8.4
17
+ - Are you here?
18
+ - jk :D
19
+ - Bug fixes!
20
+ ### 1.8.3
21
+ - Added some setup for the next versions!
22
+ - Inviting people to the VertexEngine Projects planned for VertexEngine 2.0.0
13
23
  ### 1.8.2
14
24
  - Graphical Math Tweaks!
15
25
  - Old classes now moved into Math
@@ -185,4 +195,4 @@ I Am a solo developer in Diliman, Quezon City that makes things for fun :)
185
195
  Address: 53 RD 3, BG-PGASA, QC
186
196
 
187
197
  ## 📄 License
188
- VertexEngine/Vertex is Managed by the MIT License. This license allows others to tweak the code. However, you need to have the LICENSE file from this library and add it to your library, attribution also required.
198
+ VertexEngine/Vertex is Managed by the MIT License. This license allows others to tweak the code. However, you need to have the LICENSE file from this library and add it to your library, attribution also required.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "VertexEngine"
3
- version = "1.8.2"
3
+ version = "1.8.4"
4
4
  description = "A high-performance SDK for Python Development."
5
5
  authors = [
6
6
  { name = "Tyrel Miguel", email = "annbasilan0828@gmail.com" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: VertexEngine
3
- Version: 1.8.2
3
+ Version: 1.8.4
4
4
  Summary: A high-performance SDK for Python Development.
5
5
  Author-email: Tyrel Miguel <annbasilan0828@gmail.com>
6
6
  License: MIT
@@ -19,8 +19,11 @@ Requires-Dist: pygame>=2.6; python_version < "3.14"
19
19
  Requires-Dist: pygame-ce>=2.5.0; python_version >= "3.14"
20
20
  Dynamic: license-file
21
21
 
22
+ <img width="858" height="157" alt="VertexEngine_Logo" src="https://github.com/user-attachments/assets/6ba8a8dd-285a-4618-8e29-da12eb92e9ce" />
23
+
22
24
  # VertexEngine/Vertex
23
25
  VertexEngine is a GUI and Game Engine for python applications, it works best if you use py installer
26
+
24
27
  ## Offical Extensions:
25
28
  [VertexEngine-WebEngine](https://pypi.org/project/VertexEngine-WebEngine)
26
29
  [VertexEngine-CLI](https://pypi.org/project/VertexEngine-CLI/1.0/)
@@ -30,7 +33,14 @@ VertexEngine is a GUI and Game Engine for python applications, it works best if
30
33
  ## Community
31
34
  Discord is out NOW!
32
35
  [Discord Server](https://discord.com/channels/1468208686869643327/1468208687670890588)
33
- ## Change Logs (1.0rc1 - 1.8.2), NEW!
36
+ ## Change Logs (1.0rc1 - 1.8.4), NEW!
37
+ ### 1.8.4
38
+ - Are you here?
39
+ - jk :D
40
+ - Bug fixes!
41
+ ### 1.8.3
42
+ - Added some setup for the next versions!
43
+ - Inviting people to the VertexEngine Projects planned for VertexEngine 2.0.0
34
44
  ### 1.8.2
35
45
  - Graphical Math Tweaks!
36
46
  - Old classes now moved into Math
File without changes
File without changes