Difference between revisions of "Ressources"

From MSX Game Library

(About development using MSXgl)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
** ''[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
+
** Articles by [https://moltsxalats.wixsite.com/fusionc 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/msxgl-introduction-and-migration-guide MSXgl: Introduction and Migration Guide]''
 +
*** ''[https://moltsxalats.wixsite.com/fusionc/post/animations-with-the-msxgl-pawn-module Animations with the MSXgl Pawn Module]''
 +
*** ''[https://moltsxalats.wixsite.com/fusionc/post/understanding-an-animated-sprite-in-msx2-with-msxgl Understanding an Animated Sprite in MSX2 with MSXgl]''
 +
 
 
* 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 36: Line 39:
  
 
== About C development ==
 
== About C development ==
* [https://sdcc.sourceforge.net SDCC]: ''[SDCC Compiler User Guide https://sdcc.sourceforge.net/doc/sdccman.pdf]''
+
* [https://sdcc.sourceforge.net SDCC]: ''[https://sdcc.sourceforge.net/doc/sdccman.pdf SDCC Compiler User Guide]''
 
* Other C library:
 
* Other C library:
 
** [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (C library for SDCC compiler).
 
** [https://github.com/ericb59/Fusion-C-v1.2 Fusion-C 1.2] (C library for SDCC compiler).
 
** [https://github.com/mori0091/libmsx libmsx] (C library for SDCC compiler).
 
** [https://github.com/mori0091/libmsx libmsx] (C library for SDCC compiler).
 
** [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80).
 
** [https://github.com/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80).

Latest revision as of 11:10, 11 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

About C development