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 1f9ed3cc61 Moving all binding code to src/wasmbind 2023-08-09 19:16:57 +02:00
cstdlib Add paddle angle fun time party 2023-07-01 14:33:28 -05:00
ext Collapsed milepost/ext into ext 2023-08-09 14:33:01 +02:00
resources Moving sketches resources into their own shared folder separate from the runtime's resource folder 2023-08-09 19:04:59 +02:00
samples collapse milepost/src to src/ 2023-08-09 17:49:22 +02:00
scripts Moving all binding code to src/wasmbind 2023-08-09 19:16:57 +02:00
sdk reorganizing milepost directory tree into app, graphics, platfrom, ui, util 2023-08-09 17:30:35 +02:00
sketches Moving sketches resources into their own shared folder separate from the runtime's resource folder 2023-08-09 19:04:59 +02:00
src Moving all binding code to src/wasmbind 2023-08-09 19:16:57 +02:00
tests renamed test/ to tests/ 2023-08-09 15:32:43 +02:00
.gitignore Move all native examples to sketches/ and remove milepost repo 2023-08-09 18:08:07 +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.