Skip to content

Commit 630d158

Browse files
authored
Update README.md
1 parent 6a59d56 commit 630d158

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ SimulationFramework is a cross-platform library for creative coding, game develo
3232

3333
- **Built-in [Dear ImGui](https://github.com/ocornut/imgui) Support**: Dear ImGui is completely built-in with zero setup.
3434

35+
- **Shaders**: Write shaders in C#! SimulationFramework compiles C# into GLSL at runtime (in beta, check out the canvas-shader branch).
36+
3537
With more on the way! See [Planned Features](https://github.com/Redninja106/simulationframework#planned-features).
3638

3739
> Note: SimulationFramework is still changing with every new version. Breaking changes are frequent.
@@ -135,3 +137,4 @@ Most SimulationFramework features are exposed through static classes. Here is a
135137
## Planned Features
136138
- **C# shaders**: .NET CIL to HLSL/GLSL compilation to write any kind of shader in plain C# (or any other .NET language!). (Coming in v0.3.0, alpha out now!)
137139
- **WebAssembly and Mobile Support**: Any simulations you write will run on a web browser or mobile device, no code changes needed.
140+

0 commit comments

Comments
 (0)