From dd4edcd397842f77486416a404ce195793178cb5 Mon Sep 17 00:00:00 2001 From: Zy Date: Sun, 13 Oct 2024 23:55:21 +0200 Subject: [PATCH] s --- TODO | 3 +++ wiki/BASICS.mc | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 wiki/BASICS.mc diff --git a/TODO b/TODO index 2f49115..8451048 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,6 @@ TODO pointer from touchscreen (and laptop way) (option change mode) (option for TODO bottom screen window TODO 3d window, with put image with depth, and 3d images TODO mlx_exit() + +TODO hook functions should be compatible again +TODO mlx_init: use GSP_RGBA8_OES, and change mlx_get_data_addr accordingly diff --git a/wiki/BASICS.mc b/wiki/BASICS.mc new file mode 100644 index 0000000..3090d9b --- /dev/null +++ b/wiki/BASICS.mc @@ -0,0 +1,8 @@ +TODO file + +How to change a original MinilibX project to a 3DS one: +- manage files and Makefile (include the 3ds mlx.h) +- change screen dimensions +- main must be main(void) +- new inputs +- use assets instead of files