Difference between revisions of "Help"

From MSX Game Library

(Topics)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
** [[Collision early elimination method]]
 
** [[Collision early elimination method]]
 
** [[Gameplay synchronization]]
 
** [[Gameplay synchronization]]
** [[Interruption]]
+
** [[Interrupt handler]]
 
* Misc
 
* Misc
 
** [[Release]]
 
** [[Release]]

Latest revision as of 13:27, 17 October 2025

Topics

MSXgl format description

  • lVGM (light-VGM music)
  • MGI (image)
  • MGV (video)
  • RLEp (pattern-based RLE compression)

Proposal

Q&A

  • What if I prefer to have the MSXgl directory in my project directory and not the opposite?
    » See the alternative file layout.
  • Do I have to mention that I use MSXgl in my game?
    » No, it's not mandatory: do as you like. If you mention that the game is made with MSXgl, that's cool, because it might inspire others to create MSX games with this library. The CC BY-SA license applies mainly to people who want to modify and distribute the library on their own. In this case, the author must be cited and the derivative work must retain the same license.