Commit graph

13 commits

Author SHA1 Message Date
Aaron Fenyes
f979e2cbb3 Switch README step notes from italic to roman
All checks were successful
/ test (pull_request) Successful in 3m39s
2025-08-08 12:36:48 -07:00
Aaron Fenyes
737e725290 Format the README instructions more consistently
All checks were successful
/ test (pull_request) Successful in 3m32s
2025-08-07 20:47:22 -07:00
Aaron Fenyes
d14c303161 Make the instructions less location-dependent 2025-08-07 20:43:15 -07:00
Aaron Fenyes
707b5bf52f Update the instructions for running the examples
All checks were successful
/ test (pull_request) Successful in 3m35s
2025-08-07 20:36:43 -07:00
Aaron Fenyes
b1d5db2dc2 Make deployment script more like examples script
All checks were successful
/ test (pull_request) Successful in 3m33s
2025-08-07 18:59:18 -07:00
Aaron Fenyes
c0294123d8 Write a deployment packaging script
The packaging script and the configuration files around it are based on
the ones from the

  `Vectornaut/dyna3:demo-summer-2025`

branch.
2025-08-07 17:23:46 -07:00
23ba5acad7 Add a top-level run command to the "play with prototype" in README (#81)
All checks were successful
/ test (push) Successful in 2m20s
It's convenient to stay in the top-level directory of a project. This change to the README explains how to run the prototype from the top level.

Co-authored-by: Aaron Fenyes <aaron.fenyes@fareycircles.ooo>
Reviewed-on: #81
Co-authored-by: glen <glen@studioinfinity.org>
Co-committed-by: glen <glen@studioinfinity.org>
2025-04-18 04:34:30 +00:00
a8e13b8110 Turn non-automated tests into Cargo examples (#24)
Some of the Cargo tests on the main branch are designed to print output for human inspection, not to verify computations automatically. The incoming branch turns these tests into Cargo examples. It also makes two organizational changes in pursuit of this goal:

- It introduces a dyna3 library target, which the examples use as a dependency. In the future, this target could grow into an officially maintained dyna3 library.
- It puts the code for realizing the Irisawa hexlet into a new conditionally compiled `engine::irisawa` module. This code is shared by a test and an example. Compilation is controlled by the `dev` feature, which is turned on by default in development mode.

I've verified that printed output of the examples hasn't changed between the head (848f7d6) and base (e917272) of the incoming branch.

Co-authored-by: Aaron Fenyes <aaron.fenyes@fareycircles.ooo>
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: glen/dyna3#24
Co-authored-by: Vectornaut <vectornaut@nobody@nowhere.net>
Co-committed-by: Vectornaut <vectornaut@nobody@nowhere.net>
2024-11-26 00:32:50 +00:00
daed435826 doc: Add a few implementation goals to README 2023-11-01 13:08:20 -07:00
5fef463aba 0.1.0 2019-12-11 12:43:50 -05:00
c83019656e Establish package structure and initial technology plan 2019-11-23 15:54:44 -05:00
3192855776 Add a brief initial description 2019-09-14 16:08:37 -04:00
ec10233738 Initial commit 2019-09-14 19:00:59 +00:00