gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Compute example, GFX_MINIMUM #73

Closed takahiroharada closed 1 year ago

takahiroharada commented 1 year ago

The changes are

maoliver-amd commented 1 year ago

Ive made a similar PR #79 that is similar to the GFX_MINIMUM idea. It differs in that the dependency sub modules are also not cloned unless you specifically enable them which makes cloning much faster. Its slightly more fine grained in that the GUI code is split behind an option and the scene loading code is behind a different one. @takahiroharada does this help solve the issues you were having?

gboisse commented 1 year ago

https://github.com/gboisse/gfx/pull/79 indeed allows setting up gfx with minimal dependencies, so closing this PR.