Git Product home page Git Product logo

feather's People

Contributors

temaran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

embarkstudios

feather's Issues

The relationship between WindowStyle and Window is problematic

The relationship between window style and window is not good. This stems from the fact that AS supports neither Delegates, nor Interfaces. If we had delegates then the style could expose delegates for stuff like Resize. Events won't work since they cannot return the needed EventReply. If AS had proper interfaces, we could make an IFeatherWindow that could hold the necessary methods. But since interfaces in AS are essentially base classes, and we want window to derive from UFeatherWidget, that doesn't work either.

Is there any way to make DI serialization even easier?

Almost all bugs so far has been in relation to serialization; When to save and what to save.

Since we have so many objects that are dynamically added, serialization feels messy. I think it's in a fairly good state now, but I can't help but think that there might be a better solution.

Angelscript forces us to make intermediate function overrides.

Having to define UFUNCTION overrides in intermediate classes is annoying as always in AS. I think this comes from Blueprint, but patching AS to automatically generate these UFUNCTION stubs when they are needed would make base class code so much cleaner.

Operation sorting doesn't work

I want to be able to sort the entries in the search result panel, but if I readd them, the widgets reset, and there is no way to just change their index in the panel. Maybe adding a bind could fix it?

Lacking AS Sorting API leads to junk code I want to remove

Sorting in AS is very limited and having to implement my own quicksort is not great. This feels like a fairly high prio thing to fix. Normally, I would implement the sorting method in cpp and leave it at that, but forcing the project to AS only of course blocks me from using that strategy. See sorting files for more details.

Non-nativizing builds leak debug-only code into the output

A general problem with AS is that if you build shipping but don't nativize, preprocessors like #if RELEASE really do nothing as script is simply copied verbatim to the output. For the uncareful, this could lead to debug code leaking into releases. Would be great if the AS cooker would actually process #if preprocessors and stripped code that doesn't pass.

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.