Gabriel Pettier · @tshirtman
232 followers · 1454 posts · Server mas.to

@Alianin there are more than just pygame, many options can be used for game dev on python, from pixelart oriented to for 3d ones, and many options like or can be used to build games as well, even if less directly game oriented.
Nothing wrong with pygame, but there are many options.

#kivy #pyglet #panda3d #arcade

Last updated 2 years ago

For those who might be curious about the bug:

When you use an event loop in pyglet that isn't managed by the programs own app.run(), the dispatch_events() function on a window hangs if there is more than 1 window opened.

I got around this by running the window's functions once before they are normally run every frame by my programs update function.

Someone else posted that you also have to make the window visible, but I found I didn't have to.

A hack, but it works.

#pyglet #python

Last updated 2 years ago

DeaDSouL :fedora: :fediverse: · @DeaDSouL
103 followers · 290 posts · Server fosstodon.org
Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

Getting a new release ready. Hopefully soon!

#pyglet

Last updated 5 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

This is old news, but finally has a (basic) website again: pyglet.org

#pyglet

Last updated 5 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

Finally got the 1.4 release of out. It's an important one since it's the last to support 2 and legacy OpenGL.

The upcoming pyglet 2.0 is a full core rewrite to GL3+, and is already mostly done. Looking forward to focusing on that now..

groups.google.com/forum/m/#!to

#python #pyglet

Last updated 6 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

Working hard on 2.0, which features a core rewrite to modern OpenGL. Still a lot of work to do, but it's shaping up.

#pyglet

Last updated 6 years ago

Diego · @DiegoCrespo
20 followers · 246 posts · Server mastodon.social

119 lines of code and a white rectangle later. I am well on my way to becoming a master of pyglet 😎

#pyglet #python

Last updated 6 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

It's been a long time coming, but I'm finishing up a proper 3D model module for . This will release with two included codecs (actually just decoders to start): wavefront and glTF. I have to say, I really like as a whole. I don't agree with every design choice, but they all do make sense at least. I hope this continues to pick up steam.

#pyglet #gltf #python

Last updated 7 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

A new bug fix release of is out (v1. 3.2). This has some important fixes for exclusive mouse mode on Windows 10, and finally(!) fixes a long standing bug with indexed drawing on 64bit OSes.

#pyglet

Last updated 7 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

will finally have a proper module for 3D models in the near future. I'm currently writing a glTF loader to include with that, and I must say it's a fantastic format.

#pyglet

Last updated 7 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

Thanks to a fellow contributor, now supports FFmpeg for loading compressed audio and video. This is all very beta, but works well so far. It's available in the default branch on bitbucket. Announcement thread is here:

groups.google.com/forum/#!topi

#pyglet

Last updated 7 years ago

Benjamin · @Ben
38 followers · 149 posts · Server mastodon.gamedev.place

1.3.0 has been released recently. It's available to pip install, or you can clone the repo: bitbucket.org/pyglet/pyglet

This release is mainly focused on code quality and 3. If you find any bugs, let us know. Or even better, submit some patches! I'm happy to assist with anyone wanting to get involved.

#pyglet #python

Last updated 7 years ago