Popularity
4.8
Declining
Activity
0.0
Stable
2
5
1
Monthly Downloads: 9
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v2.0.0.0
gore-and-ash-demo alternatives and similar packages
Based on the "gore" category.
Alternatively, view gore-and-ash-demo alternatives based on common mentions on social networks and blogs.
-
gore-and-ash
Attempt to build game engine with networking in Haskell using FRP as core idea. -
gore-and-ash-glfw
Core module for gore-and-ash for GLFW events -
gore-and-ash-network
Core module for gore-and-ash for network low-level API -
gore-and-ash-logging
Core module for gore-and-ash for logging utilities -
gore-and-ash-actor
Core module for gore-and-ash for actor based programming style -
gore-and-ash-async
Core module for Gore&Ash engine that embeds async IO actions into game loop. -
gore-and-ash-lambdacube
Core module for Gore&Ash engine that do something.
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
Do you think we are missing an alternative of gore-and-ash-demo or a related project?
README
gore-and-ash-demo
The repo contains proof-of-concept implementation of simple game with Gore&Ash engine.
Installation
- Install
stack
from the site; - Install C dependencies:
SDL2
SDL2_ttf
zlib
OpenGL
- Run
stack install
from root directory of the repo; - Start server
gore-and-ash-demo-server --host 127.0.0.1 --port 5556
; - Start several clients with
gore-and-ash-demo-client --host 127.0.0.1 --port 5556
.
Screenshots
[Screenshot 1](screens/screenshot_001.png)
[Screenshot 2](screens/screenshot_002.png)