Skip to content

shamrin/lueve

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lueve

Eve in C/Lua

Getting started

OSX / Linux

Install luajit by downloading LuaJIT-2.1.0-beta2 and then

make
make install

then in the lueve/build directory:

make && ./lueve

Windows

We have a Docker container that runs lueve. Docker for Windows requires Microsoft Hyper-V, so you'll need Windows 10 to run this. You just provide a port on your machine and a .eve file to compile and run:

docker run -p [port]:8080 witheve/eve [eve_file]

Now just point your browser to http://localhost:[port]/

About

Temporary home of Eve in Lua - will be merged into witheve/eve soon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.7%
  • C 32.2%
  • Lua 21.0%
  • CSS 0.9%
  • HTML 0.5%
  • Makefile 0.3%
  • Other 0.4%