vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Anti-Alias for the Primitives #18

Closed antongit closed 1 year ago

antongit commented 1 year ago

At the moment our primitives are not Anti-Aliased. Original lib has these (these are missing in the .NET Wrapper): https://github.com/ocornut/imgui/blob/8a44c31c95c8e0217f6e1fc814cbbbcca4981f14/imgui.h#L1877

In .NET wrapper I've found this: https://github.com/mellinoe/ImGui.NET/blob/master/src/ImGui.NET/Generated/ImDrawListFlags.gen.cs https://github.com/mellinoe/ImGui.NET/blob/4830a8990c50ad313594086c9adc8923f1e5999f/src/ImGui.NET/Generated/ImDrawList.gen.cs#L37 But no Idea how this should be used.

antongit commented 1 year ago

At the moment it looks like that the primitives are antialiased.