Giter Site home page Giter Site logo

monofoxe's People

Contributors

chaifoxes avatar deecellar avatar fdrobidoux avatar martenfur avatar mepurubun avatar ne1gh-rr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

monofoxe's Issues

Touch input in Input.cs

I started to implement a touch interface in Input.cs, and ran into issues:

Your implementation of unified buttons makes the touch input code harder than it needs to be for the different use cases.

May I ask permission refactor the code to a more traditional ...State and old...State setup on the back-end.

The existing API would not change, a hash table of buttons would be faster on lookup, but given the limited size of concurrent inputs, the gains would be non-existent.

The code will speed up since 6 heap allocations will be avoided altogether, replaced by fixed stack references.


In one of your code comments, you stated you did not like the 3 distinct access methods. I agree wholeheartedly.

I disagree with your approach to unifying the inputs: You have simply pushed the problem to the end user in a unified manor.

Dynamic bindings:

Define common fixed actions as booleans(buttons) Fire, jump, left, right, forward, back, up, down, crouch, back... and axes as floats(or threshold buttons mapped to above actions), mouse delta or gamepad. Please note the disparity between keyboard, mouse delta and gamepad in this respect.

Allow a user(or programmer) to specify the mappings as needed.
This allows for the user to provide mappings.

Any support for .NET CLI?

Um, hi!
This isn't really an issue but I was wondering if there was any way to create a template via the .NET Command Line?
I'm fairly new to MonoGame so there's probably something that I'm doing wrong.
Cheers, Logan B.

Monofoxe.Playground

Had to create "C:\Program Files (x86)\Monofoxe Engine\v2-dev\NoPipeline". Still doesn't work though.

zaebalo

spelling error in Readme

When you listed the features in your readme, you misspelled your name in the link to NoPipeline, resulting in a 404 error if you try to just use the link. Hope this helps!

VS 2022 - Non-traditional install location

I installed Visual Studio in a non-traditional location (on a storage drive instead of on the OS drive). The templates were not added to Visual Studio 2022. Is there an easy way to retrieve them?

Pipefoxe can't parse Tiled text properties

Pipefoxe fails to parse custom text properties in Tiled maps. For example, the following object in a Tiled map fails to parse:

<object id="7" name="Sign" type="Interaction" x="260" y="80" width="40" height="20">
  <properties>
    <property name="InteractionText">* This is a sign.
* That's about it.</property>
  </properties>
</object>

I've tracked down the possible culprit in XmlHelper.cs:25.

While other's custom properties use this value attribute, the custom text property does not, instead placing the value inside of itself, as seen in the example. This causes Pipefoxe to throw an exception while parsing.

async/await/Task based coroutines

Allow starting/running coroutines using Task instead of IEnumerable. requires setting a synchronizationcontext on which actions will be scheduled

No Mac OS build

I would be interested in a build for mac OS becauseI use Mac as my primary development OS. Would this be something you are considering in the future?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.