Game engines and games in Julia

See also the graphics section.

Games

Game development

  • Cruise.jl : A modular Game engine in Julia. Julia forum thread
  • CSFML.jl : Julia wrapper for CSFML, the official binding of SFML for C, a simple, fast, cross-platform and object-oriented multimedia API.
  • GameZero.jl : Zero overhead game development library for the Julia programming language.
  • JulGame.jl : JulGame is a game engine based on the Julia programming language with the help of SDL2.
  • ReactiveECS.jl : Building high-performance, modular, and reactive simulations, with a focus on game development and scientific applications. Julia forum thread
  • SimpleDirectMediaLayer.jl : Bindings for the Simple DirectMedia Layer (SDL) library.

Misc