Skip to content

Commit

Permalink
Merge pull request #452 from cx20/add_jscript_net_opengl1.1_triangle_…
Browse files Browse the repository at this point in the history
…sample

[WIP] Added JScript.NET OpenGL 1.1 Triangle sample
  • Loading branch information
cx20 authored Feb 22, 2025
2 parents 68cce8c + 2fc0e33 commit fb35bf3
Show file tree
Hide file tree
Showing 4 changed files with 642 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ If it is a graphics library, it will display a triangle, otherwise it will displ
|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) | | | |
|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) | | | |
|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) |
|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) |
|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) |
|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) |
|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) |
|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) |
Expand Down
Loading

0 comments on commit fb35bf3

Please sign in to comment.