Sami Väisänen

Results 80 issues of Sami Väisänen

Hi, this is an interesting looking little library. Any idea about the amount of work needed to build an SVG renderer out of this? I work on a game engine...

Add support for limited 3D content. Think simple objects such as "coins" or "player's ship" etc. - Importer and mesh + material creation. - Animation support? - Game play is...

editor
graphics
enhancement

Add support for loading / saving game state including the entities, scene, tilemap etc. This is useful for "save game" type of feature.

gameplay

Add support for tilemap save layer. Save layer is responsible for saving (and loading) state that is modified by the game between game runs. For example a save game might...

editor
gameplay

Add support for tilemap height layer. The layer is responsible for adding a "height" offset to each tile on top of it thus allowing to create terrain like features such...

editor
gameplay

If the renderer runs frame late it should be possible to run game update and renderer render in parallel in different threads. For Frame N - The update for frame...

engine
enhancement

When the Win32 native game host application is logging to to the windows console the console can jank the host application. For example if the user is keeping the console...

bug
windows

Find a way to improve the text rendering output. ![bad-rendering](https://github.com/user-attachments/assets/0edca013-ca48-451e-a38b-179a20bf7ebf) The attached screenshot shows multiple problems: - clipping at the right edge - this is ok, it's just the text...

Hello, added a link to an engine of mine which I think is totally worthy of an addition to this list. Thanks.