pers0na2dev / imgui-editor

No-code UI creating software for ImGui. Create an interface for your application with the convenience of Figma and the functionality of Photoshop.
MIT License
182 stars 26 forks source link

Youtube Tutorial #19

Open ifBars opened 7 months ago

ifBars commented 7 months ago

Summary

A brief youtube tutorial for beginners in CMake and GoLang would be a nice feature. Doesn't need to be very in depth, just a quick video showing how to install the project, and use it as mentioned.

Basic example

ImGui Install Tutorial

Motivation

Many people who want to use this project are likely beginners when it comes to CMake & Golang. I myself was able to install the project into Visual Studio, but am not sure how to actually use the project to start designing the no-code UI. The README provides an adequate tutorial for installation, but does not provide any insight into how the no-code UI works. It just simply gives you a tutorial on how to build the project. Not to mention many beginners would likely not even make it to the point of being able to build to project in VS.