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

Hi folks! ✌️

Now you can download Crisps Chat 🍟 as an AppImage βš™οΈπŸ”οΈπŸ‘‰ https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.1

And, also, it doesn't stores your data right in the folder where it locates now, so it doesn't clogs this folder (for example, your "Downloads" folder)

And I also put here some old screenshots of the app so you don't forget about how does it looks πŸ˜‰

Have a nice evening πŸ‘‹βœŒοΈ

#cpp #cplusplus #imgui #cmake #appimage #cmake3 #app #apps #messaging #chat #chats #soft #opensource #software #communication

First pass of my 3D particle emitter for my Raylib game is done. I'm going to wait until it's feature complete before I re-write it for the GPU, something I have no idea how to do. It's only emits sphere meshes, which is fine for now since it stylistically fits the game's art.

#raylib #indiedev #imgui

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

imgui_bundle, a library for writing GUI apps with Python is amazing.

What is less amazing is that they are doing *exactly* what Wayland critics of protocol ext-zones was afraid of, misusing the reposition API to drag windows around. 🀦

In this case though, they are misusing xdg_popup as a kind of 'child window', and using reposition API when dragged. But this should be done with XDG child window without decorations.

Bug could be in #SDL or #Imgui_bundle

#Wayland #Linux #Python #ImGui

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

Hi, folks! ✌️ I'm here to share you that I'm totally rewriting of Crisps Chat 🍟

If you want to checks the status of the app, you can visits its Codeberg page πŸ”οΈπŸ‘‰ https://codeberg.org/xolatgames/Crisps-Chat

Thanks for attention! πŸ˜„ And I wish you a good day πŸ˜‰

#cplusplus #cpp #sdl #sdl2 #imgui #chat #chats #messaging #MessagingApp #communication #app #apps #soft #software #opensource #codeberg #git #codelite #inkscape #chatting #development #dev #devlog #cmake #rewriting

I released a new version of WebGPU Shader Toy which uses emdawnwegpu and ImGui 1.92.5. For the first time, I can also run it in Firefox (you might need to enable WebGPU, but it works!).

I also made sure that it does NOT use ASYNCIFY. Pretty neat.

https://pongasoft.github.io/webgpu-shader-toy/

@ocornut

#WebGPU #ImGui

WebGPU Shader Toy

Y'all does any one have reccomendations for an #IMGUI library that's written in C (or lua) without C++ code???

EDIT: Thanks for gur replies yall, both Nuklear and microui are like exactly gur kind of thing i was looking for :D

When trying to work on distributing something playable for my game, I keep encountering the issue of what to do with wxWidgets. It's unwieldy and difficult to vendor in a nice way.

So today I finally rewrote my launcher to use #ImGUI instead of wxWidgets. It's not nearly as pretty but I figure that can be solved later (probably by using the same GUI tech I use in the game itself rather than imgui). But this at least lets me get on with just distributing builds of the game #gamedev #indiedev