Giter Club home page Giter Club logo

toolipsexport.jl's Introduction


  • Documentation
  • Toolips
  • Extension Gallery
    This module allows you to compile toolips apps into executable files and shared libraries. Future plans are also to port this to ARM64 and mobile. Currently available exports are:
  • so: A shared library
  • app: An Electron-based application
  • server: An executable server

Compiling a shared library (.so)

Toolips.new_app("ExampleApp")

cd("ExampleApp")

using ToolipsExport

build(so)

Compiling an application (elf64/.exe)

note: unfortunately, you will only be able to compile apps for your current system. If you would like to compile them for another system, instead compile this to a shared library and distribute this with an executable that uses the shared library.

Toolips.new_app("ExampleApp")

cd("ExampleApp")

using ToolipsExport

build(app)

# the title of the window will be the title that we write in toolips.

Compiling an executable server (elf64/.exe)

note: unfortunately, you will only be able to compile servers for your current system. If you would like to compile them for another system, instead compile this to a shared library and distribute this with an executable that uses the shared library.

Toolips.new_app("ExampleApp")

cd("ExampleApp")

using ToolipsExport

build(server)

Build multiple

Toolips.new_app("ExampleApp")

cd("ExampleApp")

using ToolipsExport

buildall()
# build only some:
buildall([server, app])

toolipsexport.jl's People

Contributors

emmaccode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

toolipsexport.jl's Issues

0.1.0 Release

Notable future improvements will be adding the mobile exports, for now though, we can export to

  • server
  • shared library
  • application

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.