gdmcbain / ReactivePanda

https://web.archive.org/web/20170725062950/http://wiki.western.edu/mcis/index.php?title=Reactive_Panda_Web_Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactivePanda

ReactivePanda is a library that aims to make it easier to teach programming to middle school / high school students.

Our philosophy is that using a non-domain specific langague such as python with the addition of reactive programming elements allows for an easier introduction and transition to more advanced programming.

This library is a wrapper of the panda3d game engine.

Usage

A simple hello world:

from PandaSRC.Panda import *
panda(hpr = hpr(time,1,0))
start()

This produces a panda model that rotates based on the current time.

Documentation and website

All documentation and other information can be found at our website, reactive-engine.org

About

https://web.archive.org/web/20170725062950/http://wiki.western.edu/mcis/index.php?title=Reactive_Panda_Web_Site


Languages

Language:Python 100.0%