Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keynmol/sn-raylib
https://github.com/keynmol/sn-raylib
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/keynmol/sn-raylib
- Owner: keynmol
- Created: 2022-03-06T14:53:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T12:01:49.000Z (4 months ago)
- Last Synced: 2024-10-27T16:28:14.978Z (2 months ago)
- Language: Scala
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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