Difference between revisions of "Main Page"

From MSX Game Library

(Get Starting)
Line 9: Line 9:
 
* '''[[Install|Install and Setup]]'''
 
* '''[[Install|Install and Setup]]'''
 
* [[Create my first program]]
 
* [[Create my first program]]
** [[Choices|What choices should I make?]]
+
** [[What to choose?|What to choose before starting?]]
 
** [[Create a plain ROM]]
 
** [[Create a plain ROM]]
 
** [[Create a mapped ROM]]
 
** [[Create a mapped ROM]]

Revision as of 19:33, 30 November 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