Giter VIP home page Giter VIP logo

enderframework's Introduction

Screenshot

Downloads EnderFramework Repository Size EnderFramework Top Language License Issues Bugs To-Do Help wanted! EnderFramework Discord Invite Twitter EnderAdel

EnderFramework enables you to build cross-platform applications using JavaScript, HTML, and CSS. It is based on Electron. Why make a new framework out of another framework? Glad you asked! This framework will be more focused on introducing custom elements, custom designs, and custom APIs on top of the originals! And giving the user the ability to build a full-on custom app, with a fully customizable UI using CSS, in a matter of minutes.

You can find out more about this framework in here!

Note: the framework is still in the very early development stages. We are open to suggestions.

Installation

To run EnderFramework, you need to have NodeJS and VS Build Tools 2017 installed on your device. Execute npm install to install all the modules. And then, after the installation process is done, execute npm start.

You can change the start file code (core/start.js) to start any app! Look for the ready event in the file.

app.on("ready", function() {
    for (var i = 0; i < process.argv.length; i++) {
        if (process.argv[i].includes("--start=")) {//You can change this to true!
            done = true;
            var appID = process.argv[i].replace(/\s/g, '').substring(8),
                length = appID.replace(/[^.]/g, "").length;
            /*And replace the code above with any value you want, such as:
            var appID = "com.enderadel.test",
                length = appID.replace(/[^.]/g, "").length;*/
            [...]
        } else if (process.argv[i] == "--store") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--installer") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--studio") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--settings") {//You can change this to true!
            [...]
        }
    }
    [...]
});

Quick start

Coming soon!

Reporting Bugs and requesting Features

You can report bugs and request new features by opening a new issue.

Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, feel free to do so! Please read CONTRIBUTING.md for more information!

Note: As you can see, I'm not very active on GitHub. The reason is because I'm a student. You can contact me on my email ([email protected]) regarding any concern!

Screenshots

Screenshot Screenshot

The framework supports light mode and dark mode! Screenshot Screenshot

License

Apache License, Version 2.0

When using the logos of EnderFramework, or GitHub, be sure to follow the GitHub logo guidelines.

More

Follow @_EnderCommunity on Twitter to keep yourself up-to-date on everything related to the framework. You can also join our Discord server.

EnderFramework is the property of EnderCommunity

enderframework's People

Contributors

0xender avatar d4rk1oyt avatar dependabot[bot] avatar

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.