Skip to content

Commit 5e6565c

Browse files
authored
Merge pull request #21 from RISC-OS-Community/develop
Cumulative merge of changes after first wave of suggestions/corrections
2 parents 5f0f919 + ec4bba2 commit 5e6565c

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository is organised in multiple "levels":
1414
* [Ideas](doc/RISCOSCodingMeetingsIdeas.md) for meetings (we provide Zoom based monthly meetings with presentations on everything coding on RISC OS)
1515
* [Forums](doc/RISCOSCodingForums.md) where to ask questions related to code on RISC OS
1616
* [RISC OS Coding meetings](doc/RISCOSCodingMeetings.md) material
17-
* [Meetings Schedule](doc/RISCOSCodingMeetingsSchedule.md)
17+
* [Meetings Calendar](doc/RISCOSCodingMeetingsSchedule.md)
1818
* Useful [Code Snippets](src), which are organised by programming language and features.
1919

2020
## Contributing

doc/RISCOSCodingMeetings.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22

33
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:
44

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

1314
## Meetings organization
1415

1516
Each meeting is:
1617

1718
* organized in 2 parts
18-
* 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)
19-
* 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.
19+
* **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)
20+
* **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.
2021

2122
Meetings are recorded.
2223

doc/RISCOSCodingMeetingsIdeas.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Each zoom meeting is divided in two parts:
77
1) Beginners
88
2) Advanced
99

10-
In the beginner part we provide presentation and Q&A sections for whoever is learning how to code on RISC OS.
10+
In the beginner part we provide presentation and Q&A sections for whoever is learning how to code on RISC OS.
1111
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.
1212

1313
## Ideas for the presentations and mini courses
@@ -17,7 +17,7 @@ In the advanced part more advanced presentation and coding discussions take plac
1717
* Getting the code!
1818
* What is Git and why use Git
1919
* How to use git on Windows to get RISC OS code (Robert Sprowson)
20-
* How to use git on Linux to build RISC OS code on RISC OS via OmniClient/LanMan98
20+
* How to use git on Linux to build RISC OS code on RISC OS via OmniClient/LanMan98 (Paolo)
2121
* How to use git on macOS to build RISC OS code (Charles Gerph)
2222
* How to use git on GCCSDK to cross compiler for RISC OS (Steve Fryatt)
2323
* 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
105105
* How to use Jeffrey's SMP library
106106
* Building RISC OS Operating System
107107
* How to create RISC OS ROM (Robert Sprowson)
108-
* Introduction to Simon's Wilson C kernel?
108+
* Introduction to Simon Willcocks C kernel (Simon Willcocks)
109+
* Introduction to Simon Wilson Mesa/OpenGL port (Simon Wilson?)
110+
* Introduction to [Khronos Driver](https://www.riscosports.co.uk/raspberrypi/) (TBD)
109111
* Using ARM NEON instructions in BBC BASIC
110112
* Using ARM NEON instructions in C
111113
* Using Dynamic Linking in Lua
@@ -122,3 +124,4 @@ In the advanced part more advanced presentation and coding discussions take plac
122124
* How people "do things" on RISC OS
123125
* Workflows, tools used etc.
124126

127+
* Share your project, problems, solutions and questions

0 commit comments

Comments
 (0)