Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/redmax
https://github.com/mrspeaker/redmax
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrspeaker/redmax
- Owner: mrspeaker
- License: other
- Created: 2024-06-16T14:20:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T23:54:39.000Z (2 months ago)
- Last Synced: 2024-10-10T22:48:38.141Z (about 1 month ago)
- Language: C++
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Redmax
** Setup
first time, or when changing raylib version - use `make setup````console
$ make setup
$ make
```The first command will clone in the lastest C++ bindings and targeted version of raylib, copy across any relevant header files into `/includes`, and build a static library file from them, placing it in `/lib`. The second command then compiles, runs and cleans up your project using the source code in `/src/main.cpp`.
By using the following Make commands instead of the default target, we can skip the cleanup step, and only recompile files that changed:
```console
$ make bin/app; make execute
```** iderrs/todos
- when get out of plane, swarmed by lil dudes. can pre-drop stuff to keep them away.