Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pixel modifications
#10
(05-27-2018, 07:37 AM)Domarius Wrote: I noticed in the commit logs it rejects anything higher than 8 bits per pixel - away with that full colour garbage! We don't like their kind around here, heheh.
I don't have anything against true-color images, but Tilengine is for "low-color" pixel art without alpha channel. "Low-color" with 8-bit palettes per item is misleading, as the ability to use unlimited 256-color palettes is more than enough considering that all 16-bit systems had a limited number of 16-color palettes. For example the Sega Megadrive had 4 palettes of 16 colors. It's impressive what can be done with a few well chosen and used colors!

(05-27-2018, 07:37 AM)Domarius Wrote: I also noticed rejection of non-power of 2 tile sizes.  I assume this is all for old school style performance boosts and not just for the sake of it?
You're right, using power-of-two sizes allows addressing with just cheap shifts and masks instead of more expensive divisions and modulos. And it's easier to implement in hardware, that's why classic systems had this same restriction too.

Good luck finishing your game!
Reply


Messages In This Thread
Pixel modifications - by Domarius - 09-26-2017, 11:28 AM
RE: Pixel modifications - by megamarc - 09-29-2017, 07:20 AM
RE: Pixel modifications - by Domarius - 09-29-2017, 03:53 PM
RE: Pixel modifications - by megamarc - 09-30-2017, 12:01 AM
RE: Pixel modifications - by Domarius - 05-12-2018, 12:21 PM
RE: Pixel modifications - by megamarc - 05-14-2018, 02:27 AM
RE: Pixel modifications - by Domarius - 05-21-2018, 04:28 PM
RE: Pixel modifications - by megamarc - 05-21-2018, 05:58 PM
RE: Pixel modifications - by Domarius - 05-27-2018, 07:37 AM
RE: Pixel modifications - by megamarc - 05-30-2018, 03:57 AM
RE: Pixel modifications - by Domarius - 06-05-2018, 04:49 PM
RE: Pixel modifications - by megamarc - 06-24-2018, 04:39 PM
RE: Pixel modifications - by Domarius - 07-03-2018, 12:23 PM
RE: Pixel modifications - by megamarc - 07-13-2018, 01:38 AM
RE: Pixel modifications - by Domarius - 07-13-2018, 09:02 PM
RE: Pixel modifications - by megamarc - 07-14-2018, 01:07 AM
RE: Pixel modifications - by Domarius - 07-14-2018, 10:54 PM
RE: Pixel modifications - by megamarc - 07-16-2018, 09:52 PM
RE: Pixel modifications - by Domarius - 07-18-2018, 01:46 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)