Skip to content

pilotocheg/bubbly

 
 

Repository files navigation

Bubbly for React-Native Projects

This is a bubbles UI, similar to the Apple Music bubble UI

bubbly.mp4

I have used react-native-game-engine and Matter.js to create this. You can create draggable bubbles with just RNGE library. But to provide physics(collision and stuff) you have to use Matter.js library. RNGE essentially provides an interface to include physics into the app. And physics is provided through Matter.js library.

App.js uses index.js file inside the entities folder, which uses bubbles and rect files. App.js also uses dragMechanism.js defined in Components folder as the logic part.

clone the repo using

git clone https://github.com/Don-George-Thayyil/bubbly.git

Then install and run using

npm install 
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 37.7%
  • JavaScript 19.7%
  • C++ 16.3%
  • Objective-C++ 13.5%
  • Starlark 4.5%
  • Ruby 3.8%
  • Other 4.5%