Use OpenGL to render point cloud data and receive the data through sockets.
Follow these steps to install the project:
- Clone the repository:
git clone https://github.com/dennissu77/socket_opengl_pointcloud.git
- Navigate to the project directory:
cd socket_opengl_pointcloud - Install the required dependencies:
pip install -r requirements.txt
Here are some examples of how to use the project:
-
Run the main program(server):
python socket_server_mthread_opengl.py
-
Run client:
python socket_client.py