Code Monkey home page Code Monkey logo

physics2d-2020's Introduction

2D Physics Engine

The application I have created is a working 2D C++ physics engine that can be implemented into a proper game engine. No third-party physics engine was used to aid the project. It demonstrates a complex simulation containing multiple static and dynamic rigid bodies interacting together, as well as additional bodies such as joints, springs and soft bodies. All bodies are able to be added or removed from the simulation dynamically. The engine includes four body shapes: circle, plane, axis-aligned bounding box (AABB), and oriented bounding box (OBB). Collision detection is performed using the spatial hashing method. The various body shapes are able to resolve collisions using linear forces and angular forces.

LINK Download the release to try out the application.
LINK Documentation outlining improvements that could be made.
LINK Complete UML class diagram that shows relationships and includes all classes.



Academy of Interactive Entertainment


Academy of Interactive Entertainment Canberra
Bachelor of Games and Virtual Worlds

physics2d-2020's People

Contributors

davidf-dev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.