RobSimulatorGroup / gobot

Go, robot go!
GNU Lesser General Public License v3.0
16 stars 2 forks source link

Using bgfx #63

Closed Wuqiqi123 closed 1 year ago

Wuqiqi123 commented 1 year ago
  1. mouse scroll

Peek 2023-03-05 13-49

  1. left shift + middle mouse button(translation alone camera pose) Peek 2023-03-05 13-50

  2. middle mouse button(rotate around fix loot at point)

Peek 2023-03-05 13-51

  1. right mouse button(rotate around camera pose)

Peek 2023-03-05 13-52

StephenYu-R commented 1 year ago

Issues to be resolved:

  1. Current demo relies on shader from bgfx demos without which the gobot editor cannot be initiated.
  2. The editor process may not be terminated due to an incomplete shutdown of bgfx, which might be a multi-threading bug of bgfx.
StephenYu-R commented 1 year ago

Windows support is highly recommended since we can validate bgfx earlier if other issues existed.