diff --git a/README.md b/README.md index 2f4522e..5aaff12 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/RISCOSCodingMeetings.md b/doc/RISCOSCodingMeetings.md index b8b2ca1..5e27c98 100644 --- a/doc/RISCOSCodingMeetings.md +++ b/doc/RISCOSCodingMeetings.md @@ -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. diff --git a/doc/RISCOSCodingMeetingsIdeas.md b/doc/RISCOSCodingMeetingsIdeas.md index f076f78..0072959 100644 --- a/doc/RISCOSCodingMeetingsIdeas.md +++ b/doc/RISCOSCodingMeetingsIdeas.md @@ -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 @@ -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) @@ -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 @@ -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