Difference between revisions of "Ressources"

From MSX Game Library

(About MSXgl)
Line 1: Line 1:
 
== About MSXgl ==
 
== About MSXgl ==
* HSK's quick user-guide in Japanese: ''[https://github.com/hsk/msxgl/tree/main MSXGL を使ってゲームプログラミングをしよう]''.
+
* ''[https://github.com/hsk/msxgl/tree/main Let's Start Game Programming with MSXgl]'' by HSK (Japanese).
 
* ''[https://jacco.ompf2.com/2023/09/14/writing-an-msx2-game-in-2023-part-1/ Writing an MSX2 game… in 2023 – PART 1]'' (using MSXgl) by Jacco Bikker.
 
* ''[https://jacco.ompf2.com/2023/09/14/writing-an-msx2-game-in-2023-part-1/ Writing an MSX2 game… in 2023 – PART 1]'' (using MSXgl) by Jacco Bikker.
 
* ''[https://www.youtube.com/watch?v=TJ7m68QkEbI Programming on MSXgl and V9990]'' by Andrés De Pedro (Spanish).
 
* ''[https://www.youtube.com/watch?v=TJ7m68QkEbI Programming on MSXgl and V9990]'' by Andrés De Pedro (Spanish).

Revision as of 00:15, 15 October 2025

About MSXgl

About the MSX

Other C library

  • Fusion-C 1.2 (C library for SDCC compiler).
  • libmsx (C library for SDCC compiler).
  • sdcc_stdio (stdio lib implementation for SDCC compiler for CP/M-80).