Noel Berry

Results 87 comments of Noel Berry

There currently is Mouse Support, but it's through the Window class. I agree it is confusing that the actual Mouse class has no implementation for mouse position ... A few...

Perhaps creating a Wiki for that stuff on github makes sense? For API documentation and simple examples.

Cool, I'll take a look! I could also start by generating API docs. Most of the C# methods are commented so if there's a tool that generates docs from that...

Yeah Doxygen sort of feels like overkill to me. Ideally I'd like something that can live on the repo (either as a Wiki or as Github Pages in a `docs`...

I've started working on a simple Wiki to handle the basics. I think at some point it'd be good to have an API that's generated from the C# documentation but...

Yeah that's a good idea. I should write out a simple game example. I'm making a separate "game engine" project that sits on top of this, for handling Assets, Collisions,...

Awesome, thank you! I'll take a look soon.

Closing this as I just misunderstood the use. I assumed that since Aseprite has a scripts folder it would try to search relative to that path.

Yeah I'm into that idea. Realistically it would be a very simple/light pseudo number generator... I think if you want something really complex/thorough just using the standard library or an...

yeah I think something like that sounds cool. I would realistically need to research algorithms to include, although I definitely agree a fast perlin would be super useful.