mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
Added libft and mlx
This commit is contained in:
parent
8448ae3a23
commit
82d06d234a
122 changed files with 10400 additions and 0 deletions
11
libft/README.md
Normal file
11
libft/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Updated LibFT
|
||||
For my projects @ 42 Le Havre.
|
||||
|
||||
# Todo
|
||||
- [x] Add ft_printf
|
||||
- [x] Add get_next_line
|
||||
- [ ] Rework the file structure (ie. src/string src/list src/unga_bunga)
|
||||
- [ ] Add a way to manage memory in a more simple way
|
||||
- [ ] Add other libc functions
|
||||
- [ ] Add test suite
|
||||
- [ ] idk, continue this list I guess.
|
||||
Loading…
Add table
Add a link
Reference in a new issue