Skip to content

[Improve]: Implement IDisposable #5

Description

@lewpar

What needs to be improved

Lots of objects need IDisposable interface implemented to handle the disposal of managed (Streams, Memory Buffers, etc..) and unmanaged (Raylib) resources.

Why it needs to be improved

Managed and unmanaged memory needs to be cleaned up to prevent memory leaks and reduce crashes when the engine is terminated.

Additional Information

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions