Skip to content

kpebedko22/python-opengl-dinning-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Example of using OpenGL side by side with a python 🙂

Deploy

  1. python3 -m venv venv
  2. source venv/bin/activate (mac)
  3. pip install -r requirements.txt
  4. python executable.py

Usage

Camera movement is implemented using WASD.

Pressing the SPACE starts moving the light source.

Pressing the ESC closes the program.

About

Rendering scene using Python and OpenGL

Topics

Resources

Stars

Watchers

Forks