Progress! Just wrapped a bunch of ImGui functions into simplified ones. I also made a few new custom widgets, for example the coordinate axis on the left and the bottom of the plot. Scientific data visualization vibes lol.

By the way, here is a domain coloring visualization of the function fΒ²(z), where f(z) = exsec(rot(z, time*0.5)),

where t is approximately time in seconds,
exsec is the complex exsecant and rot(z, t) rotates a complex number z around the origin by t radians.

#DevLog #DearImGui #Programming #Math #DomainColoring #ComplexNumbers

Hi folks! ✌️

Here's the new version of "Crisps Chat 🍟" πŸ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.2 with bugfixing πŸͺ² and new sounds for incoming messages πŸŽΆπŸ“© (Thanks for sounds to Kronbits πŸ™‚)

Have a good day! πŸ˜‰

#chat #chats #communication #cpp #cplusplus #sdl #sdl2 #imgui #linux #appimage #inkscape #codelite #app #apps #soft #software #dearimgui #sqlite #sqlite3 #opensource #messaging #MessagingApp #cmake #jsonc #codeberg

Bugfixing πŸͺ² + New sounds for incoming messages πŸŽ΅πŸ“© - xolatgames/Crisps-Chat

## The Changes πŸ“ New features: - [x] Added the sounds for incomming messages πŸŽ΅πŸ“© Bug fixing: - [x] Fixed the bug where when a server make itself private, then someone connect to it, and try to enter OTT, the app crashes, then you will need to connect to that server again, and try to ...

Codeberg.org

I made an object selection engine, which will be used as a base in the colormap-editor and many other widgets that rely on the fearture to (multi)select some markers/objects.

#DevLog #Programming #GUI #DearImGui #Graphics

Hi, folks! ✌️

So, I finally tested the new version of Crisps Chat 🍟, and fixed the left issues in it.

And now you can download the new version πŸ”οΈπŸ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.0

And make your server as private.

Have a good day to everyone πŸ˜‰

#cpp #cplusplus #chat #chats #communication #app #apps #foss #linux #soft #software #codeberg #network #cmake #codelite #sdl #sdl2 #imgui #dearimgui #opensource #dev #devlog #development

And, I've make the user's representaion color for messages more contrast for the dark mode πŸŒ™

I've do this few time ago, but forgot to share you this.

The version with this change you can download from here already πŸ”οΈπŸ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.6.1

#cpp #cplusplus #sdl #sdl2 #dev #development #devlog #chat #chats #communication #codeberg #git #messaging #app #apps #soft #software #opensource #imgui #dearimgui #json #codelite #cmake #darkmode #darktheme #linux #inkscape

IconFontCppHeaders update: https://www.patreon.com/posts/150648366

If you find the repo useful -and you can spare it- you can support its maintenance on Patreon. Contributions can be as low as 1$.

#OpenSource #Font #Icon #Cpp #Python #RustLang #GoLang #Programming #DearImGUI #GameDev #IndieDev #IndieGameDev #OSS #Patreon

Curious when to use #dearimgui @avaloniaui #Rive, or a browser UI via #CEF? Or how Skia and Stride change your workflow in @vvvv

In two sessions, Nils Weger (@phlegma) gives a clear overview of the current UI options in vvvv, shows how to structure applications with MVVM and Model–View–Runtime, and covers interaction logic for mouse, keyboard and touch.

πŸ“… Feb 26 + 27, 2026
πŸ•• 18:00–21:00 CET

More info:
https://thenodeinstitute.org/courses/ui-frameworks-patterns-in-vvvv/

#vvvv #vvvvgamma #creativecoding #ui #ux #workshop

Major parts rewritten.
Looks much better in my opinion.

#Devlog #Mandelbrot #Fractals #DearImGui

Work continues on the new #DearImgui dialog backend that aims to replace the current #GTK dialogs on desktop. It is a more lightweight and portable GUI toolkit that is more suited for Principia, as well as being properly integrated into the game window.

Currently 31 out of 61 dialogs in the game have been implemented.

#gamedev #foss #opensource

Thanks to Joshua Alston ImGui_Markdown now has improved formatting via formatFlags in the config. For backwards compatability these default to being off, so do try out the new styling or just set your config to use ImGuiMarkdownFormatFlags_GithubStyle or ImGuiMarkdownFormatFlags_CommonMarkAll if you want to pick up any future changes automatically.

https://github.com/enkisoftware/imgui_markdown

#DearImGui #Cpp #GUI #Markdown