Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattgodbolt/owlet-editor
A modern BBC BASIC editor inspired by the BBC Micro Bot (https://bbcmicrobot.com)
https://github.com/mattgodbolt/owlet-editor
basic editor learn-to-code learning-by-doing
Last synced: about 2 months ago
JSON representation
A modern BBC BASIC editor inspired by the BBC Micro Bot (https://bbcmicrobot.com)
- Host: GitHub
- URL: https://github.com/mattgodbolt/owlet-editor
- Owner: mattgodbolt
- Created: 2020-11-09T02:06:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T04:40:09.000Z (11 months ago)
- Last Synced: 2024-05-01T20:17:21.919Z (8 months ago)
- Topics: basic, editor, learn-to-code, learning-by-doing
- Language: JavaScript
- Homepage: https://bbcmic.ro
- Size: 1.38 MB
- Stars: 51
- Watchers: 6
- Forks: 3
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Owlet Editorπ¦ ![Owlet CI and CD](https://github.com/mattgodbolt/owlet-editor/workflows/Owlet%20CI%20and%20CD/badge.svg)
A simple, intuitive creative coding tool for BBC BASIC inspired by [BBC Micro Bot](https://mastodon.me.uk/@bbcmicrobot)Try the beta now at [bbcmic.ro](https://bbcmic.ro) and get coding!
## A modern editor for a classic language
* Fast, intuitive web-based editor (autocomplete, highlighting)
* Linked to 1000 BBC BASIC code examples from the [bbcmicrobot community](https://www.bbcmicrobot.com/)
* Based on Monaco editor## BBC Micro emulator for instant feedback
* Integrated with JSbeeb emulator
* Share your entire program as a URL
* Export to external emulator for interactive use## Share your creations with the BBC Micro Bot Mastodon community
* One button tweet to share code (not yet updated for Mastodon)
* Automatic code golfing tools - byte token encode/decode## To develop
```
$ make run
```then visit http://localhost:8080