0.7.9 • Published 3 years ago

uki v0.7.9

Weekly downloads
111
License
MIT
Repository
github
Last release
3 years ago

A minimal, d3-based Model-View framework.

js-semistandard-style

What is this?

Yet another web framework (why?), specifically designed to support building multiple linked view systems with d3.js.

Documentation

Basic usage is to extend the Model and View classes with your own:

Why another framework?

I rolled this together after lots of frustration with existing MVC frameworks. A major reason why web development can be hell boils down to "loading stuff is hard."

uki.js isn't necessarily better than anything else out there. But if any of these things sound appealing, maybe it's worth trying out:

  • Zero build steps required; relies on native ES6 imports + distributed, lazy resource retrieval
  • Streamlines the process of loading resources (e.g. data files, API calls, or view-specific stylesheets / HTML / SVG template files)
  • Processing-style (setup + draw) rendering pipeline that ensures that needed DOM elements and resources exist
  • No extra syntax / template language / file formats to learn; only requires knowledge of JS, HTML, and CSS
  • Mostly optional MVC philosophy—it can be used or ignored
  • Composable UI addon library includes standard components like tooltips, context menus, modals, and loading screens
  • Integrations for GoldenLayout (and hopefully Observable and Vega soon); using them is often as simple as applying a Mixin
0.7.9

3 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.9

4 years ago

0.6.8

4 years ago

0.6.7

4 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.3

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

7 years ago