Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecaptaincraken/fractal-voyager
A program to explore 3d fractals in real time.
https://github.com/thecaptaincraken/fractal-voyager
Last synced: about 1 month ago
JSON representation
A program to explore 3d fractals in real time.
- Host: GitHub
- URL: https://github.com/thecaptaincraken/fractal-voyager
- Owner: TheCaptainCraken
- License: gpl-3.0
- Created: 2024-01-07T17:32:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T20:34:02.000Z (about 1 year ago)
- Last Synced: 2024-01-10T12:51:55.734Z (about 1 year ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fractal Voyager
>This program enables you to travel inside a 3d fractal rendered in real time.
## Features
This is a list of feratures I would like to implement. I will probably add more later.
1. Rendering a 3d fractal using raymarching.
- Possibility of choosing the fractal from a menu.
- Lighing.
- Colors.
2. Travelling around and inside the fractal.## Try it
To run the program you first need to be on linux (why? because I am lazy and I have written a makefile only for linux). Be sure to have Raylib installed on your system as a shared library. After that you can just:
```bash
make release
./build/release/fractal-voyager
```