Advertisement

Latest IMgui Activity

ImplodeGames
April 08, 2023 02:13 PM
Zengine - A Java game engine in LWJGL using Assimp, IMGUI, and more.

So a couple of months ago, my friend and I both wanted to work on some sort of programming project together. We both work in software engineering but come from different backgrounds, I studied a BSc in Games Programming and he studied a BSc in Computer Science. Our idea was that we wanted to essent…

4,260 views
Advertisement

The problem is that the compiler cannot open glfw3.h included in an imgui file. You would need to add the glfw include path to target_include_directories. of the imgui target.
But then you also have to link against glfw when building imgui, so there wouldn't be undefined symbols.  
However I wou…

7,476 views
C-Research
February 28, 2022 05:54 PM

Acosix said:

C libraries are old but useful for 2D games.

True. Much of the C libraries have been matured, even perfected, so no need to “reinvent the wheel”.  Many people discover that a lot of frameworks, engines, middleware, and tools have a lot of C at least embedded in the source. Some are …

40,095 views
enigma_dev
October 20, 2021 12:58 AM
DevBlog 3 - Mod/Editor UI and Level System

Projectile editor with IMGUI!

In order to visualize the frame stretching projectiles, I needed to create a projectile editor. This required UI and Level systems to be in place. So must of the work here is just code under the hood, but not a lot of visuals.

This will be used to determine which grid no…

32,080 views

osd is a tool for gamers which puts some text/graph about fps, hardware usage in opengl/DirectX context

so the games can see what is the fps, cpu/gpu/ram etc usage.

I use that to detect which application in using OpenGL/DirectX

6,418 views
Advertisement
Advertisement