Skip to content
/ OComps Public

An Entity Component System with a focus on ergonomics and good performance.

Notifications You must be signed in to change notification settings

k-nrd/OComps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OComps

Is a performant and easy to understand archetypal ECS library.

Goals:

  • Exceptional ergonomics (might use some ppx magic, but we'll try to make it reasonably transparent)
  • Simple codebase (advanced users can copy-paste our stuff and hack on it to their heart's desire)
  • Decent performance (ballpark of average Rust/C++ implementations, hopefully)

About

An Entity Component System with a focus on ergonomics and good performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages