~dokomix/dokomix/+git/taisei:imgui

Last commit made on 2022-02-10
Get this branch:
git clone -b imgui https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
imgui
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

cb80055... by Andrei Alexeyev <email address hidden>

gui,build: disable GUI in non-developer builds

Link to stub cimgui library so that custom GUI code compiles without ifdefs.
LTO should be able to DCE most of it.

09328d4... by Andrei Alexeyev <email address hidden>

gui: don't block input

7fe5008... by Andrei Alexeyev <email address hidden>

gui: simple persistent window system

df21ab9... by Andrei Alexeyev <email address hidden>

gui: enable mouse events

45ec278... by Andrei Alexeyev <email address hidden>

imgui: implement renderer on top of Taisei renderer API

23f355b... by Andrei Alexeyev <email address hidden>

imgui test

d3410d9... by Andrei Alexeyev <email address hidden>

add cimgui submodule

52a75e1... by Andrei Alexeyev <email address hidden>

renderer: destroy static models idx buffer on shutdown

7d9603f... by Andrei Alexeyev <email address hidden>

gl33: index buffer fixes

* Allow updates before VAO association happens
* Fix array out of bounds on destroy

fb18c3b... by Andrei Alexeyev <email address hidden>

renderer: add r_index_buffer_invalidate()