Skip to content
Snippets Groups Projects
Commit 5fecf537 authored by Finn Bear's avatar Finn Bear
Browse files

README.

parent 1a8fe5af
No related branches found
No related tags found
No related merge requests found
# generative_art_cartoon # generative_art_cartoon
\ No newline at end of file
## Introduction
With generative art, the final product is realized by an artistic algorithm of your design. We’ll show you some of the generative tools you could add to your artistic toolbelt, and just how expressive they can be!
## Development
General compilation instructions can be found [here](https://github.com/emilk/eframe_template/blob/master/README.md).
### Linux
`sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev`
\ No newline at end of file
For now, these images are random placeholders.
\ No newline at end of file
...@@ -11,7 +11,7 @@ impl Slide for Conclusion { ...@@ -11,7 +11,7 @@ impl Slide for Conclusion {
Frame::none().margin(Margin::same(20.0)).show(ui, |ui| { Frame::none().margin(Margin::same(20.0)).show(ui, |ui| {
ui.heading("Conclusion"); ui.heading("Conclusion");
ui.add_space(8.0); ui.add_space(8.0);
ui.label("TODO: Conclusion"); ui.label("Oh by the way, this entire cartoon was rendered by code!");
}); });
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment