Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.42 KB

ROADMAP.md

File metadata and controls

68 lines (51 loc) · 1.42 KB

Raylib-J Roadmap

This is a rough outline of how I want to progress the library. If you want to help out hitting these major bullet points would be an excellent way to do so. Otherwise, consider helping out with bug hunting/squishing or contributing to the examples repo!


1.0 - The Big One-Dot-Oh


  • Change versioning to match Raylib's (it's simpler that way)
  • Convert method comments to JavaDoc comments
  • Code cleanup
  • Expose methods inline with Raylib Cheatsheet

0.6 - The Hertz Update


  • rAudio Module
    • Complete overhaul of what's been dubbed "rAudioAL" to match audio functionality of the original rAudio

0.5.5 <-{We are here!}


  • Raylib 5.0 update
  • Gradle conversion

0.5 - The Next Dimension Update


  • rAudioAL Module

    • MP3 audio
    • WAV audio
    • OGG audio
  • rModels Module

    • VOX loading
    • GLTF loading
    • IQM loading
      • IQM animations
    • OBJ loading
    • MTL loading
  • 3D Camera

  • FileIO overhaul

0.4 - The Action Update


  • Physac Module
  • 4,0 update

0.3 - The Enhanced Visual Update


  • Refactor directories
  • FileIO working
  • Text module
  • rLights

0.2 - The Visual Update


  • Texture loading/rendering
  • Textures module
  • Gamepad support
  • Fix font generation bug
  • 2D Camera