Olivia Ifrim

Results 14 issues of Olivia Ifrim

- [ ] Summary - [ ] Chapter 1 - [ ] Chapter 2 - [ ] Chapter 2 - [ ] CI setup

help wanted
good first issue

Need to have a think about the book overall structure as it grows. My thinking so far: - [x] **Base game** - poorly named but this is the setup of...

doc

Using anchors will make it less painless to make changes without breaking the markdown and we could also use the line hiding feature of mdbook to make some of the...

help wanted
low priority
infra

Fixes #71 needs text fixes as well

Example: ``` use specs::NullStorage; use specs::WriteStorage; ``` should be ``` use specs::{NullStorage, WriteStorage}; ``` Might make sense to do at the same time as #79 to avoid having to change...

help wanted
good first issue

The only tricky bit here is to ensure all code references are changed correctly since the line numbers will be different.

help wanted
good first issue

We have a CI thanks to @wbprice! 🎉 Some future improvements: - [ ] use some clever caching to share state between the different folders - [x] automate the CI...

low priority
infra

I think the colours are off in some cases because of lack of gamma colour correction.

help wanted

Needs to keep track of a flag for whether imgui wants to capture the mouse or keyboard in `MouseState`. We can check with `ui.want_mouse_capture`.

help wanted
good first issue

Translation is out of sync after the latest updates and was not completed originally anyway

help wanted