s
This commit is contained in:
parent
8876fa7939
commit
dd4edcd397
2 changed files with 11 additions and 0 deletions
3
TODO
3
TODO
|
@ -5,3 +5,6 @@ TODO pointer from touchscreen (and laptop way) (option change mode) (option for
|
||||||
TODO bottom screen window
|
TODO bottom screen window
|
||||||
TODO 3d window, with put image with depth, and 3d images
|
TODO 3d window, with put image with depth, and 3d images
|
||||||
TODO mlx_exit()
|
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
8
wiki/BASICS.mc
Normal 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
|
Loading…
Add table
Reference in a new issue