dennis0324 / play

'play'는 raylib 실습 환경 구축을 위한 템플릿 저장소입니다.

Home Page:https://github.com/6pm-crew/play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6PM 동아리에서 사용하는 raylib 템플렛

raylib template for 6pm-crew

설치 ( Install )

$ git clone https://github.com/6pm-crew/play && cd play
$ git checkout dev
$ make -f Makefile.mingw raylib
$ make -f Makefile.mingw

의존성 ( Denpendency )

  • git
  • gcc
  • make

About

'play'는 raylib 실습 환경 구축을 위한 템플릿 저장소입니다.

https://github.com/6pm-crew/play

License:MIT License


Languages

Language:C 60.0%Language:Makefile 40.0%