Skip to content

malkia/luajit-opencl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This repository contains various FFI library bindings for LuaJIT:
	cl.lua (OpenCL)
	gl.lua (OpenGL)
	glu.lua (GLU)
	glfw.lua (GLFW, http://www.glfw.org)
	
Precompiled executables and dynamic libraries were made available:
	luajit.exe - 32-bit Windows executable
	glfw.dll   - 32-bit Windows dynamic library
	luajit     - 32-bit and 64-bit (fat) Mac OS X
	glfw.dylib - 32-bit and 64-bit (fat) Mac OS X

You can try the examples from the command-line:
	luajit cl-demo.lua
	luajit cl-info.lua
	luajit glfw-triangle.lua
	luajit glfw-boing.lua
	luajit noise.lua

Dimiter "malkia" Stanev
malkia@gmail.com

About

Dead project (Please refer to github.com/malkia/ufo) [OpenCL bindings for LuaJIT using the FFI library]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages