PARIN
A delightfully simple 2D game engine.
Modules 31
- parin.addons.microui
- parin.addons.microui.wrapperHigh-level wrapper around the low-level `core` module. Provides helper functions that use a global context and follow D naming conventions.
- parin.backend
- parin.backend.rl
- parin.bindings.em.emscriptenThe `emscripten` module provides access to the emscripten.h functions.
- parin.bindings.em.html5The `html5` module provides access to the html5.h functions.
- parin.bindings.emThe `em` module provides access to the Emscripten library.
- parin.bindings.gf.glfw3The `glfw3` module provides access to the glfw3.h functions.
- parin.bindings.gfThe `gf` module provides access to the GLFW library.
- parin.bindings.rlThe `rl` module provides access to the raylib library.
- parin.bindings.rl.raylibThe `rayib` module provides access to the raylib.h functions.
- parin.bindings.rl.rlglThe `rlgl` module provides access to the rlgl.h functions.
- parin.engineThe `engine` module functions as a lightweight 2D game engine.
- parin.joka.gameThe `game` module provides game related types and functions.
- parin.joka.ioThe `io` module provides input and output functions such as file reading.
- parin.joka.mathThe `math` module provides mathematical data structures and functions.
- parin.joka.memoryThe `memory` module provides functions for dealing with memory and various general-purpose containers. `List`, `BufferList`, and `FixedList` are the "basic" containers. Most other containers can ac...
- parin.joka.microuiRxi's tiny immediate-mode UI library, but with Joka specific changes.
- parin.joka
- parin.joka.rangesThe `ranges` module includes functions that work with ranges.
- parin.joka.stdc
- parin.joka.typesThe `types` module provides basic type definitions, compile-time functions and ASCII string helpers.
- parin.joka.uiThe `ui` module includes a UI library.
- parin.joka.wasip1The `wasip1` module provides types and functions available in WASI preview 1.
- parin.joka.wasm4The `wasm4` module provides variables and functions available in WASM-4.
- parin.joka.witThe `wit` module provides types used in WIT files. Since they are often similar to equivalent Rust types, they may also be useful when interacting with Rust code.
- parin
- parin.typesCommon parin types.
- parin.uiThe `ui` module functions as a immediate mode UI library.
- parin.ui2The `ui2` module functions as a immediate mode UI library. It will replace the old UI module.
- raylib