Mikolaj Wielgus
7074664b5a
docs: Copyedit readme and install documentation
2025-10-31 22:05:18 +01:00
Mikolaj Wielgus
0ef323070b
docs(install): copyedit a very minor nit
2025-01-01 21:38:50 +01:00
Mikolaj Wielgus
f3389e4c9c
docs(install): copyedit and rearrange sections
2025-01-01 21:36:51 +01:00
Mikolaj Wielgus
51e5ccac2e
docs(install): fix malformed link formatting
2025-01-01 17:19:46 +01:00
Mikolaj Wielgus
2d2ab74bbd
docs(install): remove nonlinearity in reading flow and some copyediting
2025-01-01 17:13:59 +01:00
Alain Emilia Anna Zscheile
7f48888c14
docs(INSTALL): native run-time dependencies
2025-01-01 13:38:00 +01:00
Mikolaj Wielgus
44c30caafe
chore(licensing): add REUSE license headers to `**.{rs,md,toml}` files
...
I ran the following command in Fish shell:
```
reuse annotate --skip-unrecognised --copyright="Topola contributors" --license="MIT" **.{rs,md,toml}
```
The choice of year 2024 in the copyright statements is intentional.
2024-12-29 22:47:00 +01:00
hakki
75aa4ea443
Docs: fixed minor typo in installation guide
2024-12-03 16:08:27 +01:00
Alain Emilia Anna Zscheile
2d1af33204
build: put egui and cli into separate crates
...
* build(ci): try to fix CI
* build: use workspace dependencies for deduplication / drift avoidance
2024-11-20 15:44:02 +01:00
Mikolaj Wielgus
5d9753d941
contributing,install: some more info and copyediting
2024-08-27 13:20:23 +02:00
309631
952bdd9d08
install: add link to cargo-binutils, resolves https://codeberg.org/topola/topola/pulls/28#issuecomment-2179020
2024-08-16 18:54:49 +02:00
I
028761374b
install: added info about binstall, Fixes https://codeberg.org/mikolaj/topola/issues/27
2024-08-16 18:35:00 +02:00
I
a732d20a31
install: fixed deprecated bin flag, fixes https://codeberg.org/mikolaj/topola/issues/26
2024-08-16 18:34:47 +02:00
Mikolaj Wielgus
0dacb99c9e
tests: shorten the paths to test projects
2024-07-18 14:18:42 +02:00
Mikolaj Wielgus
a9f42e1d8f
cli: by default, assume output filename is input's with .ses extension
2024-07-16 20:33:40 +02:00
Mikolaj Wielgus
87fd5d5d05
cli: make command file argument named and optional
2024-07-16 15:45:42 +02:00
Mikolaj Wielgus
2ebd9b411b
install: explain how to run Topola without installing
2024-07-15 22:17:23 +02:00
mikolaj
35286bb0ba
install: fix punctuation and markup
2024-07-15 14:33:03 +02:00
Mikolaj Wielgus
ace5709e5d
cleanup: `cargo fix`, `cargo fmt` to reduce number of error messages
2024-07-15 13:14:17 +02:00
Mikolaj Wielgus
44d9d3dd83
install: explain how to use the CLI and how to view its results
2024-07-15 12:52:43 +02:00
Mikolaj Wielgus
358c1fefdf
install: provide succint instructions for installing from source
2024-07-15 12:04:29 +02:00
Mikolaj Wielgus
cd6c9fbe76
sdl2-bench: remove the SDL2 bench (aka. SDL2 demo) entirely
...
First, from now on I'm going to call the "SDL2 demo" the "SDL2 bench",
as a demo is software that exists to demonstrate, whereas its purpose
lately has been only fast prototyping, as we switched to make all demo
animations in the Egui port anyway.
Second, I'm removing the SDL2 bench anyway as it's a maintenance burden
that lost its utility. It's also affected by a bug in Pathfinder that
makes it impossible to zoom beyond a certain threshold which would
require someone to dig into Pathfinder's codebase, a task I don't think
anyone is interested in.
2024-07-15 01:31:45 +02:00
Mikolaj Wielgus
1e21a501d8
contributing: move installation instructions to INSTALL.md
2024-07-15 01:23:45 +02:00