Orasund / pixelengine

a graphic engine for elm
https://package.elm-lang.org/packages/Orasund/pixelengine/latest/
BSD 3-Clause "New" or "Revised" License
58 stars 3 forks source link

Similar framework #2

Open linsyking opened 11 months ago

linsyking commented 11 months ago

I wrote a 2D Elm game framework called Messenger and it has many nice features.

Our team developed a game called Reweave based on this framework.

I think Messenger are more flexible and you can use it to design almost any game (modularized, object-oriented).

I would appreciate if you could let me add a link to my project in your Readme. I hope that more people can see my framework :)

Hope you like our framework & game!

Orasund commented 10 months ago

I am hesitant to recommend a framework that is not an elm library. Usually, it is possible to write a framework such that you can publish it as a normal elm package. (see elm-canvas as an example).