Skip to content

EvoTeamDevelop/arcana

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arcana

crates docs actions MIT/Apache loc

Arcana is a game engine built with focus on ease of use without compromising on level of control.

Getting started

Starting writing a game is as simple as calling single function: arcana::game2 or arcana::game3,
depending on what number of dimensions new game needs.
From there add systems, load prefabs or otherwise populate game world.

Then start writing prefab implementations and input controls, implement custom rendering logic when required.

Examples

Tanks

Playable example can be found in examples/tanks.

Tanks example

License

Licensed under either of

at your option.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Donate

Become a patron

About

Easy to use game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • GLSL 0.4%