https://github.com/taisiabarteneva/fdf
Simple graphic project on C
https://github.com/taisiabarteneva/fdf
bresenham-algorithm c graphics
Last synced: 4 months ago
JSON representation
Simple graphic project on C
- Host: GitHub
- URL: https://github.com/taisiabarteneva/fdf
- Owner: taisiabarteneva
- Created: 2022-01-20T16:47:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T11:44:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T12:25:56.502Z (6 months ago)
- Topics: bresenham-algorithm, c, graphics
- Language: C
- Homepage:
- Size: 654 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fdf
The goal of the project is to create a simple 3D map. The coordinates of a map are stored in a file passed as a parameter to the program.This is my first graphical project. I have learned how to do some simple actions, such as
- create a window
- handle key events
- draw simple objects## How to build
supported on macOS only
```
$> make
```
## How to launch
width value of all lines should be the same
```
$> ./fdf
```#### Mandelbrot fractal
#### Mars map
![]()