Documentation
[![License:0BSD](https://img.shields.io/badge/License-0BSD-brightgreen.svg)](https://opensource.org/licenses/FPL-1.0.0)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/85ja8o0pu772pux2?svg=true)](https://ci.appveyor.com/project/Lokathor/thorium)
[![crates.io](https://img.shields.io/crates/v/thorium.svg)](https://crates.io/crates/thorium)
[![docs.rs](https://docs.rs/thorium/badge.svg)](https://docs.rs/thorium/)
<!-- [![travis.ci](https://travis-ci.org/Lokathor/thorium.svg?branch=master)](https://travis-ci.org/Lokathor/thorium) -->


# thorium


Lokathor does stuff... -ium...

## Current Project: Day23


We're going day by day through Handmade Hero up to day 23, which is the day
where hot-loading the library portion of the code gets added in. In the
[book](https://github.com/Lokathor/thorium/tree/master/book) directory is an
`mdbook` with an explanation of each day from a Rust perspective (you're still
expected to have also watched the youtube videos).

## Long Term


Once we have the hot-loading thing all set, we'll probably keep working on the
2d drawing and get some of those nifty sprites from [Castle of the
Winds](https://en.wikipedia.org/wiki/Castle_of_the_Winds) up on the screen and
moving around.

## Contribution


This crate is released under the [Zero-Clause
BSD](https://opensource.org/licenses/FPL-1.0.0) license, and any contributions
of yours must be under the same license. It's similar to the MIT license but
with _even fewer_ restrictions.