https://github.com/floooh/oryol-samples
Oryol extension module samples
https://github.com/floooh/oryol-samples
fips oryol
Last synced: 10 months ago
JSON representation
Oryol extension module samples
- Host: GitHub
- URL: https://github.com/floooh/oryol-samples
- Owner: floooh
- License: mit
- Created: 2016-04-25T17:57:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T14:03:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T21:49:32.541Z (11 months ago)
- Topics: fips, oryol
- Language: C++
- Size: 85.6 MB
- Stars: 82
- Watchers: 12
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oryol Extension Samples
These are the Oryol Extension Samples, meaning samples which depend on
extension modules that are not a core part of Oryol.
Oryol is here: http://github.com/floooh/oryol
The Extension Samples webpage is here: http://floooh.github.com/oryol-samples
### Build Status:
|Platform|Build Status|
|--------|------|
|OSX + Linux (OpenGL)|[](https://travis-ci.org/floooh/oryol-samples)|
|Windows (OpenGL + D3D11)|[](https://ci.appveyor.com/project/floooh/oryol-samples/branch/master)|
### How to build
You need a recent cmake, python 2.7.x (3.x should work too), and a
working C/C++ development environment:
- Windows: a recent Visual Studio
- OSX: Xcode and with command line tools
- Linux: gcc, X Window, OpenGL and ALSA headers and libs
To build and run one of the samples:
```bash
> mkdir projects
> cd projects
> git clone https://github.com/floooh/oryol-samples
> cd oryol-samples
# build and run a sample
> ./fips build
> ./fips run Paclone
# open project in VStudio or XCode:
> ./fips open
```
See the [Oryol build instructions](https://github.com/floooh/oryol/blob/master/doc/BUILD.md)
and [fips build system documentation](http://floooh.github.io/fips/)
for more detailed build instructions.