Skip to content

Commit

Permalink
Update README files
Browse files Browse the repository at this point in the history
  • Loading branch information
okmatija committed Mar 14, 2024
1 parent 79aa339 commit 3d8624f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
5 changes: 3 additions & 2 deletions modules/README.md
Original file line number Diff line number Diff line change
@@ -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
* 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
7 changes: 0 additions & 7 deletions shapes/NOTICE.md

This file was deleted.

7 changes: 7 additions & 0 deletions shapes/README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This folder contains files which have a some point caused crashes/loaded incorrectly
This folder contains files which have at some point caused crashes or loaded incorrectly

0 comments on commit 3d8624f

Please # to comment.