[ / / / / / / / / / ] [ dir / asmr / egy / fur / polk / pone ][Options][ watchlist ]

/agdg/ - Amateur Game Development General

AGDG - The Board

Catalog

You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Name
Email
Subject
Comment *
File
Select/drop/paste files here
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

Welcome to AGDG, have you ever made a game?
See also: /ideaguy/ | /vm/

File (hide): 1465714985496.jpg (10.29 KB, 372x142, 186:71, pyglet.jpg) (h) (u)

[–]

a6f8ea (1) No.26977[Watch Thread][Show All Posts]

Any good resource to learn pyglet? I know python a little(written two or three useful, for me, programs).

79e96b (1) No.26988

What do you want to make with pyglet?

If you know some Python and have done gamedev before, the docs are sufficient: https://pyglet.readthedocs.io/en/pyglet-1.2-maintenance/

On the other hand if you don't know how to manage game entities and do collision checking and stuff like that, I'd recommend starting with cocos2d instead (which runs on top of pyglet): http://python.cocos2d.org/doc/programming_guide/index.html

Before you dive into either of them though, know that pyglet isn't optimized for ordered drawing which is needed in RPGs and other genres for tiles and characters to switch between overlapping or being overlapped. It's also not good for complex games since it's running everything purely in Python and has ridiculous overhead from wrapping OpenGL with ctypes.


af3e30 (1) No.27006

Learn pygame instead. It has a much better community.




[Return][Go to top][Catalog][Screencap][Update] ( Scroll to new posts) ( Auto) 5
2 replies | 0 images | 3 UIDs | Page ?
[Post a Reply]
[ / / / / / / / / / ] [ dir / asmr / egy / fur / polk / pone ][ watchlist ]