wire-fpga icon indicating copy to clipboard operation
wire-fpga copied to clipboard

An addon for Garry's Mod that adds a programmable chip, that can be programmed using flow-based programming.

Results 21 wire-fpga issues
Sort by recently updated
recently updated
newest added

Utilizes `WireLib.ParseEscapes` to remove escape sequences from string constants. Fixes #27 [Example code](https://gist.github.com/Denneisk/74e540a21230f89d3124c3b1f2b2e99a)

TODO List: - [ ] Make upload code able to handle more than 64kb data - [ ] Possibly move import feature to a different key (currently right click on...

I recently discovered this and I love it. Although, with a Constant String gate on an FGPA, newlines (`\n`) doesn't seem to be parsed, as a Text Screen would show....

Can be replicated using [apply_force.txt](https://github.com/wiremod/wire-fpga/files/12135803/apply_force.txt) FPGA chip Debugging shows that this happens: `nodeQueue = {1,3,2,5,}` when we put down 1 as our loop detection node `nodeQueue = {1,3,4,5,}` 4 iterations...

bug

Not sure if this is already possible. Basically, it'd be nice to be able to turn my FPGAs into gates to be used inside other FPGAs. There may be specific...

Having to remember everything as a new user is annoying, it'd be nice if there was a list of the node editor's controls. Could be as simple as just listing...

Like with E2, but something FPGA related. Maybe logic gates circling their head?

enhancement

The current algorithm is queue based, which worked great when loops weren't a thing. As execution has grown more complex, it went from worst case n², to in complex case...

improvement

Currently the input field for constant Vector and Angle values validate it is right, but it doesn't show any text if it's invalid. It could be a bit confusing, even...

improvement