Difference between revisions of "Ressources"
From MSX Game Library
(Created page with "== About MSXgl == * Quick user guide in Japanese by HSK: ''[https://github.com/hsk/msxgl/tree/main MSXGL を使ってゲームプログラミングをしよう]'' * Jacco Bikk...") |
|||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== About MSXgl == | == About MSXgl == | ||
− | * | + | * HSK's quick user-guide in Japanese: ''[https://github.com/hsk/msxgl/tree/main MSXGL を使ってゲームプログラミングをしよう]''. |
− | * | + | * ''[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. | ||
== About the MSX == | == About the MSX == | ||
− | * | + | * 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 game creators: | ||
+ | ** [https://santiontanon.blogspot.com/ Santiago Ontañón's blog] | ||
+ | ** [https://bengalack.blogspot.com/ Bengalack's blog] | ||
+ | |||
+ | == Other C library == | ||
+ | * [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/lfantoniosi/sdcc_stdio/tree/main sdcc_stdio] (stdio lib implementation for SDCC compiler for CP/M-80). |
Latest revision as of 23:09, 24 June 2024
About MSXgl
- HSK's quick user-guide in Japanese: MSXGL を使ってゲームプログラミングをしよう.
- 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.
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).