RSS Amplifier

Blog

Code Ballads

Code Ballads

code-ballads.netRSS feed ↗8 posts

Written by

Latest posts

Dear ImGui Bundle: (web) apps in pure Python with a single code base

Develop sophisticated (web) apps in pure Python with Dear ImGui Bundle.

An overview of recent progress and challenges in AI

If ChatGPT is today at the heart of the debate, it is already almost part of the past: its successors are being born these weeks. New multimodal robots are emerging. Going far beyond image creation, or answering questions, they are conversational robots with long arms: they can read and write

Annoucing ImmVision

ImmVision (a.k.a Immediate Vision) is an image debugger and viewer. ImmDebug: standalone Image Debugger (during execution, and post-mortem) Video tutorial on Youtube immvision includes an advanced image debugger for OpenCV which you can easily plug into your C++ projects in order to be able to visually debug images

Announcing Dear ImGui Bundle

Dear ImGui Bundle is a quick-start and all-batteries-included framework to create cross-platform apps with Dear ImGui . It enables to easily create ImGui applications in C++ and Python , under Windows, macOS, Linux, and emscripten (and also iOS). It is aimed at application developers, researchers, and who want to quickly develop apps

Discoverable algorithms in C++

Searching for algorithms based on the signatures of the transformations they can apply to data is invaluable.

REPL in C++: types to the rescue

Being able to display readable types and content for your variables and functions can greatly improve the user experience inside a C++ REPL.

CleanType - Readable and consistent C++ type introspection - Compiler Decipherer

Readable and consistent C++ type introspection - Compiler Decipherer

REPL (Read-Eval-Print-Loop) in C++: hands-on session

An efficient way to prototype C++ applications, research work and to write demonstrations and teaching material using C++