Difference between revisions of "Main Page"

From MSX Game Library

(Build)
 
Line 1: Line 1:
__NOTOC__{{TITLE}}
+
__NOTOC__<img style="width:512px;" src="https://raw.githubusercontent.com/aoineko-fr/MSXgl/main/engine/doc/img/logo/msxgl-tate-logo.png" />
  
{{MSXGL}} is a free and open source Game Library wrote in C and targeting MSX computers.
+
<span style="border:solid thin black; padding-right:0.2em; font-family:'Arial Black';"><span style="color:white; background:black; padding:0 0.3em 0 0.2em; margin-right:0.2em;">MSX</span>GL</span> is a free and open source Game Library wrote in C and targeting MSX computers.
  
 
'''GitHub: https://github.com/aoineko-fr/MSXgl''' [[image:Github_Logo.png|16px]]
 
'''GitHub: https://github.com/aoineko-fr/MSXgl''' [[image:Github_Logo.png|16px]]
Line 44: Line 44:
  
 
== Links ==
 
== Links ==
* {{GITHUB}}
+
* [[Image:Github_Logo.png|16px]] [https://github.com/aoineko-fr/MSXgl GitHub repository]
* {{DISCORD}}
+
* [[Image:Discord_Logo.png|16px]] [https://discord.gg/REmAhcw6rp Discord server]
* {{DOC}}
+
* [[Image:Bookcase.png|16px]] [https://aoineko.org/msxgl-doc Online documentation]
 
* [[Ressources]] (about MSXgl and MSX)
 
* [[Ressources]] (about MSXgl and MSX)

Latest revision as of 00:31, 9 April 2025

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