This commit is contained in:
Zy 2024-10-13 23:55:21 +02:00
parent 8876fa7939
commit dd4edcd397
2 changed files with 11 additions and 0 deletions

3
TODO
View file

@ -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

8
wiki/BASICS.mc Normal file
View file

@ -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