https://github.com/vimichael/raylib-template-windows-mac
https://github.com/vimichael/raylib-template-windows-mac
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vimichael/raylib-template-windows-mac
- Owner: vimichael
- Created: 2024-05-13T19:40:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T18:13:55.000Z (over 1 year ago)
- Last Synced: 2025-02-16T02:41:46.570Z (11 months ago)
- Language: C
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raylib Project Template for Windows and Mac
Simple template that works on both windows and mac using GCC.
## Windows
```bash
make windows
```
## Mac
```bash
make mac
```
The outputted executed is located in the root directory.