Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcs090218/impulseengine

Python port of a simple, open source, 2D impulse based physics engine for educational use.
https://github.com/jcs090218/impulseengine

physics physics-simulation port python

Last synced: about 2 months ago
JSON representation

Python port of a simple, open source, 2D impulse based physics engine for educational use.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/jcs090218/ImpulseEngine.svg?branch=master)](https://travis-ci.com/jcs090218/ImpulseEngine)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# Impule Engine #

This is un-official port of Impulse Engine Created by Jen-Chieh Shen

NOTE: I made this project while learning physics and python
at the same time. I already have the basic programming skills
while I code this project. I decide to port this project
because I do not want to just learn the programming language
without making meaningful program. Hope this project help
other people who also have the same circumstance as mine.

** Original Author: **

C++: https://github.com/tutsplus/ImpulseEngine (Randy Gaul)

** Other Programming Laguage Port: **

Java: https://github.com/ClickerMonkey/ImpulseEngine (Philip Diffenderfer)

## Screenshot ##