Simple_Checkers
fltkhs
Simple_Checkers | fltkhs | |
---|---|---|
1 | 3 | |
0 | 190 | |
- | - | |
0.0 | 0.0 | |
almost 4 years ago | over 2 years ago | |
C++ | C++ | |
- | MIT License |
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.
Simple_Checkers
-
Im learing JavaFx and There has to be a better way to load in all my checkers pieces
iām a cpp noob and here is my first checkers game. that loop is in Quelle.cpp in line 116. maybe it can inspire you.
fltkhs
-
FLTK 1.4 Released
Fltkhs [1] was the best ever experience I've had while doing small/auxiliary GUI utilities. Now using NWG [2] for that (UI forms examples [3]) and it is so much less elegant so much more verbose than Fltkhs. Resulting lean EXEs without any bundled runtime are nice though.
[1] https://github.com/deech/fltkhs
-
A solid GUI Framework for Haskell?
fltkhs is under active maintenance and development: https://github.com/deech/fltkhs/tree/TheGreatConsolidation
-
How is it going with desktop apps nowadays? What happened to wxHaskell?
If you want to make a simple desktop GUI, fltkhs ā which binds to the FLTK library ā is a good bet, as it's the easiest to install of all the Haskell desktop GUI libraries (even on Windows!). Unfortunately, the FLTK library doesn't create the prettiest GUIs in the world (e.g. see the GitHub page). If you care about such things, the author has also released the fltkhs-themes library, which provides a set of widgets with a much nicer style - see the GitHub page for a showcase.
What are some alternatives?
fl_imgtk - FLTK image toolkit for some useful effects
fltkhs-fluid-demos
NoMoreLeeches - wouldn't recommend using this but i think it's cool
assimp - Haskell FFI bindings for Assimp
damka - Russian checkers game
nanovg - NanoVG Haskell bindings
stroustrup-ppp - Chapter work from Bjarne Stroustrup's Programming Principles and Practice text
KdTree - Haskell module for K-D trees
stroustrup-ppp - Exercises from Stroustrup's "Programming - Principles and Practice Using C++" (First Edition)
plot-light - A lightweight plotting library, exporting to SVG
freetype-simple - single line text rendering in opengles
fltkhs-demos - Extended FLTKHS demos moved to a separate package to keep the core package free of additional dependencies.