Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
Add a new GUI screenshot!
  • Loading branch information
seilis committed Jan 5, 2025
1 parent 3ca2b64 commit 451e09c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## v1.4.0

### Added

- A brand-new egui-based GUI, called `rpgmap-gui`. This brings interactivity to
the rpgtools experience, but it's still in the early stages so functionality
is limited.

## v1.3.0

### Updated
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpgtools"
version = "1.4.0-dev"
version = "1.4.0"
authors = ["Aaron Seilis <[email protected]>"]
edition = "2021"
description = "Collection of utilities to help run tabletop role-playing games"
Expand Down Expand Up @@ -31,4 +31,5 @@ name = "rpgtools"
path = "src/rpgtools/lib.rs"

[profile.release]
debug = true
# For profiling
#debug = true
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ Currently `rpgmap` is the only available tool but more are planned:
* World-map generator
* ... (ideas welcome)

## RPG Map
## RPG Map (GUI!)
As of v1.4 we now have a brand-new GUI! It's still a preview-level of quality. For example, the save/load feature hasn't been implemented yet. But it's coming!

Launch with:
```
rpgmap-gui
```
![GUI Screenshot](doc/images/GUI-screenshot.png)

## RPG Map (CLI)
`rpgmap` is a grid-based map generator. This is the primary tool available
right now.

Expand Down
Binary file added doc/images/GUI-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 451e09c

Please sign in to comment.