needed-libraries icon indicating copy to clipboard operation
needed-libraries copied to clipboard

Are we game yet?

Open kobi2187 opened this issue 5 years ago • 3 comments

I suggest porting Haxe language's libraries, since it's a simple language, and they're mainly focused on games. or creating a binding to the c++ target library (haxe can compile to multiple targets) entity component systems - several options openfl (fairly large, sometimes buggy) love2d (from Lua or the Haxe port) Heaps Flixel Kha

Possibly something ambitious like Unity from C# ?

kobi2187 avatar Mar 11 '19 13:03 kobi2187

What haxe port of Love2D? All the links seem to be dead.

I suggest looking at OpenFL (Haxe) or Phaser.io (js) for inspiration.

Zireael07 avatar Mar 22 '19 15:03 Zireael07

why do we even need ports. c bindings are among the strongest aspects of Nim. We can just create a nim binding for love2d.

rishavs avatar Jan 28 '20 20:01 rishavs

Well yes, but also no. There is some thing for a 100% Nim codebase. It's all Nim. You don't have to understand c or c++. It also showcases the language.

treeform avatar Jan 28 '20 20:01 treeform