scene.org File Archive

File download

<root>­/­parties­/­2025­/­revision25­/­wild/r25-submission.zip

File size:
993 867 bytes (970.57K)
File date:
2025-04-20 21:43:03
Download count:
all-time: 2

Preview

  • r25.prg 364.32K
  • screenshot.png 879.60K
  • src/ dir
  • src/.project 344B
  • src/BUILD.BAT 171B
  • src/BUILDRELEASE.BAT 182B
  • src/ENV.BAT 305B
  • src/GarminBoingBallGen.java 3.99K
  • src/manifest.xml 639B
  • src/monkey.jungle 32B
  • src/PUSH2SIM.BAT 263B
  • src/readme.txt 1.71K
  • src/resources-round-240x240/ dir
  • src/resources-round-240x240/drawables/ dir
  • src/resources-round-240x240/drawables/boing0.xml 6.46K
  • src/resources-round-240x240/drawables/boing1.xml 6.46K
  • src/resources-round-240x240/drawables/boing10.xml 6.46K
  • src/resources-round-240x240/drawables/boing11.xml 6.46K
  • src/resources-round-240x240/drawables/boing12.xml 6.46K
  • src/resources-round-240x240/drawables/boing13.xml 6.45K
  • src/resources-round-240x240/drawables/boing14.xml 6.45K
  • src/resources-round-240x240/drawables/boing15.xml 6.45K
  • src/resources-round-240x240/drawables/boing16.xml 6.45K
  • src/resources-round-240x240/drawables/boing17.xml 6.44K
  • src/resources-round-240x240/drawables/boing18.xml 6.44K
  • src/resources-round-240x240/drawables/boing19.xml 6.43K
  • src/resources-round-240x240/drawables/boing2.xml 6.46K
  • src/resources-round-240x240/drawables/boing3.xml 6.45K
  • src/resources-round-240x240/drawables/boing4.xml 6.44K
  • src/resources-round-240x240/drawables/boing5.xml 6.44K
  • src/resources-round-240x240/drawables/boing6.xml 6.44K
  • src/resources-round-240x240/drawables/boing7.xml 6.44K
  • src/resources-round-240x240/drawables/boing8.xml 6.44K
  • src/resources-round-240x240/drawables/boing9.xml 6.43K
  • src/resources/ dir
  • src/resources/bitmaps.xml 126B
  • src/resources/icon.png 2.33K
  • src/resources/rbbs.png 6.98K
  • src/resources/strings.xml 62B
  • src/resources/transrect.xml 187B
  • src/RUNINSIM.BAT 175B
  • src/SHELL.BAT 69B
  • src/source/ dir
  • src/source/app.mc 456B
  • src/source/view.mc 66.28K
  • src/STARTSIM.BAT 63B

file_id.diz

- follow the "install the sdk manager" steps https://developer.garmin.com/connect-iq/sdk/
- download SDK "Connect IQ 6.3.0" and set as "Current SDK"
- download Device "Watches/Wearables Fenix 6S Pro / 6S Sapphire / ..."
- adjust ENV.BAT:
  - for generating the developer key, read %SDK_PATH%/CoreTopics.html#developerkeys

to run in simulator:
- run BUILD.BAT
- run STARTSIM.BAT
- run RUNINSIM.BAT

once the simulator is started, it can be kept running. Just push the "back" button (bottom-right)
to exit the app, and re-run BUILD.BAT and RUNINSIM.BAT without closing the simulator

to put on actual device:
- run BUILDRELEASE.BAT
- connect device with cable to pc
- copy "bin/r25.prg" into <device>/GARMIN/APPS
- disconnect the device and let it process
- push the "start activity" button and it should be in the list

to build for other devices (untested):
- find your device in %SDK_PATH%/ReferenceGuides.html#devicereference
- add its id as an <iq:product> entry in manifest.xml
- the device probably also needs to be downloaded in the SDK manager for building to work
- (boing ball may not draw correctly because it's in a resources-round-240x240 folder,
   perhaps this should be changed/copied to a folder that fits your device's specs too,
   again see the reference because it mentions all devices' shapes and sizes)

PUSH2SIM.BAT and SHELL.BAT are leftovers from when I was trying to figure out how to
use the simulator without using the official VSCode extension, before I found out the
docs shipped with the SDK contain instructions

final note: the source is mainly written in https://github.com/yugecin/Jeanine/
which is a 2D editor. The code is still a mess, but has a slightly better visual
structure when viewed using that editor.