Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jmext/ugnis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ugnis 0.9.2v-alpha

Ugnis is a visual editor for designers and developers alike. Try it online!

Exports to React and React-Native (experimental). Vote for more integrations in this issue

Default components use Google Material Design.

Ugnis Exporting to React and RN

How to try it locally

Clone the repository, download node modules and compile:

git clone https://github.com/UgnisSoftware/ugnis && cd ugnis && npm install && npm run compile

Start the editor:

npm start

Now open localhost:3000

Warning: Ugnis is still in alpha, we are still missing some features

How Ugnis differs from other design tools?

Ugnis has a state that can be changed through events. This allows you to visually create dynamic components:

Start Ugnis

And edit them on the fly:

Edit Events

How does Ugnis work internally?

Ugnis is declarative programming taken to the extreme. Because no one wants to write JSON by hand, we have created the visual editor - it manages the code generation, so you could focus on the design and logic.

Ugnis consists of three parts:

  • Declarative definition of your Component.
  • Visual editor that changes the definition.
  • Exporters for each supported framework that take the definition and generate code.

License:

Exported components are under the license that your project is.

Editor and compilers are under AGPL. Other Licenses are available upon request.

Contributors

Karolis Masiulis | Jonas Bernotas | Justinas Petuchovas | Vytas Butkus

Thank you:

Douglas Crockford, Alan Kay, Chris Granger, Rich Hickey, Evan Czaplicki, André “Staltz” Medeiros, Sebastian Markbåge and everyone who is pushing programming forward!

About

Visual component editor for React, React Native and more...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • HTML 5.5%