Popularity
3.1
Declining
Activity
0.0
Stable
14
2
0
Programming language: Crystal
Tags:
Game Development
inari alternatives and similar shards
Based on the "Game Development" category.
Alternatively, view inari alternatives based on common mentions on social networks and blogs.
-
crystal-chipmunk
Crystal bindings to Chipmunk, a fast and lightweight 2D game physics library -
SDL-Crystal-Bindings
Crystal binding generator for raw SDL methods
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
Do you think we are missing an alternative of inari or a related project?
README
Inari
Inari is a collection of games written in Crystal, using Glove as the game engine. It (along with Glove) is very much work in progress and intended mostly as a playground.
Prerequisites
- Install Crystal (on macOS:
brew install crystal-lang
) - Install GLEW and GLFW (on macOS:
brew install homebrew/versions/glfw3 glew
) - Install UPX (on macOS:
brew install upx
)
Building
Inside the individual games’ directories, use make
to build the game.