A web tool to create interactive content: TilBuci

Hi, everyone. I want to share with you an open source web tool that I’ve been working on. The focus is on creating interactive content from audiovisual material, such as small websites, narrative games, interactive videos, and the like. The name is TilBuci, and its construction is inspired by editors like Flash, with a similar functionality to CMSs, such as WordPress.

The TilBuci website is https://tilbuci.com.br/

I also created a short “welcome” video: https://www.youtube.com/watch?v=kkGz4JhQGYk
I hope you like it :wink:

(oh, I’m new to this forum… I posted in this category because I saw some similar posts here, but please correct me if I’m in the wrong place)

2 Likes

It looks good, but the UI designs seem a bit outdated. I can assist you with updating the UI designs. Let me know if you’re interested.

Oh, I’m glad you liked :wink:
This is an “after hours” project, so I must rely on a ready-to-use interface library to get the job done (https://feathersui.com/), but I’m currently using it without any modifications, just bare bones, but it does have many customization options.

Got it man, Good Luck

Hi, a new version of TilBuci is available with updated usability, better support for collaborative work and new options on website and PWA exporters :wink:

Hello everyone. There is a new version of TilBuci available with updates to the desktop applications exporter (Windows, macOS and Linux), but the big news is that you can now try the software before even downloading and installing it! For a 7-day trial period, visit:

You will be able to try all the features of the software and export your creations to continue your work on your own TilBuci installation.

awesome tool! if i get some free time I’ll have a play because I love making interactive stuff with twine :smiley:

Oh, Twine was definitely one of the sources of inspiration. I’m still working on the basics of the software, but I do have some ideas on how to simplify its use for creating visual novel-type narratives. I believe that in the next version I’ll be able to bring a simplified way of creating menus among other more common widgets.

1 Like

Hi, everyone. A new TilBuci version is available with several new features!

NEW BORDER EFFECT
Images now have a new effect: borders. You can set the color, strength and blur of the borders.

COLOR OVERLAY
The instance color menu now has an adjustment of overlay shapes, such as the traditional add, difference or multiply.

STATIC SCENES
You can now set scenes as “static”. When these scenes are open, TilBuci pauses at the end of each keyframe, not automatically following the animation. This allows greater control of the display when necessary.

CONTRAPTIONS
Version 8 brings a new feature, the “contraptions”, which are tools for simplifying the creation process. Initially, the creation of menus is available, which can be configured from the contraptios right menu and activated through the new contraption.menu command.

NEW COMMANDS
New actions are available for your interactions. For scene display control, scene.nextkeyframe, scene.previouskeyframe, scene.loadfirstkeyframe, scene.loadlastkeyframe and scene.loadkeyframe. For access control, system.visitoringroup. For menu display, contraption.menu and contraption.menuhide. Check out the latest version of the TilBuci Scripting Actions document to see what’s new.

BUG FIXES
The new version fixes all bugs found so far, including color adjustments for visitor input interfaces.


The new version is available from the software repository:

2 Likes

ooooo i might play with it on a twitch stream next week - i’ll ping you if i do

1 Like

Oh, nice! :wink:
I’d love to check it out.

If you need any help for the first steps in the tool, feel free to ask me. I can also create an account for you at our working installation.

1 Like

Hi, everyone! TilBuci version 9 is out with some new features:

MOVIE PROPERTIES
There is a new transition method between scenes, “none” (hard cut). In addition, it is now possible to set an animated icon (spritemap) to be displayed while a new scene is downloaded (loading icon).

NEW GENERAL GLOBAL
A new value is available in the general globals: “has the visitor ever clicked?”. With it, it is possible to know if there has been any type of interaction to allow automatic playback of media in browsers.

INSTANCE ZOOM
A new action is available: instance.zoom. When executed, the content of an instance (picture or video) takes up the entire screen while the movie content is paused. Clicking again causes the image to return to its normal size, resuming playback of the scene.

MOUSE OVER ACTIONS
For content aimed at devices with mouse interaction, it is now possible to set actions not only for clicks but also for the mouse over event.

The link to the release on Github:

1 Like

Hi, everyone! I’m happy to say that the TilBuci version 10 is out with many usability improvements!