This repo is not used anymore. Development of Orca was moved here: https://github.com/orca-app/orca
https://orca-app.dev/
Martin Fouilleul
bd35b75f4b
- Removing unused remote/host surfaces for now - Complete canvas attributes getters - Separate surface creation APIs accessible by host and guest - added oc_get_matrix(), removed oc_viewport() - oc_get_clip -> oc_clip_top, oc_get_matrix -> oc_matrix_top |
||
---|---|---|
ext | ||
resources | ||
samples | ||
scripts | ||
sketches | ||
src | ||
tests | ||
.clang-format | ||
.gitignore | ||
.orcaroot | ||
Readme.md | ||
orca | ||
orca.bat |
Readme.md
Installing
Clone the repo: git clone git@git.handmade.network:hmn/orca.git
.
Cd to orca and build the runtime:
cd orca
./orca dev build-runtime
Install the orca tools:
./orca dev install
Building the sample orca apps:
Cd to the sample project directory and run its build script:
cd samples/pong
./build.sh
On macOS this creates a Pong.app
bundle in samples/pong
that you can double click to run.
On Windows this creates a Pong
directory in samples/pong
. You can launch the app by running Pong/bin/orca.exe
.