This repo is not used anymore. Development of Orca was moved here: https://github.com/orca-app/orca https://orca-app.dev/
Go to file
Martin Fouilleul 4d11ed1be7 [doc] update readme to the new build tools and remove refs to milepost submodule 2023-08-09 12:18:52 +02:00
cstdlib Add paddle angle fun time party 2023-07-01 14:33:28 -05:00
ext/wasm3 puling logging functionality from milepost into orca 2023-04-18 18:06:47 +02:00
milepost Preparing milepost submodule merge. Remove milepost submodule. 2023-08-09 11:39:45 +02:00
resources First draft of in-app debug console 2023-04-20 15:47:18 +02:00
samples [gles] expose GLES surface and GLES API to orca apps. 2023-08-08 22:54:29 +02:00
scripts [gles] expose GLES surface and GLES API to orca apps. 2023-08-08 22:54:29 +02:00
sdk [gles] expose GLES surface and GLES API to orca apps. 2023-08-08 22:54:29 +02:00
src [gles] expose GLES surface and GLES API to orca apps. 2023-08-08 22:54:29 +02:00
test/bulkmem - Investigating clang's handling of memory builtins and bulk memory code generation in test/bulkmem 2023-06-25 20:37:22 +02:00
.gitignore [gles] expose GLES surface and GLES API to orca apps. 2023-08-08 22:54:29 +02:00
.gitmodules Preparing milepost submodule merge. Remove milepost submodule. 2023-08-09 11:39:45 +02:00
.orcaroot Convert build scripts to Python (#31) 2023-08-08 09:38:43 +00:00
Readme.md [doc] update readme to the new build tools and remove refs to milepost submodule 2023-08-09 12:18:52 +02:00
orca Convert build scripts to Python (#31) 2023-08-08 09:38:43 +00:00
orca.bat Convert build scripts to Python (#31) 2023-08-08 09:38:43 +00:00

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.