Commit graph

4 commits

Author SHA1 Message Date
Zy
13b93106ee part: implement some functions (windows & display)
part:
- remove mlx3ds_3dskey.h, instead use hid.h
- add definitions of:
  - mlx_init()
  - mlx_new_window()
  - mlx_clear_window()
  - mlx_destroy_window()
  - mlx_pixel_put()
  - mlx_new_image()
  - mlx_get_data_addr()
  - mlx_put_image_to_window()
  - mlx_destroy_image()

dev:
- Makefile: add rule check_headers
- Makefile: add variable FLAGS
    (call 'make rule FLAGS=flags'
	to add flags to compilation)
- add /dev/norm.sh: nicer norminette
- add tester in main(), and related utilsconsole.*

docs:
- make clear mlx_get_data_addr() docs
2024-10-06 16:53:59 +02:00
Zy
c7d0dba4fd part: add headers for all mlx 2024-10-05 12:38:41 +02:00
Zy
d606305241 init: dev 2024-10-04 18:21:18 +02:00
frzysk
04840890c7 init: main *
From 3ds template: https://github.com/TricksterGuy/3ds-template
2024-10-04 18:20:33 +02:00