Difference between revisions of "Main Page"

From MSX Game Library

 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__{{TITLE}}
 
__NOTOC__{{TITLE}}
 +
 
{{MSXGL}} is a free and open source Game Library wrote in C and targeting MSX computers.
 
{{MSXGL}} is a free and open source Game Library wrote in C and targeting MSX computers.
  
GitHub: https://github.com/aoineko-fr/MSXgl
+
'''GitHub: https://github.com/aoineko-fr/MSXgl''' [[image:Github_Logo.png|16px]]
  
 
== Get Starting ==
 
== Get Starting ==
* [[What is MSXgl?|What is {{MSXGL}}?]]
+
* [[What is MSXgl?]]
* [[Install|Install and Setup]]
+
* '''[[Install|Install and Setup]]'''
 
* [[Create my first program]]
 
* [[Create my first program]]
* [[Create a mapped ROM]]
+
* [[Samples]] (showcase programs)
* [[Samples]]
+
* [[Code documentation]] (library source documentation)
* [[Roadmap]]
+
* [[Types|Variables type]]
 +
* [[Roadmap]] (what coming next?)
 
* [[Projects]]
 
* [[Projects]]
 
* [[Help]]
 
* [[Help]]
Line 19: Line 21:
 
== Build ==
 
== Build ==
 
* [[Build tool]]
 
* [[Build tool]]
* [[Compile]]
 
 
* [[Defines]]
 
* [[Defines]]
* [[Targets|Target format]] (Basic, DOS, ROM & MegaROM)
+
* [[Target|Target format]] (Basic, DOS, ROM & MegaROM)
 +
* [[Emulators]]
  
 
== Data ==
 
== Data ==
 
* [[:category:Font|Font]]
 
* [[:category:Font|Font]]
 
* [[:category:Cursor|Cursor]]
 
* [[: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