HandsOnRust VS libtcod-vcpkg-template

Compare HandsOnRust vs libtcod-vcpkg-template and see what are their differences.

HandsOnRust

The source code that accompanies Hands-on Rust: Effective Learning through 2D Game Development and Play by Herbert Wolverson (by thebracket)

libtcod-vcpkg-template

A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies. (by HexDecimal)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
HandsOnRust libtcod-vcpkg-template
19 15
384 17
- -
0.0 4.6
9 months ago 5 months ago
Rust C++
- The Unlicense
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.

HandsOnRust

Posts with mentions or reviews of HandsOnRust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-30.
  • ECS, Finally
    4 projects | news.ycombinator.com | 30 Dec 2023
    I'm working my way through the HandsOnRust book that guides you through creating a simple roguelike using Rust and Legion ECS. It's a really enjoyable experience so far, and I'm looking towards trying out Bevy ECS afterwards to compare the two.

    https://github.com/thebracket/HandsOnRust

  • Disappointing experience with 'Command-Line Rust': Seeking more comprehensive Rust resources
    5 projects | /r/rust | 8 Apr 2023
    But if you really want to follow more things then hands on rust and zero to production are two good quality books for learning rust through game dev and web development respectively. But I would still urge you to try a few things by yourself first.
  • Learning Rust with “Hands On Rust”
    1 project | /r/rust | 20 May 2022
    Started learning rust a while ago but I needed something to walk me through the features while building something useful. I discovered Hands On Rust and have learned more in 3 hours of building flappy bird clones than in two weeks of experimenting with tutorials.
  • I'm a beginner and write Go code. Is there anything similar to 'Let's Go' for Rust?
    3 projects | /r/rust | 4 May 2022
    There is Zero To Production In Rust which goes through building a webserver in rust from the ground up. Or Hands on rust for learning rust by building a game.
  • Any good books for studying rust?
    3 projects | /r/rust | 23 Mar 2022
    Some (optionally) in print: * Rust in Action * Programming Rust * Hands-On Rust * Rust for Rustaceans
  • Give advice to a code illiterate to start learning
    1 project | /r/rust_gamedev | 19 Feb 2022
    Game development though might be a harder place to start. You may find other more basic areas easier to get going. Though there is a good book on learning rust with game dev Hands on Rust that you might find enough.
  • The Rust Programming Book is not good for Beginners?
    2 projects | /r/rust | 5 Feb 2022
    Other books/resources you might find helpful - Rust by example - a good compliment to The Book that shows concepts with examples. Though does not explain things as much. - Zero To Production In Rust - a look at webservers and taking them to production (still being written though) - Hands on rust - a look at introducing rust with gamedev. - Easy rust - Many more listed here
  • Trying to decide a roadmap for becoming a Rust developer. / Good beginner projects to try?
    1 project | /r/rust | 24 Jan 2022
  • Question about bracket-lib and how fonts and images are loaded
    1 project | /r/rust | 11 Jan 2022
    This is a beginner question. I'm following Hands-On Rust to build simple games. One thing that isn't clear to me so far is how `bracket-lib` actually load the fonts and image of different characters from a single PNG file. Is the PNG file segmented in certain pixel values so that `bracket-lib` could access each square of the image like an array? Does this mean that this PNG file must be always designed in specific ways? Thanks for helping!
  • Sharing Saturday #387
    1 project | /r/roguelikedev | 6 Nov 2021
    One year ago, I released the first beta for Hands-on Rust. What a wild and awesome ride it has been! The book has been on the publisher's best sellers list for 50 of the last 52 weeks, since the print edition came out it's been in Amazon's top 10-20 for "C Language" and sometimes "Game Development" most of the time. I had a "good grief, am I famous?" moment when a relative (who works for one of the huge American social media companies) sent me a pic showing Hands-on Rust sitting on his boss's desk.

libtcod-vcpkg-template

Posts with mentions or reviews of libtcod-vcpkg-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-23.
  • Sharing Saturday #472
    7 projects | /r/roguelikedev | 23 Jun 2023
    It doesn't teach on its own, but the libtcod-vcpkg-template can help with quickly setting up Vcpkg and libtcod in a cross-platform manner. Parts might need to be updated to work with C++20 or later. This template also creates Emscripten builds.
  • Cannot get libtcod to compile properly using vcpkg on Fedora Linux
    1 project | /r/roguelikedev | 3 Mar 2023
    Hello all. I'm trying to get the libtcod example project to compile, but seem to be running into errors at every step. When I compile normally and run the binary, I get the error:
  • C++ and libtcod; linker errors
    1 project | /r/roguelikedev | 18 Aug 2022
    I've just checked, and Visual Studio can build/run the libtcod template. So if you setup a CMakeLists.txt to use Vcpkg then your project should run even without VSCode's CMake Tools plugin.
  • Sharing Saturday #422
    3 projects | /r/roguelikedev | 8 Jul 2022
    libtcod | GitHub | Issues | Forum | Changelog | Documentation | Template
  • RoguelikeDev Does The Complete Roguelike Tutorial - Week 1
    35 projects | /r/roguelikedev | 27 Jun 2022
    I'm working in C++17 and doing the ancient C++ tutorial on RogueBasin. I'm starting from the libtcod C++ template and plan on using the latest libtcod features rather than the older ones taught by that tutorial. My new repository is here.
  • C++ libraries for ascii graphics?
    6 projects | /r/roguelikedev | 4 May 2022
    Libtcod's Vcpkg template could work for your conditions. The tools it uses are cross-platform, using VSCode as the IDE rather than Visual Studio, but running CMake manually should work also.
  • Are there any actual full tutorials for installing libtcod with vcpkg and cmake?
    1 project | /r/roguelikedev | 13 Apr 2022
    I've made this template project, but I've since modified it so that I can use it to develop libtcod with, so right now it only uses Vcpkg to fetch the dependencies for libtcod and then builds libtcod from a submodule. This template is complete as-is and will compile and run if you follow the instructions.
  • Sharing Saturday #409
    2 projects | /r/roguelikedev | 8 Apr 2022
    I've updated the C++ template project to upload build artifacts (listed as automated-builds in any passing workflow.) It also automatically publishes builds as GitHub Releases when you push an annotated tag to the repository. I added one of the libtcod fonts too so that it's clear how to handle data assets in a project.
  • Installing libtcod c++ on Linux/Ubuntu
    1 project | /r/roguelikedev | 5 Dec 2021
    The GitHub releases don't include a Linux binary, you'll have to compile it yourself. The easiest way is to use the template project which is cross-platform.
  • Sharing Saturday #388
    4 projects | /r/roguelikedev | 12 Nov 2021
    libtcod | GitHub | Issues | Forum | Changelog | Documentation | Template