Bison Content Manager
Bison is a versatile software that streamlines social media content creation and sharing by automatically searching and displaying images from the user's computer, while also offering AI-powered writing assistance for crafting engaging captions and prompts, revolutionizing social media content management.
This project was a self challenge to see if it was possible to create software using the Unity Engine.
|
This project was born for the need for posting new content on Twitter and Mastodon social media platforms. I wanted a way of posting in multiple platforms easily. One of the challenges was a way of detecting and parse local images and for that there's a proven solution: StandaloneFileBrowser library. Another challenge was to integrate Twitter and Mastodon API's into the project in a seamless way. Below you can find a sneak peak of how using abstraction that can be possible. |
|
For making it easier to come up with good prompts I used the power of ChatGPT's API. Another challenge as well was a way of nicely displaying gifs in the UI. What I came up with in the end was getting a gif image, separating it into different image frames and displaying this sequentially. This was ok for a small amount of gifs but it didn't scale well since a gif could contain potentially hundreds of images. In the end I limited the amount of images for a small thumbnail preview but if the user wanted to see the details of that gif it will display the full gif. |
|