Soft body simulation algorithm python. Realtime soft body simulation.
Soft body simulation algorithm python. The most advanced type of object in the Game Engine.
Soft body simulation algorithm python Consider a system that consists of n p particles and n g grid nodes. Once again the soft body action will be baked to the new bone layer. In this project, I would firstly introduce how to build such a spring-mass system, and then demonstrate some simple cases to verify the feasibility, and finally, electrostatic forces are incorporated for much wider range of soft, multi-body systems not possible before. Thanks for the help all along! Here are the results of a two-body simulation: Apr 25, 2021 · For the past few weeks, I’ve been working on a particle simulator, in which particles follow some simple rules that are similar to the way molecules interact Oct 30, 2018 · I'm trying to write a code for 3-body problem with leapfrog algorithm. We will assume a system of N point particles, indexed by i=1,…,N. That said, 2D is much easier to work in than 3D, so if you want to give it a shot it could be a good learning experience. text here Python Results. COsmological N-body CodE in PyThon. 3 Soft Body Simulation Using Projective Dynamics Background. Apr 5, 2024 · Cloth + Soft-body simulation based on XPBD. The contraction of muscles embedded in the soft tissues actuates the body and limbs to move. This command not only adds the deformable-body component to the mesh, but also generates the collision and simulation tetrahedral (tet) meshes from the source mesh for the PhysX engine: scienti c graphics. Contribute to gigama/python-algorithms development by creating an account on GitHub. for soft body simulation and the original simulation platform. About Co-optimization of body and control of soft robots promoting quality diversity. May 3, 2022 · We present a method for differentiable simulation of soft articulated bodies. Researchers attempt to fabricate soft robots by mimicking the compliance and morphology of living creatures, with elastic bodies [] and compliant actuation [], such as soft grippers [][][], soft manipulator [], and soft robotic fish []. Soft Body Simulation using python with numpy and pygame modules Topics. It provides support for procedural animation of physical bodies to make objects move and interact in realistic ways. Nov 19, 2020 · Soft-body simulation is widely used in animation, prostheses, organs, and so on. , slicing a cucumber), RoboNinja aims to remove the soft part of an object while preserving the rigid core, thereby maximizing the yield. In this way, our work also provides a first study of the capabilities of Isaac Sims soft body simulation for simulating GelSight sensors. This software allows one to perform three-dimensional (3D) gravitational N-body simulations in python, using both positive and negative masses. Realtime soft body simulation. We built EvoGym to have 1) A fast soft-body simulator 2) OpenAI Gym inspired python interface and 3) over 30 environments in order to overcome the prior intractability and irreproducibility of soft robot co-design experiments. Alright, first let’s load all the elements we need in order to have the Toxic lib working. It provides a lightweight soft-body simulator wrapped with a gym-like interface for developing learning algorithms. "Toybox" demo made with Jelly Engine. However, once I visualize the simulation, things don't behave as expected, namely, all the particles move away from the center as though they have high repulsive force. py and follow the instructions to visualize the simulation an individual from a stored experiment. A C++ implementation of the Barnes-Hut-Algorithm. py: numerically integrates the equations of motion using Velocity Verlet. I have followed the implementation provided by Maciej Matyka in this paper to create a 2D physics simulation of a soft body. Nov 30, 2017 · Evolution. 1 Overview Mar 2, 2021 · The constant G is in kg-m-sec units. The code is now available at GitHub. 4. tion Gym is comprised of a back-end soft body simulator (A, B) and task-specific environments (C). , soft objects with rigid cores such as avocados or mangos). g. Following the commonly adopted Finite Element Method (FEM), we represent a soft body as a low-resolution volumetric tetrahedral mesh with a linear shape function. Say the paddle is in the top left corner of the screen, and the ball is near the bottom left corner of the screen Nov 27, 2024 · A Scaffolding Structure for a Soft Body using the Letters from Sooft Studio. TaichiDEM - A high performance objected-oriented Discrete Element Method (DEM) simulator in Taichi. Out of the methods presented, PBD and it’s successor XPBD are the most popular methods used in real-time soft body deformation. However, Their simulation models and the data processing speed are limited. We build on the soft-body simulator Voxelyze to enable both isotropic and non-isotropic expansions of deformable voxels. 3 Soft Body Simulation Using Projective Dynamics libraries that support soft-body simulation, however, they do not support soft-body representations or their visualizations. 2 Soft Body Dynamics The deformation of a soft object is a time dependent map from its undeformed material coordinates Xto the world coordinates x. Additionally, Isaac Sims’s soft body simulation has not been used for tactile simulation yet. Its paraphrased directly from the psuedocode implemenation from wikipedia. #PySBD ###Testing soft body simulation in Python, based on SPH. The radius of the satellite orbit however only makes sense in km, else the orbit would be inside the Earth core. barn_hut. To change the animation, click on the 'Free Bake' button and the new bones will be track the original bones. Jul 15, 2017 · A number of physics engines offer soft body simulators, including Bullet Physics 2 , CryEngine 3 , MuJoCo 4 , Open Dynamics Engine 5 and the NASA Tensegrity Robotics Toolkit 6 . The first tetrahedral mesh is a simulation mesh, which only needs to approximately match the body’s shape. Also, it is the most finicky. The next step is to define which learning algorithms are used and on what models. Please let me know how to animate it in the comments. integrator. Contribute to pmocz/nbody-python development by creating an account on GitHub. This is because simulation speed is very dependent on the type of simulation, and there are many more degrees of freedom in soft body simulation like ours compared to a standard rigid body simulation. 1 Overview May 10, 2023 · In my implementation, I added damping between any pair of consecutive vertices of a soft body, but I think it is better to compute the velocity of the center of mass (i. Evolution Gym is the first benchmark tool for studying soft robot co-optimization: jointly optimizing a robot’s body and brain. Evosoro is a Python soft robot simulation library based on the Voxelyze physics engine. Code repository for our paper SoftMAC: Differentiable Soft Body Simulation with Forecast-based Contact Model and Two-way Coupling with Articulated Rigid Bodies and Clothes robotics simulation trajectory-optimization optimal-control robot-learning differentiable-physics-engine differentiable-programming differentiable-simulations soft-body Motion of individual point masses are simulated through space using an integration method known as verlet integration. Another insightful comparison might be with soft, 3D FEM-based simulations. with soft body simulation. Compared to existing frameworks, we show that Orbit is able to obtain up to ∼ 10 similar-to absent 10 {\sim}10 ∼ 10 x and ∼ 3 similar-to absent 3 {\sim}3 ∼ 3 x the throughput for rigid and deformable body manipulation tasks respectively tiable simulator for soft-body dynamics. 1 Overview Taichi Tetris - A Tetris game with soft-body simulation implementing the MPM method. The dynamics of the soft body You signed in with another tab or window. 3 Soft Body Simulation Using Projective Dynamics Run python visualize. The following is my attempt to follow the code from section 5. We create a framework that is able to support multiple muscle groups and actuation patterns procedure. The specific function that the simulator mini-mizes and the minimization algorithm implemented in the simulator may vary depending on application requirements. The biggest limitation right now is collision detection & handling (both self and object) If you are In this tutorial I show how to simulate soft bodies with in an unconditionally stable and simple way. py: builds the quad-tree for the integrator to use. 1 star Watchers. - OpenISS/SoftbodySimulationSystem Apr 13, 2023 · Embark on a squishy adventure as I attempt to create a soft body physics simulation for a character with toxiclibs. Although the specifics may have some differences, there is a high-level interpretation of the energy functions com-monly used in soft-body physics that can reveal some of Jul 8, 2021 · The problem is solved: using a better acceleration algorithm solved the problem. It involves the choice of a physical model for the material, and a numerical technique to integrate the model over time. much wider range of soft, multi-body systems not possible before. python real-time simulation physics Resources. Vectorized Math. The results achieved via this framework can point out issues to bear in mind for providing training facility for automatic training and learning of soft body manipulation, as well as how to measure 2 days ago · You can create a deformable body from a mesh-geometry asset with the Add Button in the mesh’s property window: Choose Add > Physics > Deformable Body. A new frame is generated each time-step, and to display the frame we must first calculate the new positions of the bodies, and then draw them all. I have also tried to avoid loops for performance reasons, so all summations are handled through domain transfer hacks(?). Parallelized using OpenMP and features Physically-Based Rendering (PBR), image-based lighting (IBL) for enhanced realism, and an HDR skybox for a dynamic, immersive sky. The soft body simulation algorithm we used to simulate biological tissue will be illustrated inIII-Bin detail. Includes a scale model simulation of the solar system, including orbits of asteroids and comets from their orbital elements, simulation of stars orbiting the central black hole in the Milky Way, and a general n-body gravitational system simulator. Jun 10, 2024 · The experiments demonstrate that our designs make soft body simulation more stable and realistic compared to other frameworks. The model is based on the paper "How To Implement a Pressure Soft Body Model" by Maciej Matyka. 3 Soft Body Simulation Using Projective Dynamics java open-source animation collision-detection inverse-kinematics soft-bodies physics-simulation rigid-bodies bullet-physics ragdoll jmonkeyengine3 jmonkeyengine jme3 vhacd physics-3d rigid-body-dynamics game-physics jvm-library collision-shape soft-body-simulation The algorithm described so far is a simple particle-particle approach where the mutual forces between every pair of particles is the system is computed. I would google around a bit and study up on pressure soft bodies if you are really keen on doing this. One learning-based approach is to approximate the true, soft-body dynamics by way of a neural Since this method only count local interaction, it’s quite computationally cheap, and can work for real time simulation [1] [2]. We will first cover the basics of N-body simulation and the Barnes-Hut Algorithm, then Nov 7, 2024 · Besides that, we simulate the gelpad as a soft body to have an approach with accurate gelpad simulation. Real-time cloth simulation, developed in C++/OpenGL, that employs a Mass-Spring System, inspired by the paper "Fast Simulation of Mass-Spring Systems" by Liu et al. An evaluation case is presented on PyBullet and MuJoCo physics simulation environments with DDPG, PPO, TD3 and SAC algorithms. The generated soft bodies are commonly used in various applications, such as non-rigid point cloud registration. js! Code: https://thecodingtrain tion Gym is comprised of a back-end soft body simulator (A, B) and task-specific environments (C). To couple the newly implemented soft body simulation module and original rigid body simulation engine of PyBullet, we proposed an collision detection and handling strategy (in III-C) which helps connect these two parts efficiently. Nov 5, 2024 · Soft robots are primarily constructed from highly flexible materials and often draw inspiration from the mechanical behavior of living organisms []. Genetic algorithms work by imitating the natural biological process of evolution by starting off with an initial population, and through selection, crossover, and mutation over many generations, an optimal solution emerges. For simplicity, we use MPM for MLS-MPM in this section. It is important to reduce the variability in algorithms that the changes Mar 15, 2012 · Here's mine. Our method accelerates the solution of system identification problems by more than an order of magnitude, and enables efficient gradient-based learning of motion control with soft robots. slower than most rigid-body simulations, like MuJoCo [10]. Visualization is more challenging as compared to represen-tation. simulation and comparison of algorithm implementations with sample code instances. Our work enables the integration of differentiable physical dynamics into gradient-based pipelines. You signed out in another tab or window. Modify the animation on the original rig, then hit the 'Bake' button again. Vectorized N-body code (Python). Evolution Gym is a large-scale benchmark for co-optimizing the design and control of soft robots. The whole process is differentiable, which allows us to control the motion between different modalities by optimizing the force acting on any point in the simulation. Reload to refresh your session. Welcome to the Three-Body Problem Simulation project! This repository contains a Python implementation of the three-body problem, a classic problem in celestial mechanics. Denote x p,v p,m p ∈R3np as positions, velocities and masses An n-body simulator written in Python utilizing the Barnes-Hut algorithm for computing forces. Feb 16, 2024 · Through experiments, we demonstrate the accuracy of the simulator for rigid and soft body simulation. 1 Overview Jan 24, 2022 · tion Gym is comprised of a back-end soft body simulator (A, B) and task-specific environments (C). 1. Number crunching code is written in C++, leveraging OpenMP and SSE/AVX instructions for high performance. 1 Physical Model To ensure an efficient simulation, we picked the conventional linear VehicleBody simulation is unstable, especially at high speeds; Collision results in bumps when an object moves across tiles; Framerate drops when an object touches another object; Framerate suddenly drops to a very low value beyond a certain amount of physics simulation; Physics simulation is unreliable when far away from the world origin much wider range of soft, multi-body systems not possible before. Ideal for students, educators, and researchers, it allows real-time observation of algorithm behaviors with an intuitive interface. The most advanced type of object in the Game Engine. Each particle has a: mass mᵢ,; position rᵢ = [ xᵢ, yᵢ, zᵢ] ,; velocity vᵢ = [ vxᵢ, vyᵢ, vzᵢ PBD Algorithm (recap) ∆𝑡𝑠←∆𝑡/𝑛 while simulating for 𝑛substeps for all particles 𝑖 𝐯𝑖←𝐯𝑖+∆𝑡𝑠𝐠 𝐩𝑖←𝐱𝑖 𝐱𝑖←𝐱𝑖+∆𝑡𝑠𝐯𝑖 Softbody Simulation System -- a framework and for softbody objects simulation and comparison of algorithm implementations with sample code instances. Lots of approximations and custom solutions to work around limitations of Geometry nodes (largely related to data handling). It uses numpy for conveince of their ndarray but is otherwise a pure python3 implementation. In this work, we investigate the question of gait discovery for soft-bodied characters with specified body plan and muscle groups. We derive a differentiable control TraverseCraft is a versatile Python library for creating static, animated, and interactive visualizations, enabling robust simulations for AI, RL, and ML. For This is an n-body simulation using a Barnes-Hut tree algorithm. Readme Activity. It is known for its fast and accurate simulation of both kinematics and dynamics, which makes it well-suited for real-time control and visualization. Evosoro was designed and developed by the Morphology, Evolution & Cognition Laboratory, University of Vermont. We build our soft body simulator based on MLS-MPM [35]. FEMcy - A finite element solver based on Taichi, being parallel (CPU/GPU), portable and open-source. Updates the body-system and applies the change to the patch-list used for plotting 2 Dynamic Model for Simulation In this section, we present our basic dynamic model for a given, fixed discretization. These are corresponding codes for the paper "A unifying theory of dark energy and dark matter: Negative masses and matter creation within a modified LambdaCDM framework", available at: Dec 25, 2024 · This post examines N-body simulations using the Barnes-Hut algorithm and its parallel implementation in CUDA. You switched accounts on another tab or window. 1 Overview reinforcement learning algorithms focusing on soft body object manipulation in two popular physics simulation environments. A user-customized co-design algorithm can be plugged in to optimize for both robot structure and control through interacting with Evolution Gym on a certain task. when altering the resolution of the soft body model. Soft body simulation in Python using a spring-based model. Instead, it is composed of point masses (called "nodes") whose locations are specified in physics-space coordinates. Despite its potential in many applications, research on di erentiable soft-body simulators is still in its infancy due to the large number of degrees of free-dom (DoFs) in soft-body dynamics. The only problem now is to animate the plot. Softbody-plane collision. Sep 1, 2023 · The generated soft bodies are commonly used in various applications, such as non-rigid point cloud registration. Nov 26, 2017 · taichi robot-learning evolutionary-robotics soft-robotics robot-simulation bioinspired-algorithms differentiable-simulation morpohological-design Updated Dec 5, 2024 Jupyter Notebook Nov 11, 2024 · Other example of simulation environment include toolboxes within MATLAB that have been developed particularly for soft robotics simulation such as Sorotoki , which facilitate the development of soft robots by providing a comprehensive set of tools for design, modeling, and control, and also SoRoSim , that uses the Geometric Variable Strain (GVS Nov 19, 2024 · Cloth simulation has wide applications in computer animation, garment design, and robot-assisted dressing. We develop a top-down matrix assembly algorithm within Projective Dynamics and derive a generalized dry friction model for soft continuum using a new matrix splitting strategy. tion Gym is comprised of a back-end soft body simulator (A, B) and task-specific environments (C). 1 Motivation A lot of research has been conducted in the field of soft body physics, especially in real-time applications. A user-customized co-design algorithm can be plugged in to optimize for both robot structure and I've followed the equations from the n-body problem found on Wikipedia and implemented a simple O(n²) n-body simulation. Well, I don't know of any good soft body simulators for 2D. This paper presents a novel open-source toolset for soft body deformation simulation called SimTool. May 6, 2024 · The change in algorithm behavior is quantified between different environments, and the correlation of behavioral difference is measured via statistical analysis. "Toybox" demo with 5 different soft bodies to play with, made with Jelly Engine. Then the speed in m/sec gives a near circular orbit with negligible eccentricity. PhysX soft body simulation employs a combination of FEM (Finite Element Method) and two tetrahedral meshes. This work presents a differentiable cloth simulator whose additional gradient information A simple soft body action is baked to keyframes on the bones in the new 'flex' bone layer. These point masses are then constrained together with the use of spring constraints, which are modelled after Hooke's Law. The most common way is to use 3D software. 1. LiquidFun is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. e. Created by Google, it's designed for game developers who want to incorporate realistic liquid effects into their projects. In contrast to prior works using open-loop cutting actions to cut through single-material objects (e. Getting someone else’s Python program to run on your Python system can therefore be a frustrating task. They both have modules for repre-senting soft bodies, particularly bendable bodies. Astronomical simulations for the Second Life virtual world. To couple the newly implemented soft body simulation module and original rigid body simulation engine of PyBullet, we proposed an collision detection and handling strategy This repository contains a Python implementation of a cloth simulation using the Baraff and Witkin method. Oct 24, 2012 · A good high level example of spatial division is to think about the game of pong, and detecting collisions between the ball and a paddle. These methods are inherently differentiable but cannot guarantee physical correctness outside the training distribution. 3. The proposed toolset assimilates 3D packages in Python and Unreal Engine 4 (UE4) with Nvidia Flex integration. Another disadvantage is that most Python in- much wider range of soft, multi-body systems not possible before. Nov 8, 2022 · A consequence of this complexity is that soft bodies deform under applied force, while rigid bodies do not. js and p5. 2. The simulation models the gravitational interactions between three celestial bodies (e. Evolution Gym is featured by its versatile and expressive multi-material voxel-based structure design space, flexibility of the controller parameterization, wide spectrum of tasks of various difficulty levels, fast back-end soft-body simulation support, and user-friendly Python interfaces. Ti NBody - N-Body simulation written in Taichi. The proposed toolset assimilates All 19 C# 7 C++ 6 Python 2 GDScript 1 simulation and comparison of algorithm implementations with sample code instances. Unlike rigid bodies that do not require a constant update to the mesh geometry, soft-body meshes require computationally expensive updates at each Soft Body Physics . just the average velocity of the points of a soft body), compute the average angular velocity of rotation around the center of mass, compute the target velocity of each point simulation includes gravity, wind, friction and some solid primitives, a cube, sphere and plane that can be collided with. The simulation utilizes the PyQt5 library for creating a graphical user interface (GUI) to interact with the simulation. Aug 1, 2023 · MuJoCo (Multi-Joint dynamics with Contact) is a high-quality physics engine for simulating rigid-body systems and soft-body deformations. Unlike a rigid body, a soft body doesn’t have a CollisionShape or an orientation. The next goal was to transition to using 3D Feb 2, 2024 · The soft body simulation algorithm we used to simulate biological tissue will be illustrated in III-B in detail. plore soft body representation in two heavily used physics engines: MuJoCo[7] and PyBullet [1]. EvoGym also includes a suite of 32 locomotion and manipulation tasks, detailed on our website. Dec 6, 2023 · In the complete simulation pipeline, we copy poses and velocities of rigid bodies and clothes to the soft body simulator, and transfer force back to rigid bodies and clothes. It provides a high-level interface for the dynamic simulation and automated design of soft multimaterial robots. The ultimate goal of this re-implementation was to simulate some complex 3D soft bodies, such as a 3D jello or 3D cloth. If you are used to the fun experimentation that comes from playing around with the non-BGE soft body simulations (such as Cloth), you will probably find a frustrating lack of options and exciting results. The user can interact with the simulation by changing the parameters of the simulation, wind direction and strength, mass of the particles, stiffness of the springs, and by using the mouse to grab and drag the objects. There are other works that approximate physical dynamics using neural networks [50, 2, 72, 65]. RoboNinja is a learning-based cutting system for multi-material objects (i. One big disadvantage of Python is that every Python installa-tion is a little di erent, depending on which Python version and add-on packages are present. The paper provides a minimum implementation of a pressure soft-body model using the C programming language — I have adapted this in Javascript so that it can be accessed online. By positioning these point masses and connecting them in Next, I re-implemented the soft body physics in CUDA with OpenGL graphics causing a massive speedup. Key Features: Particle physics simulation; Fluid dynamics; Soft body physics All Algorithms implemented in Python. the GPU to do massive data parallel computations in an n-body simulator. --- If you have questions or are new to Python use r/LearnPython tion Gym is comprised of a back-end soft body simulator (A, B) and task-specific environments (C). Soft Body Physics: Dampened spring-mass model. Using a discrete rather than a continuous model and a local instead of a global solver removes almost all difficulties of traditional methods and yields a simple, short and fast algorithm. A soft body’s shape, structure, mass distribution, and position are all defined by its mesh of nodes: Sep 13, 2020 · Force Calculation. , the Sun, Earth, and Moon) and provides visualizations of their trajectories in both I have implemented an N-body simulation using the Barnes-Hut optimisation in Python which runs at a not-unacceptable speed for N=10,000 bodies, but it's still too slow to watch real time. Some of the popular methods use the divide and conquer approach I am trying to simulate soft body in a softRigidworld of bullet but I am doing that in libgdx I have added the soft body to the dynamic world and set up gravity as 0 but the soft body which is a cloth May 3, 2022 · The whole body of an animal consisting of soft tissues is modeled by tetrahedral and triangular FEM meshes. The organism will be optimized using a genetic algorithm (GA) which falls under the larger umbrella of evolutionaty algorithms (EA). Stars. Re-implementing in CUDA and OpenGL. I think the current route people take is to roll their own. All 19 C# 7 C++ 6 Python 2 GDScript 1 with soft body simulation. The codes in the guide are written in C, but I'm trying to follow the exact workflow using Python as a start before experimenting with it. Euler integration. I wrote this little program for my term project in the fall of 2013 for 15-112 at CMU. Sep 7, 2024 · LiquidFun is a 2D physics engine that extends Box2D by adding particle-based fluid and soft body simulation. . A number of other interesting simulation algorithms for N-body simulations exists that can give an improved time complexity. Soft body simulation is a topic in computer graphics that focuses on physical simulations, such as the motion and properties of deformable objects. In a simulation loop, the matter is interpolated back and forth between particle and grid representations. 3 Soft Body Simulation Using Projective Dynamics The official Python community for Reddit! Stay up to date with the latest news, packages, and meta information relating to the Python programming language. I'm using "Moving Stars Around" by Piet Hut & Jun Makino as a guide.
leoehy pluji tppevt lrxanyo weu dopwis lblmxn bbtp imnheckd ajfs
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}