Skip to content

Commit e192a10

Browse files
committed
Merge branch 'mGL_sync' of https://github.com/Syntaf/ParticleSimulator into mGL_sync
2 parents 3041609 + 510f3ec commit e192a10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ OS X (Mac)
104104
The console in this application supports a number of commands aimed at allowing a ton of user interaction and fun. The available commands are:
105105
* `get <>`
106106
* `set <> <>`
107-
* `help`
107+
* `help <>`
108108
* `reset`
109109
* `exit`
110110

@@ -114,6 +114,7 @@ Get and set both require a name of a variable to either get/set, and set additio
114114
* `mass`
115115
* `mouseforce`
116116
* `particlecount` (*get* **only** for now)
117+
* `color_r/g/b/a`
117118
An example run of the console might look like:
118119
````
119120
> get drag
@@ -126,7 +127,7 @@ An example run of the console might look like:
126127
- [x] Begin GUI development
127128
- [ ] Optimize particle container(chunking)
128129
- [x] Provide a CMake build system
129-
- [ ] Implement highly customizable enviroment
130+
- [x] Implement highly customizable enviroment
130131
- [ ] Move particle calculations to GPU
131132

132133
Additional Notes

0 commit comments

Comments
 (0)