https://github.com/stevegilham/astroclock
A GUI toolkit kata
https://github.com/stevegilham/astroclock
gui kata planetarium
Last synced: 2 months ago
JSON representation
A GUI toolkit kata
- Host: GitHub
- URL: https://github.com/stevegilham/astroclock
- Owner: SteveGilham
- Created: 2021-03-03T08:37:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T07:42:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T12:19:01.700Z (over 1 year ago)
- Topics: gui, kata, planetarium
- Language: F#
- Homepage:
- Size: 1.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astroclock
A GUI toolkit kata
This is a program that started life as a learning aid for X, c1990, and that I've kept porting to new GUI environments over the years to help me learn my way around the new libraries. In this repo, I've placed as `archive` the original F#/Silverlight (2 and 3) from 2008-9, a CoffeeScript implementation from c2014 in `astroclock.js`, and the latest motivation, ports of the F# Silverlight code to OpenSilver (`astroclock.opensilver21`,`astroclock.opensilver2`, `astroclock.opensilver` and the original `archive/astroclock.opensilver-first`), of which the former is my current preferred approach.

## Implementations
* [JavaScript](http://stevegilham.com/silverlight/astroclock5.html)
* [OpenSilver 2.2](http://stevegilham.com/astroclock/) - pure F#
# OpenSilver related blog posts
* [F# and OpenSilver -- first steps](https://stevegilham.blogspot.com/2021/03/f-and-opensilver-first-steps.html)
* [F# and XAML and OpenSilver](https://stevegilham.blogspot.com/2021/03/f-and-xaml-and-opensilver.html)
* [F# and XAML and OpenSilver ctd.](https://stevegilham.blogspot.com/2021/03/f-and-xaml-and-opensilver-ctd.html)
* [F# and OpenSilver v1.0](https://stevegilham.blogspot.com/2021/10/f-and-opensilver-v10.html)
* [F# and OpenSilver v1.1](https://stevegilham.blogspot.com/2022/10/f-and-opensilver-v11.html)
* [F# and OpenSilver v2.0](https://stevegilham.blogspot.com/2023/11/f-and-opensilver-v20.html)
* [F# and OpenSilver v2.0 (Continued) ](https://stevegilham.blogspot.com/2023/11/f-and-opensilver-v20-continued.html)