An open API service indexing awesome lists of open source software.

https://github.com/vimichael/raylib-template-windows-mac


https://github.com/vimichael/raylib-template-windows-mac

Last synced: 10 months ago
JSON representation

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.