Skip to content

Python PyGLET OpenGL based two-dimensional (2D) vector based whiteboard collaboration software. Written as final project for my Computer Graphics class.

Notifications You must be signed in to change notification settings

initrunlevel0/GLKolab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLKolab

This is a final project for Computer Graphic class which I am taking today as an undergraduate student of Computer Science on Sepuluh Nopember Institute of Technology, Surabaya, Indonesia.

GLKolab is OpenGL Based 2D Whiteboard Collaboration. This is socket server-client based program which one server serve as an host for an whiteboard for its client. Very simple but useful although I would not use this piece of crap for my entire life :D

Basic feature :

  • Primitive Object (Line and Arc)
  • Polygon
  • Text
  • Network Support
  • Object and vertex editing

How to Use

  • Running server : ./server.py <port-number>
  • Running client : ./glkolab.py <server-ip> <server-port-number> <some-random-name>

About

Python PyGLET OpenGL based two-dimensional (2D) vector based whiteboard collaboration software. Written as final project for my Computer Graphics class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages