Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keynmol/sn-raylib


https://github.com/keynmol/sn-raylib

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# sn-raylib

An example from the site for [sn-bindgen](https://sn-bindgen.indoorvivants.com/)

1. This example was written on an Apple machine, and thus the clang flags were hardcoded, according to [instructions](https://github.com/raysan5/raylib/wiki/Working-on-macOS). Change them to the appropriate flags for your platform.

2. `git submodule update --init && cd raylib/src && make PLATFORM=PLATFORM_DESKTOP` should build a static library in `./raylib/src/libraylib.a`
3. `sbt run` will run the application, as long as the clang flags are appropriate for your platform