Difference between revisions of "Main Page"

From MSX Game Library

 
 
(64 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<strong>MediaWiki a été installé.</strong>
+
__NOTOC__{{TITLE}}
  
Consultez le [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents Guide de l’utilisateur du contenu] pour plus d’informations sur l’utilisation de ce logiciel de wiki.
+
{{MSXGL}} is a free and open source Game Library wrote in C and targeting MSX computers.
  
== Pour démarrer ==
+
'''GitHub: https://github.com/aoineko-fr/MSXgl''' [[image:Github_Logo.png|16px]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Liste des paramètres de configuration]
+
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ/fr Questions courantes sur MediaWiki]
+
== Get Starting ==
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce Liste de discussion sur les distributions de MediaWiki]
+
* [[What is MSXgl?]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Adaptez MediaWiki dans votre langue]
+
* '''[[Install|Install and Setup]]'''
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Apprendre comment lutter contre le pourriel dans votre wiki]
+
* [[Create my first program]]
 +
* [[Samples]] (showcase programs)
 +
* [[Code documentation]] (library source documentation)
 +
* [[Types|Variables type]]
 +
* [[Roadmap]] (what coming next?)
 +
* [[Projects]]
 +
* [[Help]]
 +
 
 +
== Modules ==
 +
{{:Modules}}
 +
 
 +
== Build ==
 +
* [[Build tool]]
 +
* [[Defines]]
 +
* [[Target|Target format]] (Basic, DOS, ROM & MegaROM)
 +
* [[Emulators]]
 +
 
 +
== Data ==
 +
* [[:category:Font|Font]]
 +
* [[:category:Cursor|Cursor]]
 +
 
 +
== Tools ==
 +
* [[MSXtk]] (tool kit)
 +
** [[MSXbin]] (binary data convertor)
 +
** [[MSXcrypt]] (encryption tool)
 +
** [[MSXhex]] (binary generator from IHX file)
 +
** [[MSXimg]] (image convertor)
 +
** [[MSXmath]] (precompute table generator)
 +
** [[MSXzip]] (compressor)
 +
* [[SDCC]]
 +
 
 +
== Links ==
 +
* {{GITHUB}}
 +
* {{DISCORD}}
 +
* {{DOC}}
 +
* [[Ressources]] (about MSXgl and MSX)

Latest revision as of 10:32, 22 January 2024

MSXGL is a free and open source Game Library wrote in C and targeting MSX computers.

GitHub: https://github.com/aoineko-fr/MSXgl Github Logo.png

Get Starting

Modules

Core:

  • bios (MSX BIOS)
  • dos (MSX-DOS 1 & 2)
  • input (Joystick, keyboard and mouse)
  • math (Random and fast computation)
  • memory (Heap or dynamic allocator)
  • print (Display text)
  • string
  • system (Low-level features)
  • vdp (Video chip)

Gameplay:

Graphic:

Tools:

Devices:

Audio chips:

Audio players:

Compression:

Network:

Helpers:

Build

Data

Tools

Links