Skip to content

A non-voxel sandbox construction game created using PyOpenGL and Bullet physics.

License

Notifications You must be signed in to change notification settings

C1ffisme/pyopengl-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyOpenGL and PyBullet Sandbox

A non-voxel construction sandbox using PyOpenGL and PyBullet. It is still in development.

Running the Program:

  • Find Out how to run Python files on your OS.
  • Run main.py

(On Linux, this is as simple as cd-ing to the right directory and typing python main.py) (On Windows, you can use C:\path\to\python\library\python.exe main.py, or so the internet told me. You may have to install python, I haven't actually tried this myself yet.)

REQUIREMENTS:

  • Python 2
  • PyOpenGL (pip install PyOpenGL)
  • PyBullet (pip install pybullet)
  • PyGame (pip install pygame)
  • The time, math, sys and random libraries which come with Python by default.
  • Numpy (pip install numpy)

About

A non-voxel sandbox construction game created using PyOpenGL and Bullet physics.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages