Skip to content
#

opencl

Here are 1,074 public repositories matching this topic...

solardiz
solardiz commented Dec 21, 2021

Somehow some of these names start with fmt_ocl_ while most start with fmt_opencl_. Is this intentional? It causes the fmt_ocl_ to be listed/tested/benchmarked first. Then there's fmt_opencl_1otus5 with a 1 (one) in there. So the first OpenCL formats become:

john_register_one(&fmt_ocl_cryptosafe);
john_register_one(&fmt_ocl_cryptsha1);
john_register_one(&fmt_ocl_KeePass);
john
opentk

The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.

  • Updated Dec 28, 2021
  • C#
Silk.NET
Perksey
Perksey commented Sep 25, 2021

Summary

#619 pointed out that we currently have zero resources demonstrating our Assimp bindings, and because Assimp is usually used with C++ there aren't many resources for the C API which we bind to as is.

We should make a demo model loader using Silk.NET.OpenGL and Silk.NET.Assimp.

In my eyes, this looks like:

  • An ImGui interface allowing you to paste in a file path and load a 3D

Improve this page

Add a description, image, and links to the opencl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opencl topic, visit your repo's landing page and select "manage topics."

Learn more