Skip to content

Commit b6fc18d

Browse files
authored
Merge pull request #35 from FrancoYudica/rebranding
Rebranding
2 parents 20700c1 + d2326b2 commit b6fc18d

893 files changed

Lines changed: 195 additions & 254178 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
<div align="center">
22

3+
[![▶️ Watch the Shapeify Showcase Video](https://github.com/user-attachments/assets/8ad71c8c-30fc-42e6-9912-b89a1399b2ae)](https://www.youtube.com/watch?v=fzLgCXZshKA "Watch on YouTube")
34

4-
[![▶️ Watch the Genart Showcase Video](https://github.com/user-attachments/assets/8ad71c8c-30fc-42e6-9912-b89a1399b2ae)](https://www.youtube.com/watch?v=fzLgCXZshKA "Watch on YouTube")
5+
📺 _Click the image to watch the video on YouTube!_
56

6-
📺 *Click the image to watch the video on YouTube!*
7-
8-
<a href="https://github.com/FrancoYudica/Genart/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/License-MIT-blue.svg?" /></a>
7+
<a href="https://github.com/FrancoYudica/Shapeify/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/License-MIT-blue.svg?" /></a>
98
<a href="https://godotengine.org/download/"><img alt="Godot v4.3+" src="https://img.shields.io/badge/Godot-v4.3+-blue.svg?" /></a>
10-
<a href="https://github.com/FrancoYudica/Genart/releases"><img alt="Latest Genart Release" src="https://img.shields.io/github/v/release/FrancoYudica/Genart?include_prereleases&"></a>
11-
</div>
9+
<a href="https://github.com/FrancoYudica/Shapeify/releases"><img alt="Latest Release" src="https://img.shields.io/github/v/release/FrancoYudica/Shapeify?include_prereleases&"></a>
1210

13-
Genart is an application that transforms your target image into uniquely stylized artwork.
14-
Smaller images are used as building blocks to reconstruct the target picture.
11+
</div>
1512

16-
This tool is perfect for artists, designers, or anyone looking to experiment with creative and abstract image representations.
13+
**Shapeify** is a desktop application that recreates any image using smaller shapes, giving it a unique and stylized look.
1714

1815
<div align="center">
1916

@@ -23,33 +20,34 @@ This tool is perfect for artists, designers, or anyone looking to experiment wit
2320

2421
## Features
2522

26-
Genart offers a powerful yet easy-to-use interface, allowing full control over the image reconstruction process with a wide range of tweakable parameters. Key features include:
23+
Shapeify offers a powerful yet easy-to-use interface, allowing full control over the image reconstruction process with a wide range of tweakable parameters. Key features include:
24+
2725
- Reconstruct any image using a selected set of smaller images as building blocks.
2826
- Save your artwork in multiple formats, including PNG, JPG, WEBP, and JSON, for integration into custom projects.
2927
- Load various image formats, including PNG, JPG, SVG, JPEG, BMP, and WEBP.
30-
- Animate your creations with Genart’s integrated animator.
28+
- Animate your creations with Shapeify’s integrated animator.
3129
- Optimize results effortlessly with predefined modes: SUPER_FAST, FAST, PERFORMANCE, and QUALITY.
3230
- Access tested default image collections for quick and effortless artwork generation.
3331
- Customize every aspect of the algorithm with a wide range of adjustable parameters.
3432
- Guide the algorithm intelligently using an automatically generated weight texture, prioritizing key areas of the image. Users can also provide a custom weight texture to refine specific regions.
3533

3634
## Installation
3735

38-
Genart is available through the following options:
36+
Shapeify is available through the following options:
3937

40-
- [Itch.io](https://franco-yudica.itch.io/genart)
41-
- The latest [GitHub release](https://github.com/FrancoYudica/Genart/releases)
38+
- [Itch.io](https://franco-yudica.itch.io/shapeify)
39+
- The latest [GitHub release](https://github.com/FrancoYudica/Shapeify/releases)
4240
- Building the project locally using [Godot 4.3](https://godotengine.org/download).
4341

4442
## Settings
4543

46-
Genart provides an extensive range of configurable settings, allowing users to adjust the attributes of its algorithms through a dedicated interface. Additionally, pre-tested presets are available to produce high-quality results, offering a practical option for users who may not have prior knowledge of the underlying algorithms.
44+
Shapeify provides an extensive range of configurable settings, allowing users to adjust the attributes of its algorithms through a dedicated interface. Additionally, pre-tested presets are available to produce high-quality results, offering a practical option for users who may not have prior knowledge of the underlying algorithms.
4745

4846
![all_toggle_panels](https://github.com/user-attachments/assets/72f9e4a2-1f81-4cd2-9c03-c2ad71e90678)
4947

5048
## Animator
5149

52-
After the image is generated, you can apply animations, which are built into Genart by default. These function similarly to vertex shaders, allowing you to create animations like the following:
50+
After the image is generated, you can apply animations, which are built into Shapeify by default. These function similarly to vertex shaders, allowing you to create animations like the following:
5351

5452
<div align="center">
5553

@@ -62,10 +60,9 @@ After the image is generated, you can apply animations, which are built into Gen
6260

6361
Note that animations are exported as a sequence of images, therefore using a tool such as [ffmpeg](https://www.ffmpeg.org/) is required in order to generate a video or gif.
6462

65-
6663
## Post processing
6764

68-
Genart includes a set of post-processing effects that are applied after the shapes are generated, meaning they do not interfere with the core algorithm.
65+
Shapeify includes a set of post-processing effects that are applied after the shapes are generated, meaning they do not interfere with the core algorithm.
6966

7067
Currently, the available post-processing effects include:
7168

@@ -90,11 +87,15 @@ Below are some examples showcasing the possibilities of the post-processing pipe
9087

9188
## Contributing
9289

93-
Contributions of all kinds are welcome! If you’re interested in contributing to this project, please take a moment to review [`CONTRIBUTING.md`](https://github.com/FrancoYudica/Genart/blob/main/CONTRIBUTING.md) file.
90+
Contributions of all kinds are welcome! If you’re interested in contributing to this project, please take a moment to review [`CONTRIBUTING.md`](https://github.com/FrancoYudica/Shapeify/blob/main/CONTRIBUTING.md) file.
91+
92+
## Whitepaper
93+
94+
A [whitepaper](https://github.com/FrancoYudica/Shapeify/blob/v1.0.0/whitepaper_esp.md) was written for version _v1.0.0_, detailing the algorithms used in the project in spanish. While it's a bit outdated, it may be updated in the future.
9495

9596
## Gallery
9697

97-
Here are some examples demonstrating Genart's versatility, using different shapes to create a diverse range of artistic styles:
98+
Here are some examples demonstrating Shapeify's versatility, using different shapes to create a diverse range of artistic styles:
9899

99100
<div align="center">
100101
<img src="https://github.com/user-attachments/assets/1e0c5fa0-c56a-4779-976a-b878cb011da0" title="Billie Eilish 500 shapes" style="vertical-align: top;" width=400>
@@ -113,4 +114,3 @@ Here are some examples demonstrating Genart's versatility, using different shape
113114
<img src="https://github.com/user-attachments/assets/0df989fd-d0aa-41f0-b515-4e6e6d7497b8" title="Smoking 300 shapes" style="vertical-align: top;" width=400>
114115

115116
</div>
116-
-14.5 KB
Binary file not shown.

code/genart/art/textures/genart_icon/GenartIconAndName.png.import

Lines changed: 0 additions & 34 deletions
This file was deleted.
-72.4 KB
Binary file not shown.

code/genart/art/textures/sample_targets/BillieEilish.jpg.import

Lines changed: 0 additions & 34 deletions
This file was deleted.
-200 KB
Binary file not shown.

code/genart/art/textures/sample_targets/icecream.png.import

Lines changed: 0 additions & 34 deletions
This file was deleted.
Binary file not shown.

code/genart/art/textures/sample_targets/lamborghini-aventador-black-background-red-car.jpg.import

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)