echoes icon indicating copy to clipboard operation
echoes copied to clipboard

A macro-based Entity Component System framework, focusing on ease of use.

Results 3 echoes issues
Sort by recently updated
recently updated
newest added

For use cases that require integers, as in #26. Defines a new `echoes.Time` type that is fully backwards-compatible. For anyone who doesn't need integer time, you can continue using `Float`...

Hello I'm using echoes in browser and in a server application. While playing a bit around I discovered that 60 fps in browser lead to delta time of update calls...