Skip to content

🅿️ Opensorce Modular Code Editor for the next generation.

License

Notifications You must be signed in to change notification settings

Gurigraphics/plurality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

alt tag

Plurality is an opensource Modular Code Editor for the next generation.

What's new?

1- Execution order over hierarchical disorder

Plurality replaces static hierarchical tree by dropable blocks tree.

alt tag

Ordinary files are now Special components.

Benefits

  • Best to organize the code.
  • Best to refactor the project.

2- Three new areas to work

Organize the code the way you think.

CHART: Keep the essentials. DRAFT: Organize the necessary. TRASH: Delete the unnecessary.

alt tag

This is like a code assembly line.

Benefits

  • Best to modular design think.
  • Best to avoid spaghetti code.
  • Best to reuse and share code.
  • Lightning maintenance.
  • Best for creating complex applications.

3- Import and Export code? We can do better with something like c/c++ pointers!

Inject the code of a block into any other block with this simple comment: //> sendtothisblock.js

alt tag

Benefits

  • Keep your code modular.
  • Do not waste time searching the pieces of the puzzle.
  • Use //>filename.js to inject the code anywhere.

4- One Click Test

Test your HTML5 Project without installing or run a server.

alt tag

Benefits

  • Do not wait server to start.
  • Use all Google Chrome debugging tools.

How to download

Use the command prompt:

git clone git://github.com/Gurigraphics/plurality

How to install

Click in the Lua script npm install.lua Or use the command prompt:

npm install 

How to run

Click in the Lua script npm start.lua Or use the command prompt:

npm start 

Structure of files

alt tag

Structure of a project

alt tag


License

Copyright 2017 Gurigraphics and various contributors. Released under the MIT License (MIT)

About

🅿️ Opensorce Modular Code Editor for the next generation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published