emerald icon indicating copy to clipboard operation
emerald copied to clipboard

A 2D rust game engine focused on portability.

Results 39 emerald issues
Sort by recently updated
recently updated
newest added

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

Tilemaps are an essential feature for many engines, Emerald needs an easy to use Tilemap component. This tilemap should be easy to use directly, and easy to wrap over it....

enhancement

Currently out of date, need to update Assets section and pack_bytes section

documentation

- Host live WASM demos - General summary of engine

documentation

Any File (User marks a file for hot reloading by using loader().add_hotreload_target("some_file") which will add the file to the hotreload list)

enhancement
ux

Same functionality as hotreloading textures, but for fonts

enhancement
ux