apecs
a fast, extensible, type driven Haskell ECS framework for games (by jonascarpay)
haskell-code-explorer
Web application for exploring and understanding Haskell codebases (by alexwl)
apecs | haskell-code-explorer | |
---|---|---|
4 | 2 | |
392 | 507 | |
- | - | |
7.3 | 0.0 | |
7 months ago | over 1 year ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
apecs
Posts with mentions or reviews of apecs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-18.
-
I want to make a game in Haskell to surprise my boyfriend, but don’t know where to start.
There's an apecs-gloss tutorial here that is a simple Shmup.
-
New Haskell ebook: Learn Haskell by building a blog generator
The apecs paper and associated shoot 'em up game tutorial
-
Looking for projects that make heavy use of IntMap which have benchmarks
apecs uses IntMaps all over the place and is benchmarked. They're the most common backing data structure for Components I'd say.
-
Unity Patents ECS
Example of ECS that was published on GitHub before this patent was even filed: https://github.com/jonascarpay/apecs.git
haskell-code-explorer
Posts with mentions or reviews of haskell-code-explorer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-14.
-
Easy way to locally navigate into source code of packages from Hackage?
Easiest way right now is through haskell code explorer until the HLS team adds this feature.
-
Looking for projects that make heavy use of IntMap which have benchmarks
If you visit https://haskell-code-explorer.mfix.io/package/containers-0.6.0.1/show/Data/IntMap/Internal.hs#L1157 and click on IntMap, it'll show you all the usages of IntMap across "a subset of packages from a Stackage snapshot" (as formulated in the project's README).
What are some alternatives?
When comparing apecs and haskell-code-explorer you can also consider the following projects:
frpnow
haskdogs - Haskell ctags/etags generator
ImperativeHaskell - Proof that Haskell can look and act like an imperative language.
unicode-collation - Haskell implementation of the Unicode Collation Algorithm
record - Anonymous records
haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
hask - Category theory for Haskell with a lens flavor (you need GHC 7.8.3, not 7.8.2 to build this!)
codex - A ctags file generator for cabal/stack project dependencies.
tardis
containers - Assorted concrete container types
funflow - Functional workflows
selective - Selective Applicative Functors: Declare Your Effects Statically, Select Which to Execute Dynamically
apecs vs frpnow
haskell-code-explorer vs haskdogs
apecs vs ImperativeHaskell
haskell-code-explorer vs unicode-collation
apecs vs record
haskell-code-explorer vs haskell-language-server
apecs vs hask
haskell-code-explorer vs codex
apecs vs tardis
haskell-code-explorer vs containers
apecs vs funflow
apecs vs selective