Bracket-Lib and Bracket-Terminal
In this lesson, we’ll look at the bracket library and its terminal to create a new project.
We'll cover the following...
Bracket-Lib
Bracket-lib is a Rust game-programming library. It’s designed as a simplified learning tool, abstracting the more complicated aspects of game development while retaining the concepts required for more complicated games.
It’s a family of libraries, including random number generation, geometry, path-finding, color handling, and common game development algorithms.
Bracket-Terminal
Bracket-terminal is the display portion of bracket-lib. It provides an emulated console and can work with various rendering platforms, ranging from text consoles to Web Assembly, including OpenGL, Vulkan, and Metal.
In ...