Giter Site home page Giter Site logo

foxy_cpp's People

Contributors

gtlugo avatar

Watchers

 avatar

foxy_cpp's Issues

Multithreaded ECS

Self-explanatory. Make the ECS functionality such as creating entities, modifying components, etc. What should and shouldn't be thread-safe should be determined when tackling this issue.

Update License

The current license is not a FLOSS license and is therefore invalid in the broader C++ ecosystem. The new license should be as permissive as possible, as this is not a proprietary, secret piece of software.

Additionally, there should be a clause added to the README that just kindly requests attribution be given in derivative works. This shouldn't be part of the license (not like I could find any license that has that clause) because it should not be strictly required to use the library.

Phase out Shaderc

Replace shaderc with glslang since it's quite problematic with the build system.

Make entity creation a lazy pipeline, similar to std::ranges

I am not sure right now how to implement a lazy-evaluated pipeline, but the motivation behind this is to hopefully reduce the number of times an entity changes its archetype during creation and assignment. As it stands, an entity will change its archetype with each added or removed component. This is a slow process which also results in multiple useless intermediate archetypes as well. If I could collect all the components and data the entity wants to have before the entity is registered, this could improve performance and memory usage. This could be done with a standard "builder" interface, but I would like to see if I could create an API similar to std::ranges.

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.