WarlockD

Results 16 issues of WarlockD

For the record I haven't opened up OpenSCAD in over a year and did a fresh install. When I tried to just open a new file it showed up non-responding...

OS: Windows

Even the newer C++ standards have lareayd decided the preprocessor for C is now just "part of the language" Maybe find a way to integrate that?

Was this setup, originally, with CubeMX? I am trying to port this to Marlin 2.0 and was going to update the BSP but cannot find the ioc project.

Ever thought of using a Cypress chip? Its basically an ARM with some logic blocks to do stuff like bus arbitration and has a built in usb 2.0 port. Whats...

I saw the other day on ebay a new SCSI emulator that uses this chip as a simple way to toggle the REQ line for sending/receiving data. As I looked...

Technically we have 128k of ram to mess with but allot of assemblers push strings characters in to individual words. It would be nice if your assembler supported a tag...

MIT or even GPL is fine, I cannot really use this unless it has something for the paperwork:P

I wanted to create a compoent as such: ``` kult::component krenderable ``` The problem is that a unique_ptr is not copyable so the template fails on the merge method within...

Lets say I have three components, position, scale, rotation that updates a matrix component to trasforms a sprite. Is there a way I can detect that position/scale/rotation component has changed...

Its not a huge deal as compilers usually optimize this out but curious why std::string is returned instead of say `auto to_string(Mouse_mode mm) -> std::string` Since that just returns a...