mrvux

Results 27 issues of mrvux

## UI Implementation unclear - Allow to set either by Interest(LookAt as now), Orientation (for pinhole simulations), Direction - Fov to be configurable (Also allow focal length instead, which is...

feature request
ui
operator

For now only raw resource types can be displayed on editor. This prevents to display Depth Stencils and any texture type that cannot have a default view. * Check if...

feature request
ui

Related to #93 OSCInput operator creates a thread that is not stopped when exiting the editor, which prevents the process from exiting.

bug
operator

For now Operators are identified with a Guid (in the namespace) First this could be changed by moving to an attribute as per : ` [Operator("F65AD97B-F462-4E76-8CDF-B77D992AF580")] public class AddVecTest :...

Some nodes should implement IDisposable as they are holding unmanaged resources. Editor should perform the following : * Deleting an Operator instance that implements IDisposable should call dispose on those...

PR Pending, mostly to allow to better organize operators (specially if starting to add more that depends on external libraries) * On start (bootstrap), load all assemblies in the app...

PR Pending for that one (still few harmless runtime warnings) : * Operator should not need a t3 file (since they are pure c#) * Default value in t3 file...

https://discourse.vvvv.org/t/vvvv-crashes-with-dx11-text-style/17179