Latest Python Activity
Sweet! How about some hunting. Can you make spears, bows and arrows, clubs? You know, that caveman stuff.
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…
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 dictionaryOne of the things I always wanted to have was a way to keep track of discoveries. This object opens up…
interesting….
Thanks for all of the elaboration y’all.
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…
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…
Run demo in Sandbox:
- JSFiddle: https://jsfiddle.net/8Observer8/1gqfLar7
- Plunker: https://plnkr.co/edit/Y85fpZRur7vqaAl7?preview
Source Code:
- JavaScript, WebGL 1.0: https://jsfiddle.net/8Observer8/1gqfLar7
- Python, PyQt5, OpenGL 3.3: https://rextester.com/UZOJ14435
- Python, PySide2, OpenGL 3.3: https://rex…
- JavaScript, Canvas2D: https://plnkr.co/edit/zjYT0KTfj50MejT9?preview
- Python, PyQt5, QPainter: https://rextester.com/FDPMLU35222
- Python, PySide2, QPainter: https://rextester.com/YLSNG7380
- C++, Qt5, QPainter: https://rextester.com/XEUPHQ83360
- Added an example in WebGL 1.0 and TypeScript. Run in browser by one click: https://plnkr.co/edit/GRn9ADgJAJXnEoTF?open=main.ts&preview
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.…
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…
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 Detec…