Implementation of app.nit for the Linux platform

All groups and modules

module audio

linux :: audio

app::audio implementation for GNU/Linux using SDL2 mixer
module data_store

linux :: data_store

app::data_store implementation on GNU/Linux
module http_request

linux :: http_request

Implementation of app::http_request using GDK and Curl
module linux

linux :: linux

Implementation of app.nit for the Linux platform
module ui

linux :: ui

Implementation of the app.nit UI module for GNU/Linux
package_diagram linux linux app app linux->app sdl2 sdl2 linux->sdl2 xdg_basedir xdg_basedir linux->xdg_basedir sqlite3 sqlite3 linux->sqlite3 json json linux->json curl curl linux->curl gtk gtk linux->gtk app->json core core app->core serialization serialization app->serialization pthreads pthreads app->pthreads android android app->android sdl2->core xdg_basedir->core sqlite3->core curl->json curl->core gtk->core gamnit gamnit android->gamnit ...core ... ...core->core ...serialization ... ...serialization->serialization ...pthreads ... ...pthreads->pthreads ...json ... ...json->json ...android ... ...android->android gamnit->linux android... ... android...->android

Ancestors

package android

android

Android platform support and APIs
package binary

binary

Read and write binary data with any Reader and Writer
package c

c

Structures and services for compatibility with the C language
package cocoa

cocoa

Cocoa API, the development layer of OS X
package core

core

Nit common library of core classes and methods
package dom

dom

Easy XML DOM parser
package egl

egl

Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
package gamnit

gamnit

Portable game and multimedia framework for Nit
package gen_nit

gen_nit

Support to generate and otherwise manipulate Nit code
package geometry

geometry

Basic geometry data structures and services.
package glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0
package ios

ios

iOS support for app.nit
package java

java

Supporting services for the FFI with Java and to access Java libraries
package jvm

jvm

Java Virtual Machine invocation API and others services from the JNI C API
package matrix

matrix

Services for matrices of Float values
package meta

meta

Simple user-defined meta-level to manipulate types of instances as object.
package mnit

mnit

package more_collections

more_collections

Highly specific, but useful, collections-related classes.
package msgpack

msgpack

MessagePack, an efficient binary serialization format
package opts

opts

Management of options on the command line
package parser_base

parser_base

Simple base for hand-made parsers of all kinds
package performance_analysis

performance_analysis

Services to gather information on the performance of events by categories
package pipeline

pipeline

Pipelined filters and operations on iterators.
package poset

poset

Pre order sets and partial order set (ie hierarchies)
package pthreads

pthreads

POSIX Threads support
package realtime

realtime

Services to keep time of the wall clock time
package serialization

serialization

Abstract serialization services
package socket

socket

Socket services
package template

template

Basic template system

Parents

package app

app

app.nit, a framework for portable applications
package curl

curl

Data transfer powered by the native curl library
package gtk

gtk

GTK+ widgets and services
package json

json

read and write JSON formatted text
package sdl2

sdl2

This is a low-level wrapper of the SDL 2.0 library (as sdl2) and SDL_image 2.0 (as sdl2::image).
package sqlite3

sqlite3

Services to manipulate a Sqlite3 database
package xdg_basedir

xdg_basedir

Services for using the XDG Base Directory specification

Children

package gamnit

gamnit

Portable game and multimedia framework for Nit

Descendants

package android

android

Android platform support and APIs
package app

app

app.nit, a framework for portable applications
package egl

egl

Interface between rendering APIs (OpenGL, OpenGL ES, etc.) and the native windowing system.
package glesv2

glesv2

OpenGL graphics rendering library for embedded systems, version 2.0
package ios

ios

iOS support for app.nit