bombfuse

Results 36 issues of bombfuse

Let's add a Video Player Component to the engine. Playing video is pretty valuable for a game engine. - Playing Cutscenes - Tutorial Videos - Game Intros A Video Player...

enhancement

The setting would optionally floor the position for rendered textures here https://github.com/Bombfuse/emerald/blob/master/src/rendering/engine.rs#L850

enhancement
good first issue

Adding a `emd.graphics().draw_polygon()` function will allow us to draw perfect representations of more complex physics colliders. Additionally exposing it to the user for their own needs.

enhancement

introduced in https://github.com/Bombfuse/emerald/pull/156, I need to fix the hotreloading feature to support aseprites

bug

Rendering engine should scale the base rendering texture by Camera.zoom

bug

When a file save is attempted to the default user directory for each platform, it should attempt to create the default user directory if it doesn't exist. Default user directory...

portability

I have no idea how to do this right now