https://github.com/feenkcom/fenster

I contain reusable components to help implement support of native windows

https://github.com/feenkcom/fenster

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary

Keywords from Contributors

glamorous-toolkit ide knowledge-management moldable-development notebook pharo smalltalk
Last synced: 6 months ago · JSON representation

Repository

I contain reusable components to help implement support of native windows

Basic Info
  • Host: GitHub
  • Owner: feenkcom
  • License: mit
  • Language: Smalltalk
  • Default Branch: main
  • Size: 42 KB
Statistics
  • Stars: 1
  • Watchers: 12
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed 12 months ago
Metadata Files
Readme License

README.md

fenster

das Fenster (Ger.) – a window

Contains reusable components to deal with various aspects of the native windows

Geometry

When working with native windows we should handle two types of geometrical measurements: logical and physical. For example, when creating a rendering surface, the size of that surface should be given in physical pixels, however when creating a window itself, the size is given in logical pixels.

The relation between logical and physical pixels is defined by the display scale factor which depends on the user OS settings and display's pixel density.

fenster models logical and physical metrics as first class objects and allows users to convert between them:

```smalltalk logicalSize := FensterLogicalSize width: 400 height: 300. scaleFactor := 2.

physicalSize := logicalSize asPhysical: scaleFactor. self assert: physicalSize asPoint equals: 800@600. logicalSize := physicalSize asLogical: scaleFactor. self assert: logicalSize asPoint equals: 400@300. ```

Owner

  • Name: feenk
  • Login: feenkcom
  • Kind: organization
  • Location: Switzerland

We make your systems explainable

GitHub Events

Total
  • Push event: 2
  • Create event: 1
Last Year
  • Push event: 2
  • Create event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 18
  • Total Committers: 5
  • Avg Commits per committer: 3.6
  • Development Distribution Score (DDS): 0.389
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Aliaksei Syrel a****l@g****m 11
Alistair Grant a****t@g****m 3
George Ganea g****a@g****m 2
Tudor Girba t****r@t****m 1
Oscar Nierstrasz o****z@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels