Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository is organised in multiple "levels":
* [Ideas](doc/RISCOSCodingMeetingsIdeas.md) for meetings (we provide Zoom based monthly meetings with presentations on everything coding on RISC OS)
* [Forums](doc/RISCOSCodingForums.md) where to ask questions related to code on RISC OS
* [RISC OS Coding meetings](doc/RISCOSCodingMeetings.md) material
* [Meetings Schedule](doc/RISCOSCodingMeetingsSchedule.md)
* [Meetings Calendar](doc/RISCOSCodingMeetingsSchedule.md)
* Useful [Code Snippets](src), which are organised by programming language and features.

## Contributing
Expand Down
7 changes: 4 additions & 3 deletions doc/RISCOSCodingMeetings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@

As part of the effort in this repo we are also trying to organize a set of zoom meetings for people to share, discuss, present:

* How-To coding on RISC OS in various programming languages
* How-To code on RISC OS in various programming languages
* How-To use tools and utilities to help programming workflows
* Share personal workflows used to produce software for RISC OS
* Explore possibilities and methodologies
* Analyze existing code (where licensing allow this!)
* Present solutions to problems from a coding perspective
* Produce mini programming courses to help beginners to learn more
* Promote the use of Open Source Tools to help new comers

## Meetings organization

Each meeting is:

* organized in 2 parts
* 1st part (beginners) dedicated to learn how to code on RISC OS (presentations from various community members on how to code on RO in various languages)
* 2nd part (advanced) dedicated to people to share their code, techniques, workflows etc. Everyone can take the mic here and share what we are working on and present projects (please note: it’s a coding meeting, so code needs to be showed! it’s not about selling things!), we can also go “round table” and everyone can share their progress and struggles in their coding journey/project.
* **1st part/section (Beginners)** dedicated to learn how to code on RISC OS (presentations from various community members on how to code on RO in various languages)
* **2nd part/section (Advanced)** dedicated to people to share their code, techniques, workflows etc. Everyone can take the mic here and share what we are working on and present projects (please note: it’s a coding meeting, so code needs to be showed! it’s not about selling things!), we can also go “round table” and everyone can share their progress and struggles in their coding journey/project.

Meetings are recorded.

Expand Down
9 changes: 6 additions & 3 deletions doc/RISCOSCodingMeetingsIdeas.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Each zoom meeting is divided in two parts:
1) Beginners
2) Advanced

In the beginner part we provide presentation and Q&A sections for whoever is learning how to code on RISC OS.
In the beginner part we provide presentation and Q&A sections for whoever is learning how to code on RISC OS.
In the advanced part more advanced presentation and coding discussions take place. Also the advanced part has a Q&A section at the end, in case it's a presentation.

## Ideas for the presentations and mini courses
Expand All @@ -17,7 +17,7 @@ In the advanced part more advanced presentation and coding discussions take plac
* Getting the code!
* What is Git and why use Git
* How to use git on Windows to get RISC OS code (Robert Sprowson)
* How to use git on Linux to build RISC OS code on RISC OS via OmniClient/LanMan98
* How to use git on Linux to build RISC OS code on RISC OS via OmniClient/LanMan98 (Paolo)
* How to use git on macOS to build RISC OS code (Charles Gerph)
* How to use git on GCCSDK to cross compiler for RISC OS (Steve Fryatt)
* How to use !Simplegit on RISC OS (Cameron Cawley)
Expand Down Expand Up @@ -105,7 +105,9 @@ In the advanced part more advanced presentation and coding discussions take plac
* How to use Jeffrey's SMP library
* Building RISC OS Operating System
* How to create RISC OS ROM (Robert Sprowson)
* Introduction to Simon's Wilson C kernel?
* Introduction to Simon Willcocks C kernel (Simon Willcocks)
* Introduction to Simon Wilson Mesa/OpenGL port (Simon Wilson?)
* Introduction to [Khronos Driver](https://www.riscosports.co.uk/raspberrypi/) (TBD)
* Using ARM NEON instructions in BBC BASIC
* Using ARM NEON instructions in C
* Using Dynamic Linking in Lua
Expand All @@ -122,3 +124,4 @@ In the advanced part more advanced presentation and coding discussions take plac
* How people "do things" on RISC OS
* Workflows, tools used etc.

* Share your project, problems, solutions and questions