Darren Eberly

Results 88 comments of Darren Eberly

Yeah that makes sense. I didn't think about doing it that way. I've made a Light class within my game that tracks the positions of a light and handles updating...

I've made a PR to fix this in Railcraft: https://github.com/GTNewHorizons/Railcraft/pull/32 Tested the fix with 2.2.3

An idea for a good GUI system could be to use imgui. I know that someone had previously made an Arcade connector for it, but if that’s unmaintained or lost,...

Yeah the changes to nix have definitely broken things. I did a bit of investigation to this and will see if I can come up with something in the future,...

@mlr07 Thanks for the feedback, that's really useful info. Linux is my primary OS and what I develop from most of the time so I can definitely do some work...

The advantages of `setup.py` vs `requirements.txt` is really just flexibility. With a requirements file you really can just specify packages and versions. With setup.py we do a number of things,...

Sure. Feel free to work on whatever improvements you can see related to this. Main thing I've done is improve Linux install instructions.

Yeah it's been a while, I think I have a few things in a local branch but I've been sidetracked for a while so I don't even remember exactly what...

Using Sprites in a SpriteList you should be able to draw millions of sprites(though you probably have a long startup time for that) but the actual drawing should be fine.

I doubt I will get to adding support for them anytime soon. I can however throw in an actual error messaging explaining it though. I think honestly it would be...