Difference between revisions of "Main Page"

From MSX Game Library

Line 9: Line 9:
 
* [[Create my first program]]
 
* [[Create my first program]]
 
* [[Samples]] (showcase programs)
 
* [[Samples]] (showcase programs)
 +
* [[Code documentation]] (library source documentation)
 
* [[Roadmap]] (what coming next?)
 
* [[Roadmap]] (what coming next?)
 
* [[Projects]]
 
* [[Projects]]

Revision as of 21:59, 22 July 2023

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

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