Skip to content

tomieiro/lua_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lua notebook prototype that supports comments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages