├── N-Body.png ├── N-Body.png.import ├── README.md ├── Scenes ├── Camera2D.tscn ├── Main.tscn ├── MassObject.tscn └── QuadTree.tscn ├── Scripts ├── Camera2D.gd ├── Main.gd ├── Mass Object.gd └── QuadTree.gd ├── default_env.tres └── project.godot /N-Body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/N-Body.png -------------------------------------------------------------------------------- /N-Body.png.import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/N-Body.png.import -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/README.md -------------------------------------------------------------------------------- /Scenes/Camera2D.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scenes/Camera2D.tscn -------------------------------------------------------------------------------- /Scenes/Main.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scenes/Main.tscn -------------------------------------------------------------------------------- /Scenes/MassObject.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scenes/MassObject.tscn -------------------------------------------------------------------------------- /Scenes/QuadTree.tscn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scenes/QuadTree.tscn -------------------------------------------------------------------------------- /Scripts/Camera2D.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scripts/Camera2D.gd -------------------------------------------------------------------------------- /Scripts/Main.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scripts/Main.gd -------------------------------------------------------------------------------- /Scripts/Mass Object.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scripts/Mass Object.gd -------------------------------------------------------------------------------- /Scripts/QuadTree.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/Scripts/QuadTree.gd -------------------------------------------------------------------------------- /default_env.tres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/default_env.tres -------------------------------------------------------------------------------- /project.godot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fidofetch/N-Body-Sim--Godot-/HEAD/project.godot --------------------------------------------------------------------------------