https://github.com/gravitytwog/computer-graphics
Computer Graphics Algorithms
https://github.com/gravitytwog/computer-graphics
boundary-fill-algorithm brezenham canvas dda line-clipping scanline scanline-fill typescript
Last synced: 10 months ago
JSON representation
Computer Graphics Algorithms
- Host: GitHub
- URL: https://github.com/gravitytwog/computer-graphics
- Owner: GravityTwoG
- Created: 2023-02-25T16:06:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T14:35:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T14:58:54.407Z (about 1 year ago)
- Topics: boundary-fill-algorithm, brezenham, canvas, dda, line-clipping, scanline, scanline-fill, typescript
- Language: TypeScript
- Homepage: https://cgsimple.netlify.app/
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Graphics Algorithms
Used sources:
- Mathematical elements for computer graphics, Rogers D., Adams J.
- Algorithms for Graphics and Image Processing, Pavlidis T.
- Programming principles in machine graphics, Ammeral L.