Skip to content

Instantly share code, notes, and snippets.

@kalinon
kalinon / app.cr
Last active July 11, 2020 20:47 — forked from kingsleyh/app.cr
Entitas
require "crsfml"
require "entitas"
::Log.builder.clear
spoved_logger(bind: true)
# ---- domain ----
module Domain
struct Dimension
property rows : Int32