From 6c5c26858eade03d0125b2ccde442a9f36b07b4f Mon Sep 17 00:00:00 2001 From: Sylvain PILLOT Date: Mon, 28 Feb 2022 17:36:37 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 47 +++++++---------------------------------------- 1 file changed, 7 insertions(+), 40 deletions(-) diff --git a/README b/README index 7b1909c..7441f84 100644 --- a/README +++ b/README @@ -1,46 +1,13 @@ -KikooDX's gint project template -=============================== -This is a base project for gint softwares. +MagicLight v1.0A for Casio Graph 90+E -Before anything ---------------- -Open and read CMakeLists.txt. +The current git contains all the sources and stuff needed to compile the game MagicLight. -Building your project ---------------------- -For monochrome calculator target: -$ fxsdk build-fx +Sources would need a major cleaning, as it was my very first addin. -For color calculator target: -$ fxsdk build-cg +Compilation is done with "fxsdk build-cg" -Making changes --------------- -After creating new .c files, add those to the SRC list in CMakeLists and -rebuild. Same process for graphical assets in the corresponding ASSETS -in the corresponding ASSETS* list, but you will also need to edit -assets*/fxconv-metada. +More information can be found on the dedicated page on Planete-Casio here: [url]https://www.planet-casio.com/Fr/programmes/programme4210-1-magic-light-10-finally-slyvtt-jeux-reflexion.html[/url] -Before commiting ----------------- -Run this command at the base of the git tree: -$ clang-format -i src/**.c include/**.h -It will beautify the source of your project according to the -configuration in the .clang-format file. +Have fun -Nice tricks ------------ -Search for a function declaration. -$ git grep '$sample' - -See changes since last commit. -$ git diff - -Require entr, recompile whenever a source file change (poor man LSP). -Ctrl-C to end. -$ find src/ include/ -type f | entr -r fxsdk build-cg - -License -------- -Copyright (C) 2021 KikooDX -This template is under the 0BSD license. See LICENSE for informations. +Sly \ No newline at end of file