I've been tinkering with a couple chain-able display designs for my computer project. My numeric display is a 7x2light pattern is a little overcomplicated given my 2 constraints of:
1) I want a traveling minus sign on negative numbers
2) I want 3bit RGB color instead of the factorio default color ...
Search found 6 matches
- Sun Oct 25, 2020 11:58 pm
- Forum: Combinator Creations
- Topic: Digital Display, Yay!
- Replies: 124
- Views: 182155
- Wed Oct 21, 2020 8:18 am
- Forum: Combinator Creations
- Topic: First functioning programmable computer!
- Replies: 2
- Views: 3289
Re: First functioning programmable computer!
Thought I would add a little more detail on the CPU and GPU makeup.
CPU-Detail.png
The CPU has a control unit, some shared general use evaluators, an error handler (thats deeply coupled to the GPU so errors can be human-readably displayed), a collection of registers (that are theoretically ...
CPU-Detail.png
The CPU has a control unit, some shared general use evaluators, an error handler (thats deeply coupled to the GPU so errors can be human-readably displayed), a collection of registers (that are theoretically ...
- Wed Oct 21, 2020 7:26 am
- Forum: Combinator Creations
- Topic: First functioning programmable computer!
- Replies: 2
- Views: 3289
Re: First functioning programmable computer!
Blueprint book is too large to fit in a post. The GPU by itself as a blueprint is also too large (its the biggest element)
Gonna try putting a link to google drive: https://drive.google.com/file/d/1rTwU2oob1z8qIrHDiDEM9tM_k3febBL5/view
Dunno if that works. Also, if all the totally magic numbers ...
Gonna try putting a link to google drive: https://drive.google.com/file/d/1rTwU2oob1z8qIrHDiDEM9tM_k3febBL5/view
Dunno if that works. Also, if all the totally magic numbers ...
- Wed Oct 21, 2020 7:15 am
- Forum: Combinator Creations
- Topic: First functioning programmable computer!
- Replies: 2
- Views: 3289
First functioning programmable computer!
I made a computer that can run simple machine language instructions from an attached App ROM!
Snowfield Test.PNG
This is from my first test program, which generates some random noise and uses a d-pad of gates to navigate around it. (Takes about ~1 IRL minute to load, and only runs at about 10 ...
Snowfield Test.PNG
This is from my first test program, which generates some random noise and uses a d-pad of gates to navigate around it. (Takes about ~1 IRL minute to load, and only runs at about 10 ...
- Sun Oct 18, 2020 5:34 am
- Forum: Combinator Creations
- Topic: Square Root & Log Calculator
- Replies: 6
- Views: 11765
Re: Square Root & Log Calculator
Oh! This is perfect, I'm going to use the Square Root for me CPU project
- Tue Oct 13, 2020 2:45 am
- Forum: Combinator Creations
- Topic: Raycasting engine in factorio
- Replies: 25
- Views: 21999
Re: Raycasting engine in factorio
This is so cool! I'm feeling inspired to build out a CPU in factorio, and i hadn't really thought of a raycaster but i'm definitely going to try to build toward something similar 
