⛰️

FdF雑記

2024/08/29に公開

とても参考になったページ

Fil de Fer(Fdf), the first graphical project at 42 The Network

FDFについて適当なことを言う会

MiniLibXを始める前に見るべきドキュメント

https://harm-smits.github.io/42docs/libs

Generally the documentation of any 42 library sucks. Therefore we aim to rewrite all the documentation of the 42 libraries (this includes the API eventually). So far we have rewritten the following libraries / apis:

Makefileの書き方

自分が間違えていたので、備忘録。
リポジトリ内にMinilibX本体のフォルダを作成してそれをMakefileに指定をしたりする必要はないです。
「MiniLibXはMacOSXのCocoa(AppKit)とOpenGL(X11はもう使わない)を必要とする」と書いてありますが、例えば以下のように宣言をして、
framework = -lmlx -framework openGL -framework AppKit
実行時に $(framework) を一緒に宣言するだけでOK。

すごい人が作ったmap generator
42MapGenerator (v2)
https://github.com/jgigault/42MapGenerator

マップ作成で参考になった
http://maxima.zuisei.net/pg11.html

Discussion