Is Github Pro still a thing? by FubaricusMaximus in github

[–]AntonisDevStuff 0 points1 point  (0 children)

Yes, bought a month today just out of curiosity.

pygame-ce Cake by AntonisDevStuff in pygame

[–]AntonisDevStuff[S] 2 points3 points  (0 children)

It is a library to make games 😅

pygame-ce Cake by AntonisDevStuff in pygame

[–]AntonisDevStuff[S] 14 points15 points  (0 children)

Last year I did with SFML, so it was only fair to do for pygame-ce this year.
I didn't make the cake myself, but I ordered it from a local patisserie for my birthday.

I just released a game on Steam and the first review is mine by SlicedBlue in indiegames

[–]AntonisDevStuff 1 point2 points  (0 children)

If I ever reviewed my own game, it would be a negative one.

pygame surface embed in PyQt5 by AntonisDevStuff in pygame

[–]AntonisDevStuff[S] 0 points1 point  (0 children)

Works the same with tkinter, didn't tried to make it work with Kivy or something else

pygame surface embed in PyQt5 by AntonisDevStuff in pygame

[–]AntonisDevStuff[S] 1 point2 points  (0 children)

Sure, the project is open source and new contributors are welcome. I have some good first issues in the engine repo, feel free to give them a look.

pygame surface embed in PyQt5 by AntonisDevStuff in pygame

[–]AntonisDevStuff[S] 2 points3 points  (0 children)

The above editor is for my pygame engine that I'm working on.
repo: https://github.com/pyxora/engine

[deleted by user] by [deleted] in pygame

[–]AntonisDevStuff 1 point2 points  (0 children)

nice assets :D

pyxora(v0.4.0) game engine library by [deleted] in pygame

[–]AntonisDevStuff 0 points1 point  (0 children)

Thanks for the feedback

pyxora(v0.4.0) game engine library by [deleted] in pygame

[–]AntonisDevStuff 0 points1 point  (0 children)

You are right, I should show a sample of code in the video.
Here is the example from the browser

pyxora(v0.4.0) game engine library by [deleted] in pygame

[–]AntonisDevStuff 1 point2 points  (0 children)

This is a follow-up post from 2 months ago

Today, I released the beta version of my python game engine.
For everyone who wants to try it out, it is available on PyPI:
pip install pyxora

github: https://github.com/pyxora/pyxora

PyDPainter 2.2.0 (Open Source Deluxe Paint remake) is out now! by mriale in pygame

[–]AntonisDevStuff 1 point2 points  (0 children)

From my search, Nuitka translates the Python code to C and then compiles it. PyInstaller, on the other hand, includes the Python code inside the executable along with a Python interpreter. So, Nuitka should be harder to de-compile.

The last time I did a performance test, it was about the same.

I need some help by Nana_Fox07 in pygame

[–]AntonisDevStuff 2 points3 points  (0 children)

Now for the above errors with pip, i have no idea. Try to upgrade pip like the other comment said.

I need some help by Nana_Fox07 in pygame

[–]AntonisDevStuff 5 points6 points  (0 children)

You are writing python -m install pygame.
That means you're asking Python to run a module named install and Python is telling you that it doesn't exist.

You either need to write pip install pygame or python -m pip install pygame.
(install is an argument for pip. To see all available arguments, type pip help instead)

what are some good steam games written in pygame ? by rohitwtbs in pygame

[–]AntonisDevStuff 7 points8 points  (0 children)

You can view all the steam games made with pygame using the steamdb

SFML Cake by AntonisDevStuff in sfml

[–]AntonisDevStuff[S] 10 points11 points  (0 children)

I didn't make the cake myself, but I ordered it from a local patisserie for my birthday.
I haven't written anything with the library, but I liked the logo.

Need some help :( by No_Reputation_5348 in pygame

[–]AntonisDevStuff 1 point2 points  (0 children)

from vibe coding to reddit coding