Giter Club home page Giter Club logo

Comments (2)

sverx avatar sverx commented on September 2, 2024
  • 8x16 sprites are supported since Oct. 12, 2015 - switch sprite mode using:
void SMS_setSpriteMode (unsigned char mode)

the available modes are:

SPRITEMODE_NORMAL 
SPRITEMODE_TALL 
SPRITEMODE_ZOOMED 
SPRITEMODE_TALL_ZOOMED

which corresponds to 8x8, 8x16, 16x16 (zoomed 8x8) and 16x32 (zoomed 8x16)
(beware that "there is a bug in how the original SMS VDP processes zoomed sprites compared to the SMS 2 and GG VDP; it will only allow the first four sprites of the eight shown on a scanline to be zoomed horizontally and vertically, and the remaining four will be zoomed vertically. The SMS 2 and GG allow all eight sprites to be zoomed in both directions." as Charles docs said).

  • the library IS tested on real hardware, even if I've only got an SMS II to run tests.
  • the library is quite complete, feature wise. Missing features can be requested (see the official topic here on SMSPower! website)
  • I have no plans for a tutorial, but there's the wiki here on the GitHub repo and the topic on SMSPower to discuss. Also, there are a few example -complete with sources- on the wild.

Cheers! :)

from devkitsms.

iganinja avatar iganinja commented on September 2, 2024

Thanks for the answers

from devkitsms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.