Skip to content

devpty/horizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0b03990 · Jan 29, 2023

History

72 Commits
Mar 25, 2022
Mar 25, 2022
Mar 25, 2022
Mar 26, 2022
Jan 21, 2022
Feb 7, 2022
Mar 25, 2022
Jan 11, 2022
Jan 29, 2023
Mar 25, 2022
Jan 27, 2022
Jan 27, 2022
Mar 25, 2022

Repository files navigation

(2023-01-29) We're rewriting it in Rust (ignore the fact it's already in Rust)

horizon

A 2d game framework / engine.

Planned features:

  • Will include in-engine editing and debugging tools
  • Will hopefully be less meme-y once we reach somewhere close to functionality

Structure

Horizon is made of several parts:

  • horizon: the main game engine
  • rkpk: an atlas generation and compositing library
  • asset: asset packing thing

We have a start (start.bat on windows) script to help with starting a binary project from the root folder, simply run ./start horizon (substituting horizon for the crate you want to run).

Other things

  • Code style information
  • Repo is public now because we honestly do not care about other people seeing our progress
  • You need to be using a nightly version of rust because we use the following unstable features:
    • label_break_value

About

game engine built in rust, using wgpu and probably other stuff too

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages