Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugolinolle/fract-ol
First graphical project in 42 with fractal in 2D
https://github.com/ugolinolle/fract-ol
Last synced: about 18 hours ago
JSON representation
First graphical project in 42 with fractal in 2D
- Host: GitHub
- URL: https://github.com/ugolinolle/fract-ol
- Owner: UgolinOlle
- License: mit
- Created: 2024-01-11T15:54:53.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-24T06:53:25.000Z (10 months ago)
- Last Synced: 2024-01-24T16:26:07.201Z (10 months ago)
- Language: C
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fract-ol
[![42 School Project](https://img.shields.io/badge/42%20Project-printf-blue)](https://github.com/ugolinolle/ft_printf)
[![Language: C](https://img.shields.io/badge/language-C-green.svg)]()## 💻 Description
Fract-ol is a graphical project that explores fractals, mathematical sets that exhibit a repeating pattern displayed at every scale. This project allows users to visualize and interact with various fractals in real-time.
## ⌨️ Usage
### Prerequisites
Before running the program, make sure you have the following dependencies installed:
- [MinilibX](https://github.com/42Paris/minilibx-linux) - A simple X-Window (X11R6) programming API in C, needed for graphics.
### Compilation
To compile the Fract-ol program, use the provided Makefile:
```bash
make
make bonus
```### Execution
Run the program with the desired fractal type as an argument:
```bash
./fractol [fractal name] [option]
./fractol julia [1 | 2 | 3]
```Supported fractal types:
- Mandelbrot
- Julia
- Tricorn### Controls
- Arrow keys: Move around the fractal
- Scroll wheel: Zoom in and out
- AWSD: Change Julia iteration## 🧑🤝🧑・Contributing
To use Auto-Push in development, follow these steps:
1. Fork the project.
2. Install MLX library.
3. Create a branch with [conventionnal name](https://tilburgsciencehub.com/building-blocks/collaborate-and-share-your-work/use-github/naming-git-branches/).
- fix: `bugfix/the-bug-fixed`
- features: `feature/the-amazing-feature`
- test: `test/the-famous-test`
- hotfix `hotfix/oh-my-god-bro`
- wip `wip/the-work-name-in-progress`4. Commit your change with [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/)
5. Push to the branch
6. Open a pull requestPlease make sure to test your changes thoroughly before submitting a pull request.
## 📑・Licence
This project is licensed under the MIT licence. For more information, please consult the file [LICENSE](./LICENSE).
## 📩・Contact
If you have any questions or would like to collaborate, please do not hesitate to contact me at [email](mailto:[email protected]) or [LinkedIn](https://linkedin.com/in/ugolin-olle)