Difference between revisions of "Main Page"

From MSX Game Library

 
(15 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
{{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''' [[image:Github_Logo.png|16px]]
  
 
== Get Starting ==
 
== Get Starting ==
* [[What is MSXgl?|What is {{MSXGL}}?]]
+
* [[What is MSXgl?]]
* GitHub: https://github.com/aoineko-fr/MSXgl
+
* '''[[Install|Install and Setup]]'''
* [[Install|Install and Setup]]
 
 
* [[Create my first program]]
 
* [[Create my first program]]
 
* [[Samples]] (showcase programs)
 
* [[Samples]] (showcase programs)
 
* [[Code documentation]] (library source documentation)
 
* [[Code documentation]] (library source documentation)
 +
* [[Types|Variables type]]
 
* [[Roadmap]] (what coming next?)
 
* [[Roadmap]] (what coming next?)
 
* [[Projects]]
 
* [[Projects]]
Line 26: Line 28:
 
* [[: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