Skip to content
Calvin Weaver edited this page Jun 8, 2023 · 14 revisions

Introduction

Welcome to Ridhvl2, the successor to Ridhvl(1) that's geared towards improved program readability and implementation efficiency.

Ridhvl2

Contents

You'll need basic Java knowledge to use Ridhvl2. Anything project-specific will be explained in the necessary depth in this wiki. You should know how to use variables, if statements, loops and methods. The extent to which you choose to use custom objects, inheritance, statics, lambdas (etc.) is up to you. Ridhvl2 is designed to be beginner-friendly and only requires the basics, though more knowledge will always improve your programs.

Tutorials


Eclipse Workspace Configuration ⚠️ Outdated! Awaiting re-write...

Learn how to pull Ridhvl2 and set up the necessary static imports.


Eclipse Project Configuration ⚠️ Outdated! Awaiting re-write...

Learn how to update Ridhvl2 and create a project that implements Ridhvl2.


Learn how to draw screen graphics in Ridhvl2.


Resources


HvlStatics method reference page.