An open API service indexing awesome lists of open source software.

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

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

Screen Shot 2022-02-10 at 6 05 25 PM

#### Mars map
Screen Shot 2022-02-10 at 6 02 37 PM