Skip to content
Abe Pazos edited this page Apr 23, 2023 · 17 revisions

These are the plans for improving the guide

Gradle

  • What is it?
  • What does it do?
  • Why is needed?
  • What would be an alternative?
  • When using OPENRNDR, how much do I need to know about Gradle?

Kotlin basics

  • var / val
  • conditional
    • if()
    • when()
  • loops
    • repeat()
    • for()
  • collections
    • lists, map, forEach, filter, minBy, maxBy
    • maps
    • sets
  • nullability
  • classes, data class
  • destructuring
  • functions, extension functions, lambda, inline, op. overloading

See

orx section

There is some duplication between the orx sections of the guide and the orx readme's. The guide sections can have code blocks that execute and produce screenshots and videos. The readme's don't do that. We can have some kind of script to copy from one source to the other (guide -> orx repo, or orx repo -> guide).

Clone this wiki locally