Difference between revisions of "Ressources"

From MSX Game Library

Line 3: Line 3:
 
== About development using MSXgl ==
 
== About development using MSXgl ==
 
* Articles:
 
* Articles:
** ''[https://github.com/hsk/msxgl/tree/main Let's Start Game Programming with MSXgl]'' by HSK (Japanese).
+
** ''[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)
** Articles about MSXgl in Future Disk 48 & 49.
+
** Articles about MSXgl in Future Disk 48 & 49
** ''[https://moltsxalats.wixsite.com/fusionc/post/msxgl-introduction-and-migration-guide MSXgl: Introduction and Migration Guide]'' by MoltSXalats.
+
** ''[https://moltsxalats.wixsite.com/fusionc/post/msxgl-introduction-and-migration-guide MSXgl: Introduction and Migration Guide]'' by MoltSXalats
** ''[https://moltsxalats.wixsite.com/fusionc/post/animations-with-the-msxgl-pawn-module Animations with the MSXgl Pawn Module]'' by MoltSXalats.
+
** ''[https://moltsxalats.wixsite.com/fusionc/post/animations-with-the-msxgl-pawn-module Animations with the MSXgl Pawn Module]'' by MoltSXalats
 
* Source exemples:
 
* Source exemples:
 
** ''[https://github.com/aoineko-fr/MSXgl/tree/main/projects/samples MSXgl's samples] (open source)
 
** ''[https://github.com/aoineko-fr/MSXgl/tree/main/projects/samples MSXgl's samples] (open source)

Revision as of 13:42, 7 January 2026

On this page you will find external information resources that can help you in the development of an MSX project.

About development using MSXgl

About the MSX development in general

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).