lingon

Crates.iolingon
lib.rslingon
version0.1.0
sourcesrc
created_at2021-08-13 21:29:14.587347
updated_at2021-08-13 21:29:14.587347
descriptionA game engine mainly intended for use in game jams.
homepage
repositoryhttps://github.com/sornas/lingon.git
max_upload_size
id435873
size803,723
Gustav Sörnäs (sornas)

documentation

README

Lingon - The Sour Game Engine

Lingon is a minimalistic game engine aimed at Game Jams, made to be compatible with the sylt programming language.

NOTE: Under heavy development

Getting started

There are two ways this engine can be used:

  1. Depend on this repository in your Cargo.toml and setup a minimal project (see main.rs)
  2. Clone this repository and write the game in the engine

Some nice features

  • Sylt integration, for fast prototyping
  • Particles. Lots and lots of particles
  • Fast build times. Dependencies are kept to a minimum to make it quick to get started
  • Written in Rust
Commit count: 216

cargo fmt