README ¶ Tortuga note: this project is a work in progress and in early stages The goal of tortuga is to be able to easily make tiny games. Tortuga is similar to turtle. I decided to strip out a lot of the fluff and focus more on the core of the library. documentation Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Cart type Console func New() Console func (c Console) RenderPalette() func (c Console) Run(cart Cart) type Texture Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cart ¶ type Cart interface { Update() Render() } type Console ¶ type Console struct { *emulator.Emulator game.GamePad game.Mouse } Console represents a game system - aka a game console func New ¶ func New() Console func (Console) RenderPalette ¶ func (c Console) RenderPalette() func (Console) Run ¶ func (c Console) Run(cart Cart) type Texture ¶ type Texture struct { texture.Texture } Source Files ¶ View all Source files tortuga.go Directories ¶ Show internal Expand all Path Synopsis cmd mapviewer rlcube spritely spritely/internal/canvas spritely/internal/cursor spritely/internal/file spritely/internal/frames spritely/internal/inputcontroller spritely/internal/palette spritely/internal/tool spritely/internal/toolbar spritely/internal/topic spritely/internal/widget tileviewer config examples aabb box dynamicball dynamicball/ball font gameoflife imgballs imgballs/ball paddleball platformer platformer/assets platformer/consumable platformer/heart platformer/player prey prey/entities prey/predator prey/prey sequence sfx sfx/bar sfx/wave simple spectrum staticball staticball/ball sweptaabb sweptaabb2 texture texture_display tiles tone pkg component emulator emulator/devices/clock emulator/devices/display emulator/devices/dsp emulator/devices/dsp/note emulator/devices/dsp/stream emulator/devices/font emulator/devices/renderpipeline emulator/devices/tilememory engine engine/ebiten engine/game engine/gl engine/raylib engine/sdl entity imagefb math/geom message message/broker sprite texture tile ui ui/element wad Click to show internal directories. Click to hide internal directories.