Mathieu Westphal
Mathieu Westphal
Notes from internal discussions: @snoyer @Meakk remarked that we should plan for integration with imgui and autocompletion. @snoyer suggested `unset` command, which would reset the value to default. @mwestphal suggested...
Implementation tryouts: A `command` class or namespace does not seem very usefull. Simply adding a `interactor& interactor::command(const std::string& command)` should be enough for the public API. In terms of actual...
any news on that @snoyer ? :)
Issue text have been udpated after a discussion on discord
Added mobile version
> What type of visual clarity do we need (i.e. extreme minimalism, minimalistic, hideable, etc)? minimalist, hidable > Are we going to integrate it with CLI in any shape or...
@JPLost please note we will be using ImGui to create a similar UI to the current UI. No checkboxes or mouse driven UI.
This is already supported by the libf3d, but there is no mechanism to expose that in the F3D application yet. The first question would be to identify how to do...
> I don't know about standard but having - as a special case seems pretty accepted. Do you have a good source for this ?
Thanks for digging that up. It is very linuxy though. We need to make sure this will have no impact and work as intended with macOS and Windows. Can `-`...