Skip to content

malkia/ufo

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

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
ffi
 
 
jit
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
----------------------------------------------------------------
-                                                              -
-                UFO - Un Finished Object                      -
-                                                              -
----------------------------------------------------------------
UFO is a portable distribution of LuaJIT (http://luajit.org),
that includes precompiled binaries for various platforms,
and FFI bindings for several open source (precompiled) libraries
----------------------------------------------------------------

Some of the bindings included are:
   OpenGL and glu, OpenCL, SDL, ZeroMQ, GLFW and others
      
To fire up quickly a sample, please do:
   ./luajit samples/intro.lua  (uses SDL)

To create a world-map .pdf, .svg and .png using cairo
   ./luajit samples/cairo/world-map.lua
   
Some more:
   ./luajit samples/glfw/moar.lua (uses OpenGL, glu, GLFW)
   ./luajit samples/AntTweakBar/simple.lua (AntTweakBar, others)
   ./luajit samples/AntTweakBar/OpenCL-info.lua
   ./luajit samples/OpenCL/info.lua

The most excellent sol's imgui implementation notes using SDL:
   ./luajit samples/SDL/imgui/ch01.lua
   ./luajit samples/SDL/imgui/ch02.lua
   ./luajit samples/SDL/imgui/ch03.lua
   ./luajit samples/SDL/imgui/ch04.lua
   ./luajit samples/SDL/imgui/ch05.lua
   ./luajit samples/SDL/imgui/ch06.lua

-------------------------------------------------------
FOR ALL LEGAL STUFF (LICENSE, COPYRIGHT, COPYLEFT, etc)
PLEASE REFER TO THE doc/legal FOLDER
------------------------------------------------------- 

Dimiter "malkia" Stanev
http://github.com/malkia/ufo

P.S.
   There are lot of un finished "objects": bindings, samples, 
platforms, etc.
   Hopefully I would never finish it :), as I would like this
experiment to be always work in progress.


About

Portable distribution of LuaJIT with precompiled binaries, libraries and FFI bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published