I'm In! Crystal + SFML
I'm in for LD56! Usually our team (me and my roommate) do a game in Godot engine, but this time we're going with a compiled language I love: crystal!
Crystal (or crystal-lang is easier to search) is similar to Ruby but compiled so potentially better suited for game development. We're using a binding to C++ library SFML (Simple Fast Media Framework) to do the window, inputs, graphics and audio. The direct binding is crsfml and I've made a wrapper library called gamesf and template starter gamesf_template so we can have basics like changing scenes, sprite animations, animated/typed message boxes, better joystick/keyboard/mouse helpers etc. I've been adding to it occasionally as I've been doing hobby game dev, and on some previous LD jams too, so excited to continue using it. If anyone is curious about using crystal or the above libraries, please feel free to reach out!
Since SFML is geared towards 2D (it can do 3D with raw GL code too I think) we'll shoot for a 2D game.
Tools we'll use: - crystal - compiled language with ruby-like syntax - SFML (Simple Fast Media Framework) - C++ graphics and audio framework - game_sf - wrapper for SFML bindings for more object-oriented scenes, helpers - Aseprite - 2D pixel editor - Inkscape - vector graphics editor - Audacity - sound editor
Cheers to everyone participating, have fun this weekend!