Remix.run Logo
Crown 0.64 – Native and cross-platform game engine(crownengine.org)
7 points by dbartolini 5 days ago | 4 comments
leetrout a day ago | parent | next [-]

There's a neat list of custom game engines on GitHub that I enjoy checking in on every now and then:

https://github.com/raysan5/custom_game_engines

SomeHacker44 a day ago | parent | prev [-]

Can't tell a darn thing from the linked page or the home page. What language? What platforms? Either I'm really dumb or the page is incomprehensibly designed with no actionable information.

WalterGR a day ago | parent [-]

The "What is it?" section of the introduction in the manual is informative and answers your "platforms?" question. Reading between the lines it seems like Lua is the only supported language.

https://docs.crownengine.org/html/latest/introduction.html

The Github page suggests the engine itself is mostly written in C++ and Vala.

https://github.com/crownengine/crown/

techwizrd a day ago | parent [-]

Now that piques my interest. I really enjoy writing Vala.