Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacc2024/freshy
https://github.com/hacc2024/freshy
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacc2024/freshy
- Owner: HACC2024
- License: mit
- Created: 2024-10-16T03:27:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T19:11:19.000Z (2 months ago)
- Last Synced: 2024-11-11T20:18:16.088Z (2 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Freshy
## Aloha-Bird-Quest
An app that lets users explore and learn about the different birds around them.
### Developed by Khaen Dumbrique# iOS
Note: A MacOS computer WITH Xcode INSTALLED is needed to run on iOS
1. Download the build.zip in the releases tab and open it in Xcode.
Double Click on the .xcodeproj2. Select a Target Device
Look at the toolbar at the top of Xcode, and you'll see a dropdown menu next to the Run button (a play icon).
Click the device dropdown menu and select your target device (e.g., iPhone 15 Pro, iPad, etc.). If you want to test on a physical iOS device, connect it to your Mac, and it should appear in the list.3. Check Signing and Capabilities
Click on the file at the top of the hierarchy. In the Signing & Capabilities tab, select a valid Apple Developer account under Team.4. Build the Project
Click the Play button to start running. Make sure your iPhone is plugged in.
# Running it on Godot (Easiest Option)
NOTE: AR and precise location are NOT available when running on Godot.
1. Download the Godot game engine
https://godotengine.org/download/archive/3.5.2-stable/
2. Download Souce Code
3. Double Click on "project.godot" file. This should open up Godot with the project.