GitXplorerGitXplorer
k

roiders

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
db272a131206240f39d338152ef2720980747622

minor cleanups

kkurtbrose committed 12 years ago
Unverified
c5ae81edf08178e003028560584231d080cd6867

lots more work on animation and a little work on physics

kkurtbrose committed 12 years ago
Unverified
9ecbc6e8859e507304172361d8f07fd499fbf2a6

basic physics simulator working (things 'flow' toward equilibrium now)

kkurtbrose committed 12 years ago
Unverified
bd54431662a684905aaedb8181b13e79a5cb0b04

got finite element analysis working

kkurtbrose committed 12 years ago
Unverified
807edf5cbe83e328d105dee0ff94bc97edd5580c

basic mouse interaction working

kkurtbrose committed 12 years ago
Unverified
08655f740e809ccbdeeac9fe9bd0ea5b360f3af5

switched asteroid to infinite tile system

kkurtbrose committed 12 years ago

README

The README file for this repository.

Dependencies: Panda3d 1.8+ (for 3D rendering) numpy (for game physics) WxPython (for 2D UI)

WxPython does not seem to play nice with Panda3D; need to run with system python instead of Panda3D bundled python; this requires a panda.pth file in the Python27 directory

Contents of panda.pth file is simply 2 lines: C:\Panda3D-1.8.0 C:\Panda3D-1.8.0\bin

This allows Panda3D to run from system Python. (PYTHONPATH variable should automatically be updated with Panda3D libraries by Panda3D installer)