Skip to content

Commit 2fc0e33

Browse files
committedFeb 22, 2025
[WIP] Added JScript.NET OpenGL 1.1 Triangle sample
1 parent 68cce8c commit 2fc0e33

File tree

4 files changed

+642
-1
lines changed

4 files changed

+642
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If it is a graphics library, it will display a triangle, otherwise it will displ
116116
|DirectX11 (SharpDX)| | |[Link](https://github.com/cx20/hello/tree/master/csharp/directx11_sharpdx/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/directx11_sharpdx/triangle) | | | |
117117
|DirectX12 (SharpDX)| | |[Link](https://github.com/cx20/hello/tree/master/csharp/directx12_sharpdx/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/directx12_sharpdx/triangle) | | | |
118118
|OpenGL1.0 |[Link](https://github.com/cx20/hello/tree/master/msil/opengl1.0/triangle) |[Link](https://github.com/cx20/hello/tree/master/cpp_cli/opengl1.0/triangle) |[Link](https://github.com/cx20/hello/tree/master/csharp/opengl1.0/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/opengl1.0/triangle) |[Link](https://github.com/cx20/hello/tree/master/fsharp/opengl1.0/triangle) |[WIP] [Link](https://github.com/cx20/hello/tree/master/jscript.net/opengl1.0/triangle)|[Link](https://github.com/cx20/hello/tree/master/powershell/opengl1.0/triangle) |
119-
|OpenGL1.1 | |[Link](https://github.com/cx20/hello/tree/master/cpp_cli/opengl1.1/triangle) |[Link](https://github.com/cx20/hello/tree/master/csharp/opengl1.1/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/opengl1.1/triangle) |[Link](https://github.com/cx20/hello/tree/master/fsharp/opengl1.1/triangle) | |[Link](https://github.com/cx20/hello/tree/master/powershell/opengl1.1/triangle) |
119+
|OpenGL1.1 | |[Link](https://github.com/cx20/hello/tree/master/cpp_cli/opengl1.1/triangle) |[Link](https://github.com/cx20/hello/tree/master/csharp/opengl1.1/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/opengl1.1/triangle) |[Link](https://github.com/cx20/hello/tree/master/fsharp/opengl1.1/triangle) |[WIP] [Link](https://github.com/cx20/hello/tree/master/jscript.net/opengl1.1/triangle)|[Link](https://github.com/cx20/hello/tree/master/powershell/opengl1.1/triangle) |
120120
|OpenGL2.0 | |[Link](https://github.com/cx20/hello/tree/master/cpp_cli/opengl2.0/triangle) |[Link](https://github.com/cx20/hello/tree/master/csharp/opengl2.0/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/opengl2.0/triangle) |[Link](https://github.com/cx20/hello/tree/master/fsharp/opengl2.0/triangle) | |[Link](https://github.com/cx20/hello/tree/master/powershell/opengl2.0/triangle) |
121121
|OpenGL3.3 | |[Link](https://github.com/cx20/hello/tree/master/cpp_cli/opengl3.3/triangle) |[Link](https://github.com/cx20/hello/tree/master/csharp/opengl3.3/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/opengl3.3/triangle) | | |[Link](https://github.com/cx20/hello/tree/master/powershell/opengl3.3/triangle) |
122122
|OpenGL4.6 | |[Link](https://github.com/cx20/hello/tree/master/cpp_cli/opengl4.6/triangle) |[Link](https://github.com/cx20/hello/tree/master/csharp/opengl4.6/triangle) |[Link](https://github.com/cx20/hello/tree/master/vb.net/opengl4.6/triangle) | | |[Link](https://github.com/cx20/hello/tree/master/powershell/opengl4.6/triangle) |

0 commit comments

Comments
 (0)