Clive Galway

Results 112 issues of Clive Galway

I have taken the Calculator demo and set up a simple network programmaticaly: ``` var input1 = new ConstantNodeViewModel(); NetworkViewModel.Nodes.Add(input1); var input2 = new ConstantNodeViewModel(); NetworkViewModel.Nodes.Add(input2); var sum = new...

### Is your feature request related to a problem? Please describe No ### Describe the solution you'd like As a User I want to be able to export filter settings...

Feature Request

According to the docs, dwColor is ARGB. I tried modifying the demo by changing the BoxCreate command to: BoxCreate(200, 200, 200, 200, 0x10FFFFFF, true) But the resulting box was not...

bug

Just resurrecting a question I had that is in a closed issue. @agrippa1994 - any plans for a DX11 equivalent of this project?

question

Hi, sorry, another feature request from me. Would it be possible to allow us to create an image object from a bitmap in memory? I am messing around with GDI+...

Any chance of some help building this solution? All I am interested in at this point is the bed levelling tool. I installed the software today, and used it to...

I have a project which is a parametric compartmented box: ![image](https://user-images.githubusercontent.com/1719428/198317155-5f4f7174-2841-4ff3-a799-ba642f24093d.png) You set user parameters to define the size of each compartment, and the number of rows and columns. The...

enhancement

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** If a parameter is an integer, generate an integer If a parameter is a...

enhancement

Hi y'all, just to let you know that I shamelessly stole your idea of wrapping keys to set an AHK context, but I found a sneakier way to do it....

``` using AutoHotkey.Interop; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace TestApp { class Program { static void Main(string[] args) { //grab a copy of...