Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jcs090218/impulseengine
- Owner: jcs090218
- License: mit
- Created: 2017-08-17T05:07:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T15:02:37.000Z (almost 6 years ago)
- Last Synced: 2024-10-26T14:18:42.973Z (3 months ago)
- Topics: physics, physics-simulation, port, python
- Language: Python
- Size: 9.06 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 ##