Page 1 of 1

Libre and Open-Source Unity clone

PostPosted: 16 Sep 2019, 20:23
by Ntech
Recently, I stumbled upon this: (https://github.com/aeroson/lego-game-an ... ike-engine), which is a very good clone of Unity. It uses OpenTK as OpenGL wrapper for rendering and C# physics engine BEPUphysics. It's written in C#, and its scripting API exactly the same as Unity's scripting API.

Re: Libre and Open-Source Unity clone

PostPosted: 17 Sep 2019, 03:59
by Lyberta
Deleted.

Re: Libre and Open-Source Unity clone

PostPosted: 17 Sep 2019, 19:12
by fluffrabbit
Huh, so OpenTK is like SDL+OpenGL for C#. Dunno why that on its own doesn't have some of the Unity users.

I'm also wondering if anyone remembers XNA. Back when the Xbox three-sixty pwn'd the PS triple, MS was shilling for the closest thing they knew to open source, yet Unity ended up winning because JavaScript is easier to learn. Now Unity uses C# and no JavaScript, but those who learned Unity migrated over. New users looking for a C# solution now have several options. Most sane people don't want to use C# though.

Re: Libre and Open-Source Unity clone

PostPosted: 23 Sep 2019, 11:26
by mdtrooper
IMO the best way for this will be a Unity3D importer for Godot3D (and maybe a Unity3D exporter).