Difference between revisions of "Ressources"
From MSX Game Library
(→About MSXgl) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== About MSXgl == | == About MSXgl == | ||
− | * | + | * Articles: |
− | * ''[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://github.com/hsk/msxgl/tree/main Let's Start Game Programming with MSXgl]'' by HSK (Japanese). |
− | * ''[https://www.youtube.com/watch?v=TJ7m68QkEbI Programming on MSXgl and V9990]'' by Andrés De Pedro (Spanish). | + | ** ''[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. |
− | * Articles about MSXgl in Future Disk 48 & 49. | + | ** ''[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. | ||
+ | ** ''[https://moltsxalats.wixsite.com/fusionc/es/post/msxgl-gu%C3%ADa-de-introducci%C3%B3n-y-migraci%C3%B3n MSXgl: Introduction and Migration Guide]'' by MoltSXalats (Spanish). | ||
+ | * Documentation: | ||
+ | ** [https://aoineko.org/msxgl-doc MSXgl Source code documentation] | ||
+ | * Source exemples: | ||
+ | ** ''[https://github.com/aoineko-fr/MSXgl/tree/main/projects/samples MSXgl's samples] (open source) | ||
+ | ** ''[https://github.com/aoineko-fr/Crawlers Crawlers]'' (open source) | ||
+ | ** ''[https://github.com/Asso-MO5/room5 Room 5]'' (open source) | ||
+ | ** ''[https://github.com/aoineko-fr/PengPong Peng Pong]'' (open source) | ||
== About the MSX == | == About the MSX == |
Latest revision as of 00:20, 15 October 2025
About MSXgl
- Articles:
- Let's Start Game Programming with MSXgl by HSK (Japanese).
- Writing an MSX2 game… in 2023 – PART 1 (using MSXgl) by Jacco Bikker.
- Programming on MSXgl and V9990 by Andrés De Pedro (Spanish).
- Articles about MSXgl in Future Disk 48 & 49.
- MSXgl: Introduction and Migration Guide by MoltSXalats (Spanish).
- Documentation:
- Source exemples:
- MSXgl's samples (open source)
- Crawlers (open source)
- Room 5 (open source)
- Peng Pong (open source)
About the MSX
- MSX Assembly Page's collection of online MSX resources by Grauw.
- MSX Resource Center's Programming wiki.
- MSX game creators:
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).