{"author_link":"\/users\/elisee","author_name":"elisee","author_uid":"elisee","comments":[],"epoch":1522074785,"event":"LD41","format":"md","ldjam_node_id":74194,"likes":10,"metadata":{"p_key":"108092","p_author":"elisee","p_authorkey":"1006374","p_urlkey":"323913","p_title":"I'm in... Will be making an online multiplayer game!","p_cat":"LDJam ","p_event":"LD41","p_time":"1522074785","p_likes":"10","p_comments":"0","p_status":"WAYBACK","us_key":"1006374","us_name":"elisee","us_username":"elisee","event_start":"1524182400","event_key":"72","event_name":"LD 41"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD41","removed_author":false},"_superparent":73256,"_trust":1,"author":6374,"body":"Over the last 7 years I've been taking part in Ludum Dare (as well as the Global Game Jam) with 5-10 friends using our own real-time collaborative game-making apps [CraftStudio](https:\/\/sparklinlabs.itch.io\/craftstudio) (XNA\/FNA-based blocky 3D engine with Lua scripting) and then [Superpowers](http:\/\/superpowers-html5.com) (Three.js-based engine with TypeScript scripting). It's been a lot of fun and we made games aplenty! (1)\n\n## Confiture, a framework for creating online multiplayer games\n\nThis time around, I've set out to build **Confiture** (2), a C# SDL2\/OpenGL engine & framework for writing online multiplayer games! [I have been and will be streaming my work on it](http:\/\/twitch.tv\/eliseegw) in the weeks leading up to Ludum Dare 41. Mostly commenting in French by default but happy to chat in English too!\n\n## Why this tech?\n\nAfter fiddling with Web technologies so much lately, I'm kinda over working so far removed from the machine. It's really cool to have the \"no install\" experience and Node.js has cool sides but boy, it's just too many layers, tools, compilation steps and workarounds.\n\nI think going forward I'll mostly treat the Web as a compilation target (through [WebAssembly](http:\/\/webassembly.org)). C# \/ SDL2 \/ OpenGL are pretty good medium-term candidates for that, so that's good.\n\nIn the absolute, I'd love to work with a lower-level, non-GC'ed language than even C#, but I haven't found anything reasonable to work with at the moment (excited for [Jonathan Blow's upcoming JAI language](https:\/\/www.youtube.com\/playlist?list=PLmV5I2fxaiCKfxMBrNsU1kgKJXD3PkyxO) though!). I'm not willing to put up with C++'s idiosyncrasies during a game jam, especially not with a whole team and several coders.\n\nThe .NET ecosystem has finally gone truly cross-platform with .NET Core, including easy all-dependencies-included deployment. It has fast compilation times, a pretty great IDE, a lot of traction and a language whose evolution is at least taking game developers' needs into account.\n\n## Current status and roadmap\n\nRight now I have all the low-level engine stuff done: windowing, input, rendering, packet reading\/writing... The main tasks left are:\n\n- Networking: shuffling around TCP sockets and segments!\n- Some animated 2D sprite support and a small UI lib maybe!\n- A basic game logic structure including lobby & stuff so that we can focus on the fun parts during the jam!\n- If time permits, loading & playing back animated 3D models: [glTF to the rescue!](https:\/\/github.com\/KhronosGroup\/glTF)\n\nSo that's a lot of work haha, though I have experience with all of those so hopefully I can fit that into my spare time over the next 25 days! We'll see \ud83d\ude05\n\n(1) [Ludum Dare games](http:\/\/ludumdare.com\/compo\/author\/elisee\/), [Global Game Jam games](https:\/\/globalgamejam.org\/users\/elisee) and [recent games](http:\/\/sparklinlabs.itch.io)  \n(2) \"Confiture\" is French for jam.","comments":7,"comments-timestamp":"2018-03-30T14:34:05Z","created":"2018-03-26T06:19:37Z","files":[],"files-timestamp":0,"id":74194,"love":10,"love-timestamp":"2018-03-30T11:58:38Z","meta":[],"modified":"2018-03-30T14:34:05Z","name":"I'm in... Will be making an online multiplayer game!","node-timestamp":"2018-03-26T15:51:38Z","parent":74193,"parents":[1,5,9,73256,74193],"path":"\/events\/ludum-dare\/41\/$74193\/im-in-will-be-making-an-online-multiplayer-game","published":"2018-03-26T14:33:05Z","scope":"public","slug":"im-in-will-be-making-an-online-multiplayer-game","subsubtype":"","subtype":"","type":"post","version":215565},"node_metadata":{"n_key":"74194","n_urlkey":"323913","n_parent":"74193","n_path":"\/events\/ludum-dare\/41\/$74193\/im-in-will-be-making-an-online-multiplayer-game","n_slug":"im-in-will-be-making-an-online-m","n_type":"post","n_subtype":"","n_subsubtype":"","n_author":"6374","n_created":"1522045177","n_modified":"1522420445","n_version":"215565","n_status":"WAYBACK"},"source_url":"https:\/\/ldjam.com\/events\/ludum-dare\/41\/$74193\/im-in-will-be-making-an-online-multiplayer-game","text":"Over the last 7 years I've been taking part in Ludum Dare (as well as the Global Game Jam) with 5-10 friends using our own real-time collaborative game-making apps [CraftStudio](https:\/\/sparklinlabs.itch.io\/craftstudio) (XNA\/FNA-based blocky 3D engine with Lua scripting) and then [Superpowers](http:\/\/superpowers-html5.com) (Three.js-based engine with TypeScript scripting). It's been a lot of fun and we made games aplenty! (1)\n\n## Confiture, a framework for creating online multiplayer games\n\nThis time around, I've set out to build **Confiture** (2), a C# SDL2\/OpenGL engine & framework for writing online multiplayer games! [I have been and will be streaming my work on it](http:\/\/twitch.tv\/eliseegw) in the weeks leading up to Ludum Dare 41. Mostly commenting in French by default but happy to chat in English too!\n\n## Why this tech?\n\nAfter fiddling with Web technologies so much lately, I'm kinda over working so far removed from the machine. It's really cool to have the \"no install\" experience and Node.js has cool sides but boy, it's just too many layers, tools, compilation steps and workarounds.\n\nI think going forward I'll mostly treat the Web as a compilation target (through [WebAssembly](http:\/\/webassembly.org)). C# \/ SDL2 \/ OpenGL are pretty good medium-term candidates for that, so that's good.\n\nIn the absolute, I'd love to work with a lower-level, non-GC'ed language than even C#, but I haven't found anything reasonable to work with at the moment (excited for [Jonathan Blow's upcoming JAI language](https:\/\/www.youtube.com\/playlist?list=PLmV5I2fxaiCKfxMBrNsU1kgKJXD3PkyxO) though!). I'm not willing to put up with C++'s idiosyncrasies during a game jam, especially not with a whole team and several coders.\n\nThe .NET ecosystem has finally gone truly cross-platform with .NET Core, including easy all-dependencies-included deployment. It has fast compilation times, a pretty great IDE, a lot of traction and a language whose evolution is at least taking game developers' needs into account.\n\n## Current status and roadmap\n\nRight now I have all the low-level engine stuff done: windowing, input, rendering, packet reading\/writing... The main tasks left are:\n\n- Networking: shuffling around TCP sockets and segments!\n- Some animated 2D sprite support and a small UI lib maybe!\n- A basic game logic structure including lobby & stuff so that we can focus on the fun parts during the jam!\n- If time permits, loading & playing back animated 3D models: [glTF to the rescue!](https:\/\/github.com\/KhronosGroup\/glTF)\n\nSo that's a lot of work haha, though I have experience with all of those so hopefully I can fit that into my spare time over the next 25 days! We'll see \ud83d\ude05\n\n(1) [Ludum Dare games](http:\/\/ludumdare.com\/compo\/author\/elisee\/), [Global Game Jam games](https:\/\/globalgamejam.org\/users\/elisee) and [recent games](http:\/\/sparklinlabs.itch.io)  \n(2) \"Confiture\" is French for jam.","title":"I'm in... Will be making an online multiplayer game!","wayback_source":[]}