Difference between revisions of "Ressources"

From MSX Game Library

(About MSXgl)
Line 1: Line 1:
== About MSXgl ==
+
 
 +
 
 +
== About development using MSXgl ==
 +
* Documentation:
 +
** [https://aoineko.org/msxgl-doc MSXgl Source code documentation]
 
* 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).
Line 7: Line 11:
 
** ''[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.
* Documentation:
 
** [https://aoineko.org/msxgl-doc MSXgl Source code documentation]
 
 
* 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)
Line 15: Line 17:
 
** ''[https://github.com/aoineko-fr/PengPong Peng Pong]'' (open source)
 
** ''[https://github.com/aoineko-fr/PengPong Peng Pong]'' (open source)
  
== About the MSX ==
+
== About the MSX development in general ==
 
* MSX Assembly Page's [https://map.grauw.nl/resources/ collection of online MSX resources] by Grauw.
 
* MSX Assembly Page's [https://map.grauw.nl/resources/ collection of online MSX resources] by Grauw.
 
* MSX Resource Center's [https://www.msx.org/wiki/Category:Programming Programming wiki].
 
* MSX Resource Center's [https://www.msx.org/wiki/Category:Programming Programming wiki].

Revision as of 13:38, 7 January 2026


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