Code Monkey home page Code Monkey logo

simpleecs's People

Contributors

peteychan 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

Watchers

 avatar  avatar  avatar  avatar

simpleecs's Issues

Why would a component have a SendEvent?

Thank you for the new SimpleECS. Looking at the tutorial, I see your BulletComonent sending an event for .

How does this get triggered to send the event?

EntityLink document

Can you please describe the purpose of EntityLink? I am playing around with EgoCS and your framework.

Thank you for sharing this framework.

Kamran

All archetypes and entites list

Hi again! While debugging code, it could be very useful on systems VS breakpoints to see a full list of archetypes and their entities in a handy way. Could u make a debug class, which would save a human readable list of archetypes with entities and their component instances, with ability to enable and disable logging for production

Multithreading Best Practices/Tips

Hey, I really like the balance of simplicity and power in this library!

Any recommendations, examples, or best practices when it comes to updating entities/components across multiple threads? Thanks!

WorldData removal

Hi, what was the purpose of deleting static data from querying? That was quite a handy tool which sligtly violate ECS paradigm, tho still had its usecases. In our production project we use it to determinate augmented reallity marker state in multiple queries. Without this feature we will have to write additional lines of code, which is ofc not what we want :)

OnSet old data

Hi again! In last (or so) update u've removed OnSet callback overload (Entity e, T newComponent), now its only (Entity e, T oldComponent, T newComponent). Sometimes (most of the time actually) we simply dont need previous state of component, so this causes no more than writing additional code. Could you please give us an ability to use both overloads?
I know we can just use method codegeneration to create a method with proper parameters, but still we have a dozen of code written in old style, so updating to new version would force us to refactor code slightly

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.