Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 921 Bytes

File metadata and controls

23 lines (21 loc) · 921 Bytes

Lua Notebook

Lua notebook prototype that supports comments.

BEFORE YOU START:

  • (STEP 1)

    Initially, some libs are needed: liblua5.3-dev(https://www.lua.org/), libfltk1.3-dev(https://www.fltk.org/) and the lua binaries themselves(https ://www.lua.org/).

    To install them, if you are on Linux, use: make INSTALL_COMPONENTS



  • (STEP 2)

    For the GUI in Lua, we use the lib: MoonFLTK(https://github.com/stetre/moonfltk) by Stefano Trettel. Access the moonfltk link, mentioned above, to learn about the module. The walkthrough is on the repository page if you want to compile it; however, it will already be installed by make INSTALL_COMPONENTS(Comming soon...).


TODO:

  • Persistence(Save & Load)
  • Export as PDF
  • Domain Expansion