Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SLifecycle #10

Open
6 tasks
cgrinker opened this issue Jun 1, 2017 · 0 comments
Open
6 tasks

Implement SLifecycle #10

cgrinker opened this issue Jun 1, 2017 · 0 comments

Comments

@cgrinker
Copy link
Contributor

cgrinker commented Jun 1, 2017

Need to implement the life-cycle aspect, might even be worth it to implement it as a provider/aspect.

  • Style: Reference counting / shared_ptr mode as a default for objects.
  • Style: Owning object deletes (like existing new/delete but with checking).
  • Style: Garbage collector implementation.
  • Ability to bind objects to be deleted on deletion of one of their dependencies.
    • Like signal handlers with lambdas created by loaders.
  • Ability to point to ECS buffer memory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant