NanoforgeClient
Summary
Client-side NanoForge application.Signature
Methods
useGraphics
Register the graphics library used to render the game.useInput
Register the input library used to read keyboard and mouse state.useSound
Register the sound-effect library.Remarks
ExtendsNanoforgeApplication with client-specific library slots for graphics, input, and sound. Create an instance via NanoforgeFactory.createClient.