Difference between revisions of "Main Page"

From MSX Game Library

Line 21: Line 21:
 
* [[Compile]]
 
* [[Compile]]
 
* [[Defines]]
 
* [[Defines]]
* [[Targets|Target format]] (Basic, DOS, ROM & MegaROM)
+
* [[Target|Target format]] (Basic, DOS, ROM & MegaROM)
  
 
== Data ==
 
== Data ==
 
* [[:category:Font|Font]]
 
* [[:category:Font|Font]]
 
* [[:category:Cursor|Cursor]]
 
* [[:category:Cursor|Cursor]]

Revision as of 22:13, 2 May 2023

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

GitHub: https://github.com/aoineko-fr/MSXgl

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