Skip to content

This program is an application of Bresenham algorithm of line and circle.

Notifications You must be signed in to change notification settings

MauricioAlgalan/BresenhamApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BresenhamApplication

This program is an application of Bresenham algorithm of line and circle.

Purpose

Is a simple aplication of Bresenham algorithm to create simple poligons.

References

The algorithms are partialy basen on:

  1. RogeBasin Line Algorithm
  2. Daniweb

Licence

This software is part of a grade Thesis:

TESIUNAM

Requirements

  1. Python 2.7
  2. TK module installed (some linux distributions do not install TK)
  3. Pygame (tested on 1.9.1release)

Use

$python Archivo1.py

The program screen is 640x480 and the coordinate system is equal. The buttons are in spanish.

About

This program is an application of Bresenham algorithm of line and circle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages