~starplant/panda3d-docs/trunk

« back to all changes in this revision

Viewing changes to A_Panda_%22Hello_World%22_using_Python.txt

  • Committer: starplant at gmail
  • Date: 2008-06-16 07:18:45 UTC
  • Revision ID: starplant@gmail.com-20080616071845-i5o4v9nx1wkfkfh6
start

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
A_Panda_%22Hello_World%22_using_Python
 
2
======================================
 
3
 
 
4
This tutorial is called "A Panda Hello World."  It is a typical example
 
5
of a simple Panda3D program.  Walking through this tutorial will enable you to
 
6
obtain some limited familiarity with the Panda3D API, without having to learn
 
7
the entire thing.
 
8
The program that we are going to create will load up
 
9
a small scene containing some grass and a panda. The panda will be
 
10
animated to walk back and forth over the grass.
 
11
Note:
 
12
This tutorial is intended for Python usage only. For the C++ equivalent of this tutorial, click
 
13
here
 
14
.
 
15
   A_Panda_%22Hello_World%22_using_Python
 
16
   ======================================
 
17
 
 
18
   This tutorial is called "A Panda Hello World." It is a typical example
 
19
   of a simple Panda3D program. Walking through this tutorial will enable
 
20
   you to obtain some limited familiarity with the Panda3D API, without
 
21
   having to learn the entire thing.
 
22
 
 
23
   The program that we are going to create will load up a small scene
 
24
   containing some grass and a panda. The panda will be animated to walk
 
25
   back and forth over the grass.
 
26
 
 
27
   Note: This tutorial is intended for Python usage only. For the C++
 
28
   equivalent of this tutorial, click [1]here.
 
29
 
 
30
References
 
31
 
 
32
   1. file://localhost/p/pandaProjects/panda3ddoc/html/A_Panda_%2522Hello_World%2522_using_Python.html#A_Panda_%22Hello_World%22_using_CXX
 
33
 
 
34
   This tutorial is called "A Panda Hello World." It is a typical example
 
35
   of a simple Panda3D program. Walking through this tutorial will enable
 
36
   you to obtain some limited familiarity with the Panda3D API, without
 
37
   having to learn the entire thing.
 
38
 
 
39
   The program that we are going to create will load up a small scene
 
40
   containing some grass and a panda. The panda will be animated to walk
 
41
   back and forth over the grass.
 
42
 
 
43
   Note: This tutorial is intended for Python usage only. For the C++
 
44
   equivalent of this tutorial, click [1]here.
 
45
 
 
46
References
 
47
 
 
48
   1. file://localhost/wiki/index.php/A_Panda_%22Hello_World%22_using_CXX