Commit Graph

25 Commits

Author SHA1 Message Date
colin 4cc46ae71a README: make this file-path a link 2022-12-07 10:00:15 +00:00
colin c06aa7ff36 README: update toolchain docs to match what we actually use 2022-12-07 09:56:36 +00:00
colin bcefd46105 nit: use consistent syntax in material docs 2022-12-07 09:49:06 +00:00
colin 859a7f8b18 rename `FullyGenericMaterial` -> `GenericMaterial`
this naming was an artifact from the separate CPU/GPU material implementations.
2022-12-07 09:46:33 +00:00
colin 6d73150fb6 README: fix up stale paths, material references 2022-12-07 09:41:38 +00:00
colin 6e198caaa3 fix "reset" -> "set" typo in SR latch example 2022-11-11 05:28:54 +00:00
colin be172d4371 remove the 'license' section
no need to state my ideals so in-your-face here. better to just omit any talk
of licensing, if i truly believe it to be irrelevant.
2022-11-07 03:19:53 -08:00
colin a2d35782a1 lift the post-processing tools (viewer, csv, decimate) into their own crate
- these tools shouldn't need access to coremem internals.
- lifting them out reduces some dependencies in coremem-the-library.
- separation allows faster iteration in the coremem library while
  temporarily breaking the post-processing tools (specifically,
  those tools could take deps on a specific coremem version and thereby
  we split the update process into two, smaller steps).
2022-07-17 15:47:39 -07:00
colin 82e72e9e14 fix output directories (`out/applications/...`) 2022-07-17 13:05:41 -07:00
colin ee0d36d384 fix the title of `src/real{.rs}` link 2022-07-06 15:37:22 -07:00
colin 73afcb0831 README: fix up links 2022-07-06 15:24:29 -07:00
colin 8d283351ca README: update with new toolchain and gpu instructions 2022-07-05 23:58:07 -07:00
Colin 7a2d93b098 README: document notable resources i used for this project
it's hard to know where to end the attributions. Embark Studios was also
huge in this, but then everything on the software side is a HUGE graph
of contributors. i suppose readers can find those attributions through
Cargo.toml and the code itself.
2022-05-13 16:17:43 -07:00
Colin f030b07046 README: de-indent the example code 2022-05-04 01:01:14 -07:00
Colin 61c5bb9a95 document materials, stimuli, measurements, rendering 2022-05-04 00:59:35 -07:00
Colin 97c2b82b94 README: nit: correct the step order for E/H 2022-05-04 00:11:18 -07:00
Colin 9539dc56b8 README: revise the GPU perf figure 2022-05-04 00:09:55 -07:00
Colin a2dc3c7c8f README: clean up the pieces which refer to examples 2022-05-04 00:05:30 -07:00
Colin 197dd8e95d README: document CPU performance (it's 34x slower) 2022-05-01 18:44:44 -07:00
Colin 3cc2353c3b audit the licenses of each direct dependency
they're all MIT or CC0. that should enable free distribution so long as
MIT license copies are provided alongside all the MIT dependencies
(IANAL).
2022-04-30 16:32:16 -07:00
Colin 0d34af2e73 README: fix image link typos 2022-04-30 01:01:30 -07:00
Colin accfcd2286 README: flesh out the example and performance sections 2022-04-30 00:59:51 -07:00
Colin f94c55b27c README: Expand the Support and License sections 2022-04-29 17:20:18 -07:00
Colin ca58491a50 README: fill out an outline that might make this document more useful when completed 2022-04-29 16:54:25 -07:00
Colin 2df53d7e73 rename README -> README.md
it's already a markdown file
2022-04-29 00:54:18 -07:00