Tool to make game data for the 2D_Engine_Casio
Go to file
Ulysse Cura bde92a7e34 Added assets and started assets convertions in the Makefile 2025-08-12 15:27:43 +02:00
.vscode Added licenses and readmes 2025-08-12 14:44:01 +02:00
assets Added assets and started assets convertions in the Makefile 2025-08-12 15:27:43 +02:00
fxconv Added assets and started assets convertions in the Makefile 2025-08-12 15:27:43 +02:00
gint Added licenses and readmes 2025-08-12 14:44:01 +02:00
src Changed files names 2025-08-12 15:27:11 +02:00
.gitignore Added reading test folder 2025-08-11 19:51:18 +02:00
LICENSE Added licenses and readmes 2025-08-12 14:44:01 +02:00
Makefile Added assets and started assets convertions in the Makefile 2025-08-12 15:27:43 +02:00
README.md Added licenses and readmes 2025-08-12 14:44:01 +02:00
test.json Json2Bin_Converter Copy 2025-08-11 18:52:38 +02:00

README.md

License: GPL v3

2D_Engine_Casio_Tool

This tool is used to make game data for the 2D_Engine_Casio Gitea.

Description

Licences

  • This program is open-source : you can redistribute and/or modify it under the term of the GNU GPLv3. Copyright (C) 2025 Ulysse Cura. See LICENSE or gnu.org/licenses/gpl-3.0.html.

  • Folder fxconv contains tools under MIT license : Copyright (C) 2015-2022 gint/fxSDK contributors. See fxconv/LICENSE. Git

  • Files from the gint project is used in directory gint/. Git

  • Folder src/nlohmann/json contains code under MIT license : Copyright (c) 2013-2025 Niels Lohmann. See src/nlohmann/json/LICENSE.MIT. GitHub