https://github.com/kimchouard/meloskia
A music-game demo to highlight RN-Skia capabilities
https://github.com/kimchouard/meloskia
demo learning music react-native-skia
Last synced: about 1 month ago
JSON representation
A music-game demo to highlight RN-Skia capabilities
- Host: GitHub
- URL: https://github.com/kimchouard/meloskia
- Owner: kimchouard
- Created: 2024-01-29T09:56:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T09:32:18.000Z (about 1 year ago)
- Last Synced: 2024-04-18T22:09:58.224Z (about 1 year ago)
- Topics: demo, learning, music, react-native-skia
- Language: TypeScript
- Homepage: https://meloskia.chouard.kim
- Size: 4.24 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeloSkia
Open-source music-game demo to demonstrate the power of [React Native Skia](https://github.com/shopify/react-native-skia).

## Get Started
Simply run `yarn install` to install all the dependency and `yarn start` to start the dev server.
Press `W` or simply go to `http://localhost:8081` to see the live demo with auto-refresh.
Note: Should also work out of the box for iOS (`yarn ios`) and android (`yarn android`)