Show More
Commit Description:
Add very basic visitor simulation....
Commit Description:
Add very basic visitor simulation. Simulate visitors as a direct linear function of trees. This is very simplistic and looks simplistic (it's pretty easy to see visitors are always 1/10 of the trees).
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImDrawListFlags.gen.cs
12 lines | 227 B | text/x-csharp | CSharpLexer
Add ImGui.
r16 namespace ImGuiNET
{
[System.Flags]
public enum ImDrawListFlags
{
None = 0,
Get really basic graph working.
r503 AntiAliasedLines = 1,
AntiAliasedLinesUseTex = 2,
AntiAliasedFill = 4,
AllowVtxOffset = 8,
Add ImGui.
r16 }
}