1
0
Fork 0
Template for a game with Lyra Engine
  • Rust 95.5%
  • Lua 4.5%
Find a file Use this template
2026-03-11 19:54:37 -04:00
assets Initial commit 2025-07-19 15:29:27 -04:00
lyra-engine@778546adb5 Update for new lyra engine changes 2026-03-11 19:34:27 -04:00
scripts Initial commit 2025-07-19 15:29:27 -04:00
src Update for new lyra engine changes 2026-03-11 19:34:27 -04:00
.gitignore Initial commit 2025-07-19 15:29:27 -04:00
.gitmodules Initial commit 2025-07-19 15:29:27 -04:00
Cargo.lock Run 'cargo update' 2026-03-11 19:54:37 -04:00
Cargo.toml Update for new lyra engine changes 2026-03-11 19:34:27 -04:00
README.md Remove LICENSE and add some improved steps in the readme 2026-03-11 19:53:16 -04:00
rust-toolchain.toml Update for new lyra engine changes 2026-03-11 19:34:27 -04:00
rustfmt.toml Initial commit 2025-07-19 15:29:27 -04:00

Lyra Engine Game Template

This repo is a template for creating a game with Lyra engine!

How to use

  1. Clone this template to your own repository
  2. Change the package name in Cargo.toml
  3. Choose a license and put it in a LICENSE file.
  4. Have fun!