Advertisement
P0ulp1

SO_LONG RESOURCES

Jun 25th, 2024 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | Software | 0 0
  1. Hello There!
  2.  
  3. Here, I will put all the resources I found/used for the so_long project along with a little description of what you'll learn in it.
  4. I hope this will help apprehend MiniLibX and get the job done!
  5.  
  6. --> https://aurelienbrabant.fr/blog?q=minilibx
  7. * There is 3 blog posts about MiniLibX here.
  8. ** The first one is about a global explanation of what is MiniLibX and what is it doing under the hood. It's great to get a good grasp of what IS really MiniLibX before starting out to code right away.
  9. ** The second one is an introduction to events and hooks. After reading through it, you'll comprehend how to register keyboard press, and hook them to events. (Press Escape and close the so_long window for example)
  10. ** The third one teaches you how to draw in you window. It's an introduction to pixel put and images.
  11.  
  12. --> https://42-cursus.gitbook.io/guide/rank-02/so_long
  13. * Introduction and general guide to so_long
  14.  
  15. --> https://42-cursus.gitbook.io/guide/minilibx
  16. * Introduction and general guide to the MiniLibX
  17.  
  18. --> https://harm-smits.github.io/42docs/libs/minilibx
  19. * Documentation of the MiniLibX
  20.  
  21. --> https://convertio.co/png-xpm/
  22. * PNG to XPM file converter
  23.  
  24. --> https://www.piskelapp.com/
  25. * Sprite editor (Useful to extract a sprite from a tileset)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement