Python Forum
Humble Bundle Game development offer
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Humble Bundle Game development offer
#10
(Dec-29-2016, 01:21 PM)metulburr Wrote: Is there anything else that it is missing that i am not thinking of?

Ive always considered the art work is what makes most pygame games make it look like either junk or good. And most people seem to be like me... cob job the art work....because they are not fond of working on art, more on programming aspect.
Well, as you know I'm extremely accustomed to the way pygame works, so it is hard to abandon, but look at things that would be easily available in other engines. Take particles for instance. Not only is there not a common particle engine in existance that we all agree on to just pop in (we all if we use them write the thing ourselves which is nuts). More than this, try to write one; it is impossible to maintain real performance with a decently complex implementation.

Shader programming and GPU access has become an absolute necessity in modern graphics programming and in pygame we can hardly access the GPU short of using pyOpenGL.

I lost faith mainly when trying to implement full screen alpha overlays in Cabbages and implementing the spotlights in PyRollers. Despite my best efforts there was no way to do this in a performant manner despite it being fairly simple in the context of modern computers and game design. You shouldn't have to fight so hard to eek out performance to achieve such a simple goal.
Reply


Messages In This Thread
Humble Bundle Game development offer - by Larz60+ - Dec-28-2016, 05:44 PM
RE: Humble Bundle Game development offer - by Mekire - Dec-29-2016, 04:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  new Python Humble Bundle ThomasL 0 2,303 Sep-10-2019, 07:55 PM
Last Post: ThomasL
  Humble Bundle 14 Python ebooks for 15$ ThomasL 0 1,998 Aug-25-2019, 05:17 PM
Last Post: ThomasL
  Is there a "secret" code among coders to not offer any help??? yeto 4 3,033 Jul-17-2019, 09:51 PM
Last Post: Skaperen
  python book bundle on humble bundle metulburr 3 2,789 Apr-30-2019, 06:02 PM
Last Post: Larz60+
  python book bundle humble bundle/packt metulburr 0 2,398 Dec-31-2018, 09:30 PM
Last Post: metulburr
  Humble Book Bundle nilamo 0 2,372 Oct-03-2018, 07:53 PM
Last Post: nilamo
  python dev kit (Humble Bundle) metulburr 1 3,032 May-06-2018, 04:45 PM
Last Post: j.crater
  Python Books bundle on HumbleBundle j.crater 0 3,500 Jan-02-2018, 01:38 PM
Last Post: j.crater
  java book bundle metulburr 0 2,827 Nov-21-2017, 12:34 AM
Last Post: metulburr
  hacking reloaded ebooks (Humble Bundles) metulburr 0 3,026 Sep-26-2017, 11:39 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020