This repo is not used anymore. Development of Orca was moved here: https://github.com/orca-app/orca
https://orca-app.dev/
This is a combination of 19 commits: - fix atlas - fix canvas - fix image - add OpenSansLatinSubset to resources - fix multi_surface - fix perf_text - fix polygon - fix render_thread - fix simpleWindow - fix smooth_resize - fix surface_sharing - fixed tiger - fix triangleGL - fix triangleGLES (note rendering doesn't work) - fix ui - fix all on osx - Fix sketch triangleGLES - Make transparent rectangle clearer in sketches polygon - Add proper error message in sketch/triangleGL on macOS |
||
|---|---|---|
| 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.