haroldo-ok / psidum-gslib-mirror

This is a clone of Psidum's General Scroll Library (GSLib); this is a library for implementing 8 directional scrolling on the Sega Master System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

General Scroll Library (GSLib)

What is this repository for?

General purpose 8 way scrolling engine for use in games or demos. Specifications include...

  • 16x16 pixel metatiles.
  • 8 way scrolling.
  • Supports tile and metatile lookup given an (x, y).
  • Supports updating metatile on screen (vdp nametable). Think rings or destructable environment.
  • Released under creative commons, free to include in all projects including commercial.
  • libraries provided for use as asm or c.
  • UGT App provided to assist creating required scroll documents.

How do I get set up?

Choose you implementation (asm or c) then check the readme file in the corrosponding folder.

Contribution guidelines

Who do I talk to?

About

This is a clone of Psidum's General Scroll Library (GSLib); this is a library for implementing 8 directional scrolling on the Sega Master System

License:The Unlicense


Languages

Language:Assembly 55.1%Language:C 44.5%Language:Batchfile 0.4%