Skip to content

Create a real-time 2D N-body Simulation in Unreal Engine using its data structures and game framework. Represent the bodies as filled circles moving across the screen. If a body goes off the screen, make it appear on the opposite edge, creating a continuous motion effect.

License

Notifications You must be signed in to change notification settings

UEEnthusiast/N-body-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N-body-Simulation

Using Unreal’s data structures and game framework, implement an N-body Simulation as a real-time 2D visual experience. Render the Bodies as filled circles flying across the screen. If a Body flies over the screen’s edge, it should teleport to the opposite edge and continue its motion, effectively “wrapping” around the game world and preventing any Bodies from disappearing.

About

Create a real-time 2D N-body Simulation in Unreal Engine using its data structures and game framework. Represent the bodies as filled circles moving across the screen. If a body goes off the screen, make it appear on the opposite edge, creating a continuous motion effect.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages