diff --git a/README.md b/README.md index 1be2458..bc41841 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ There are many tools which can be used to implement this two-step debugging work * **Stand-alone**. Some tools can directly embedded in your C++ program, and programmers familiar with graphics APIs can of course write their own visualization code for debugging directly in the original program. This is helpful because you can inspect data as you step through your program. Prizm is not a library and cannot be directly embedded in another program but it has other features which aim to support the same convenience (see the [wiki](https://github.com/okmatija/Prizm/wiki) for more details). -\* _As of March 2024 Jai is in closed beta which means for most people Prizm will only be useful in binary form. When the compiler is publically released people familiar with C++ should find Jai very easy to pick up, and will then be able to add console commands that can help discover/fix bugs in a debugging session. Implementing hot code reloading is a high priority open issue and when this feature is working then Prizm's workflow will be very similar to the runtime scripting features available in other tools._ +\* _As of March 2024 Jai is in closed beta which means for most people Prizm will only be useful in binary form. When the compiler is publically released people familiar with C++ should find Jai very easy to pick up. Implementing hot code reloading is a high priority open issue and when this feature is working then Prizm's workflow will be very similar to the runtime scripting features available in other tools._ diff --git a/modules/README.md b/modules/README.md index 61fb0b7..d2d0955 100644 --- a/modules/README.md +++ b/modules/README.md @@ -1,2 +1,3 @@ -Simp is based on the module distributed with compiler version beta 0.1.016 -SDL is based on the module distributed with compiler version beta 0.1.071 but has additional bindings as well \ No newline at end of file +* Simp is based on the module distributed with compiler version beta 0.1.016 + +* SDL is based on the module distributed with compiler version beta 0.1.071 but has additional bindings as well \ No newline at end of file diff --git a/shapes/NOTICE.md b/shapes/NOTICE.md deleted file mode 100644 index 2b88044..0000000 --- a/shapes/NOTICE.md +++ /dev/null @@ -1,7 +0,0 @@ -metratron.obj is created by addy and downloaded from Thingi10k (Thing ID: 16673) - -the_colonel.obj is created by Sculptor and downloaded from Thingi10k (Thing ID: 108867) - -letter_s.obj is created by LorenIPSVM and downloaded from Thingi10k (Thing ID: 276836) - -failed_boolean_a.obj and failed_boolean_b.obj are courtesy of Jimmy Andrews \ No newline at end of file diff --git a/shapes/README.md b/shapes/README.md new file mode 100644 index 0000000..ceca8cc --- /dev/null +++ b/shapes/README.md @@ -0,0 +1,7 @@ +* `metratron.obj` is created by addy and downloaded from Thingi10k (Thing ID: 16673) + +* `the_colonel.obj` is created by Sculptor and downloaded from Thingi10k (Thing ID: 108867) + +* `letter_s.obj` is created by LorenIPSVM and downloaded from Thingi10k (Thing ID: 276836) + +* `failed_boolean_a.obj` and `failed_boolean_b.obj` are courtesy of Jimmy Andrews \ No newline at end of file diff --git a/test/README.md b/test/README.md index b5b855d..879ac07 100644 --- a/test/README.md +++ b/test/README.md @@ -1 +1 @@ -This folder contains files which have a some point caused crashes/loaded incorrectly \ No newline at end of file +This folder contains files which have at some point caused crashes or loaded incorrectly \ No newline at end of file