10 lines
309 B
MonkeyC
10 lines
309 B
MonkeyC
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
|
|
- change big malloc/free to linearAlloc/linearFree
|
|
- change color format and adapt everything
|