https://github.com/mujadded/jogl_line_clipping_sutherland
Cohen Sutherland Line Clipping algorithm with java using jogl
https://github.com/mujadded/jogl_line_clipping_sutherland
Last synced: about 1 month ago
JSON representation
Cohen Sutherland Line Clipping algorithm with java using jogl
- Host: GitHub
- URL: https://github.com/mujadded/jogl_line_clipping_sutherland
- Owner: Mujadded
- License: mit
- Created: 2016-10-09T08:21:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-09T11:35:11.000Z (over 9 years ago)
- Last Synced: 2025-03-04T00:44:16.215Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jogl_line_clipping_sutherland
Cohen–Sutherland algorithm with JOGL java
This is Cohen-Sutherland algorithm in java using JOGL
You need to have jdk , and jogl library to run this code in your system