Advertisement
Help on Game Design direction to finish a life evolving game.

Sweet! How about some hunting. Can you make spears, bows and arrows, clubs? You know, that caveman stuff.

2,364 views
Advertisement
Stencil buffer strange result

Hi @_Silence_,

Okay, this is more complicated than I first imagined. I think that the main mistake I was making was thinking in terms of entire 3D objects when in reality I should be thinking in terms of primitives.

Might be worth restating what I would like to achieve and see whether this is possibl…

13,562 views
April 29, 2024 08:42 PM

I have done a lot of work on Blast Castle in the past weeks/months and holding back writing another blog, so here I am! I don't want to bore anyone, so I'll get right to the changes!

The dictionary

One of the things I always wanted to have was a way to keep track of discoveries. This object opens up…

11,449 views

Thanks for all of the elaboration y’all.

5,264 views
February 28, 2021 10:45 AM

Hi guys. I've been developing this App for years now. It is node-based images, textures and 3D objects generator. It is currently Maya plug-in but 3Vial Engine is also in development. It will contain all the features 3Gen has but it will be standalone engine. ImaGen, part of the 3Gen of manipulatio…

6,843 views
February 20, 2021 11:48 PM

I tried to use PyBullet but it is very complicated and I cannot understand haw to use it with OpenGL. The Panda3D Bullet wrapper is only one way that I found. And there is a very great manual: https://docs.panda3d.org/1.10/python/programming/physics/bullet/index I hope I will not have unresolved pr…

9,442 views
November 06, 2020 03:20 AM

If you want to start to learn Python I sagest to use PyQt5 and QtOpenGL together. OpenGL allows to create 2D/3D graphics and PyQt5 allows to create GUI elements.…

46,995 views
October 29, 2020 02:16 PM
pygame 2 released on 20th birthday

pygame 2.0, the most popular game library for python has been released on its 20th birthday.

What's the best feature of pygame 2? Maybe it's "backwards compatibility". For many, many apps pygame 2 is backwards compatible. Have an pygame app from the year 2000? It will probably work. We still have so…

9,172 views
Pygame Platformer Tutorial Series
Learn how to recreate a platformer game in Python using Pygame! This type of game has a pretty simple premise. Your goal is to go as high as you can, earning points for crossing each platform. Falling off the platforms, and off the screen will result in your death.
8,720 views
This article is a post to tell people about videos i've posted on Panda3D.
5,764 views
October 31, 2019 10:27 AM
pygame book

The pygame book project has begun. It's called "pygame 4000" and is a book project by one of the main contributors of the pygame project.

Not only does the book aim to cover Python programming, but also aims to cover C, and the GLSL shading language.

  • [ Pixel Perfect Collision Detection ] [ SDL2 …
7,594 views
Advertisement