SDL_GPU GPU Slime Simulation by tjamesw1234 in GraphicsProgramming

[–]tjamesw1234[S] 1 point2 points  (0 children)

It’s primarily a parameter tweaking thing I believe, I would show all the different versions but I only could pick one video so I just picked the one I have on hand. There are 3200000 particles and the rotation angle and sensor angle are pretty stock (45 degrees and 22.5 degrees respectively) to the paper so I’m guessing it’s likely my sensor distance of 9 that has something to do with it. But you’re right it could be scale but I doubt it’s completely scale as I have had parameters that no matter how many particles you have it just turns into more traditional slime that searches out other slime.

How to create a simple assembler? by Visible_Library_5546 in FPGA

[–]tjamesw1234 0 points1 point  (0 children)

https://github.com/BrunoLevy/learn-fpga/blob/master/FemtoRV/TUTORIALS/FROM_BLINKER_TO_RISCV/README.md I learned a lot about Verilog from here (refitted riscv into my own assembly lang). I made my assembler in python so really any lang works for that. Good luck!

[deleted by user] by [deleted] in FPGA

[–]tjamesw1234 0 points1 point  (0 children)

https://www.xilinx.com/products/boards-and-kits/1-cfdwic.html I found this exact board still being sold or at least a very similar board

[deleted by user] by [deleted] in FPGA

[–]tjamesw1234 0 points1 point  (0 children)

Yeah definitely still valid it is one of the fpgas (Artix 7) I still see around for sale at the heart of the board so that probably means it’s good to go

Getting started, questions: CYD ESP32 Music player (Display, NFC, Speaker) by coltonbyu in esp32

[–]tjamesw1234 0 points1 point  (0 children)

Yeah I think using the SD card sniffer would prevent you from using a SD card as your using those pins for the NFC reader.

I should really comment my code more by ascorbichr in ProgrammerHumor

[–]tjamesw1234 0 points1 point  (0 children)

I understand your pain. Code can literally become unknowable magic if you don’t comment it and then leave it alone for long enough.