Phlosioneer

Results 12 comments of Phlosioneer

Is there still interest in this feature for Tiled? Now that scripting is becoming more integrated, the ability for scripts to create objects, then lock them so the user doesn't...

I'd like to start tackling this; with #2712 almost finished, it's part of my use-case to need an array of connected objects. Looking over this thread, here are my thoughts...

So resurrecting this old issue here. I'm using customasm for a custom CPU I made with extremely little RAM and a primitive MMU. That means I need to deal with...

After some more coding, this design is much simpler: - All external symbols are pre-declared with specified upper bounds using an `#external` directive. The lower bounds and alignment are optional,...

I've started sprinkling bits and pieces of an "Idiomatic Piston" guide throughout the docs I'm writing (see #1068, #1069, and probably more to come as I continue through the code)....

A lot more than README, too. It can test all of the guides we write for the various sub-modules. Sounds like a really cool addition.

List of available widgets is outdated - Image widget added in #696.

See also my PR #187, which allows recursive `Fail` derives.

This task should probably be broken up into the sub-crates. A lot of the unsafe code is mostly to use OS functions while in no_std mode, from what I've gathered....

I'm totally new to this and am just passing through, but doesn't the example code say to put the `error_chain!{}` invocation inside of a `mod errors{}` to avoid conflicts...? Looking...