Difference between revisions of "Main Page"
From MSX Game Library
(→Build) |
|||
(64 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__{{TITLE}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | {{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 == | ||
+ | * [[What is MSXgl?]] | ||
+ | * '''[[Install|Install and Setup]]''' | ||
+ | * [[Create my first program]] | ||
+ | ** [[Create a plain ROM]] | ||
+ | ** [[Create a mapped ROM]] | ||
+ | * [[Samples]] (showcase programs) | ||
+ | * [[Code documentation]] (library source documentation) | ||
+ | * [[Types|Variables type]] | ||
+ | * [[Roadmap]] (what coming next?) | ||
+ | * [[Projects]] | ||
+ | * [[Help]] | ||
== Modules == | == Modules == | ||
+ | {{:Modules}} | ||
== Build == | == Build == | ||
+ | * [[Build tool]] options | ||
* [[Defines]] | * [[Defines]] | ||
+ | * [[Target|Target format]] (Basic, DOS, ROM & MegaROM) | ||
+ | * [[Emulators]] | ||
+ | |||
+ | == Data == | ||
+ | * [[:category:Font|Font]] | ||
+ | * [[: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]] | ||
+ | * [[VS Code]] | ||
+ | |||
+ | == Links == | ||
+ | * {{GITHUB}} | ||
+ | * {{DISCORD}} | ||
+ | * {{DOC}} | ||
+ | * [[Ressources]] (about MSXgl and MSX) |
Latest revision as of 00:59, 13 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
Get Starting
- What is MSXgl?
- Install and Setup
- Create my first program
- Samples (showcase programs)
- Code documentation (library source documentation)
- Variables type
- Roadmap (what coming next?)
- Projects
- Help
Modules
Core:
- bios (MSX BIOS)
- dos (MSX-DOS 1 & 2)
- input (Joystick, keyboard, mouse and paddle)
- math (Random and fast computation)
- memory (Heap or dynamic allocator)
- print (Display text)
- string
- system (Low-level features)
- vdp (Video chip)
Gameplay:
- game (Game states)
- game_menu (Menu)
- game_pawn (Character move, anim, physics and collision)
- input_manager
Graphic:
Tools:
- crypt (Encryptage)
- debug (debug features)
- dos_mapper
- localize (Translation manager)
- tool/reg (Registers setting)
- tool/mem_op (Quick operation on buffer)
- tool/sjis (Shift-JIS conversion)
Devices:
- clock (RTC)
- v9990
- device/ninjatap
- device/pac (SRAM catridge)
Audio chips:
Audio players:
- arkos/akg_player (Arkos Tracker II)
- arkos/akm_player
- arkos/aky_player
- ayfx/ayfx_player
- pcm/pcmenc
- pcm/pcmplay
- pt3/pt3_player (Pro Tracker 3)
- trilo/trilo_scc_player (Trilo Tracker)
- trilo/trilo_fm_player WIP
- vgm/lvgm_player (Light-VGM)
- vgm/vgm_player
- wyz/wyz_player (WYZ Tracker)
- wyz/wyz_player2
Compression:
- compress (RLEp)
- compress/bitbuster
- compress/bitbuster2
- compress/pletter
- compress/zx0 (4 unpackers)
- msxi/msxi_unpack WIP
Network:
Helpers:
Build
- Build tool options
- Defines
- Target format (Basic, DOS, ROM & MegaROM)
- Emulators
Data
Tools
Links
- GitHub repository
- Discord server
- Online documentation
- Ressources (about MSXgl and MSX)