You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### TL;DR: Basic 3D world playground with animations and [camera](#camera-keys-example) completely from scratch(only 2D pixels).
8
8
This implementation / API only for demonstration and *playground* purposes based on [Perspective projection](https://en.wikipedia.org/wiki/3D_projection#Perspective_projection).
9
9
Can be used on top of **any** 2d graphics engine/lib(frame buffers, sdl and etc.)
10
10
@@ -17,6 +17,8 @@ Not implemented features due to low performance:
17
17
18
18
Also you can plot any function on 3D scene.
19
19
20
+
21
+
*[Install](#intall)
20
22
*[How to use](#how-to-use)
21
23
*[Model View Projection](#model-view-projection)
22
24
*[Projection](#projection)
@@ -30,6 +32,10 @@ Also you can plot any function on 3D scene.
30
32
*[Trajectory API](#trajectory-api)
31
33
*[Pygame Example](#pygame-example)
32
34
35
+
## Install
36
+
37
+
`pip install play3d`
38
+
33
39
## How to use
34
40
35
41
There is only one requirement - to provide 2D pixel and line renderer(drawer)
0 commit comments